Search found 153 matches

by vedus
Thu Apr 23, 2015 10:14 pm
Forum: CGIs and the Server
Topic: livecode server json parse or xml
Replies: 1
Views: 3270

livecode server json parse or xml

I just get my new dedicated server and i want to install the commercial edition in the server.
My question.
i want to parse some json or xml api data from external server and retrieve it from my app.Is this something can be done with lc server?
by vedus
Sun Apr 05, 2015 5:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: word among the item?(Solved)
Replies: 5
Views: 3973

Re: word among the item?

The numbers is the first digit from the Hour in 24 format and exist in the fields. The problem i try to solve is, from 19:00 until 7:00 i need to put the Night images and the rest from 8:00 to 18:00 the Day. on mouseUp put the seconds into tday convert tday to dateitems if item 4 of tay >= 0 and it...
by vedus
Sun Apr 05, 2015 11:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: word among the item?(Solved)
Replies: 5
Views: 3973

Re: word among the item?

Thank you Sparkout & Newbie4. I am really not sure what you are trying to do, and how your string of numbers in tNumber looks, but... The numbers is the first digit from the Hour in 24 format and exist in the fields. The problem i try to solve is, from 19:00 until 7:00 i need to put the Night images...
by vedus
Sat Apr 04, 2015 11:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: word among the item?(Solved)
Replies: 5
Views: 3973

word among the item?(Solved)

Maybe is easy but still i can find the how to :(. i have the bellow code the tNumber get some numbers from 1 to 15 1:)if tNumber contains "1" then 2:)do something 3:)else if tNumber contains "3" then 4:)do something 5:)else if tNumber "10" then 6: do something 7:end if the loop restart from line 1 w...
by vedus
Tue Mar 31, 2015 10:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: repeat in variable
Replies: 2
Views: 2274

Re: repeat in variable

You have a lot of unnecessary lines to do this job repeat with x=1 to the number of flds of group "grp-A" put line x of tValues into field x of group "grp-A" end repeat But if you want to refer to a field by resolving a variable name, you can put the name in parentheses: put "data" into field (tFie...
by vedus
Tue Mar 31, 2015 10:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: repeat in variable
Replies: 2
Views: 2274

repeat in variable

In my stack i have bellow objects.. 1 group with some fields and 2 variables. Variable 1 have the field names and variable 2 have the values i want like (name1,name2,etc) I want to get the field name from the var 1 and pass the value from var 2 into text of field. is that possible and how to? my cod...
by vedus
Fri Mar 27, 2015 6:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobile backgroundpattern
Replies: 5
Views: 3580

Re: mobile backgroundpattern

jacque wrote:The filename on the desktop is not the same in a mobile app. You can check the box in standalone settings -> Copy Files that says "Copy referenced files". I think that will translate your file paths to work on mobile.
Is checked,but still no results.
Btw i use LC commercial 7.0.4 (rc2)
by vedus
Fri Mar 27, 2015 5:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobile backgroundpattern
Replies: 5
Views: 3580

Re: mobile backgroundpattern

jacque wrote:Set the filename of the source image first before setting the background pattern.
Hi jacque thank you.
In the substack on the image i use >Basic Properties -> Source > and the filename exist on source.
in the standalone copy files is >images/*
Still i get the same no pattern change.
by vedus
Fri Mar 27, 2015 3:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mobile backgroundpattern
Replies: 5
Views: 3580

mobile backgroundpattern

I have some images so the user can change the background in app. The images is on the folder and the folder is on standalone copy files. the images exist in substack. so i use the bellow simple code to change it on IDE (mac) and working fine. set the backgroundpattern of stack "MyStore" to 1037 when...
by vedus
Wed Mar 18, 2015 7:11 pm
Forum: Internet
Topic: mobile App and web server
Replies: 1
Views: 3350

mobile App and web server

I want to start a project with bellow specs with my web server.(Dedicated Server) On the server side The comments and the rating will be not displayed on the public. 1:) Photo A photo uploaded to the server 2:)comments the users post a comment for a specific photo. 3:) Rate The user can Rate the pho...
by vedus
Mon Jan 26, 2015 6:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid scroller android
Replies: 8
Views: 6453

Re: datagrid scroller android

Hi vedus, You have lots of code on the card (on propenCard) together with the scroller code. Is there a way to relocate the code from that card that is not related to scroller to some other place? Or create myCardCode command (its script in the stack) and put it in the card with scroller code? Wild...
by vedus
Sun Jan 25, 2015 11:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid scroller android
Replies: 8
Views: 6453

Re: datagrid scroller android

hi Keram thank you for the help. i have the data grid helper plugin and i have test it.Working well in the ios but no results on android phone. i will make more clear what i use and what is the problem bellow i am using a database file (sqlite) with more than (10 columns and about 10.000 rows) and b...
by vedus
Tue Jan 20, 2015 7:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid scroller android
Replies: 8
Views: 6453

Re: datagrid scroller android

can anyone give me a clue or help with above problem?
I am looking on this more than 3 weeks but still i can make the scroller to work.
The datagrid is in the Form format no table.
by vedus
Mon Dec 22, 2014 2:03 pm
Forum: MergEXT
Topic: mergBanner crash
Replies: 1
Views: 6030

mergBanner crash

hello. i am using LC 7.0.1 and xcode 6.1.1 to test the mergBanner on ios simulator. i am try the simple demo from the folder,but still is no running.I have include the .lcext file. When i send the app in the simulator ask me if the mergBanner send me notification,without i press any button the app c...
by vedus
Wed Dec 17, 2014 7:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid scroller android
Replies: 8
Views: 6453

Re: datagrid scroller android

no One have similar problem with selectionChanged pHilitedIndex ?

Go to advanced search