Search found 7 matches
- Wed Aug 25, 2010 6:43 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Get URL from field with link saved in a variable
- Replies: 5
- Views: 4221
Re: Get URL from field with link saved in a variable
That was exactly my problem, thanks to the both of you. When i was outputting curURL in the message box, it looked just fine with no problems at all. However without the parentheses it did not work. Now i have one field that contains the server information that i use to connect (ftp://servername:pas...
- Tue Aug 24, 2010 10:13 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Get URL from field with link saved in a variable
- Replies: 5
- Views: 4221
Get URL from field with link saved in a variable
I want to be able to put an FTP url in a field and then use the Get URL to retrieve information from a server If i say get URL (ftp://username:password@server.com/recordings/"&GUsername&"/") it works with no problem, but i want to designate only one field to decide which server to get information fr...
- Tue Aug 17, 2010 9:56 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Compare text in a variable to text in a FLD
- Replies: 2
- Views: 3219
Re: Compare text in a variable to text in a FLD
Micheal ,
That was exactly the problem, "the is among operator evaluates to false, even if all the chunks are in the stringToSearch." so the suggested code worked perfectly.
Thank you for your help
Tareq
That was exactly the problem, "the is among operator evaluates to false, even if all the chunks are in the stringToSearch." so the suggested code worked perfectly.
Thank you for your help
Tareq
- Tue Aug 17, 2010 12:20 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Compare text in a variable to text in a FLD
- Replies: 2
- Views: 3219
Compare text in a variable to text in a FLD
I am trying to compare a text in a variable to text that is a field. All i want is that if it finds that text to evaluate to true. I have this set up under a mouse up on a button. Here is the code i have been using. on mouseUp put the label of button "testChoice" of card "studentname" of stack "writ...
- Sun Nov 22, 2009 7:25 am
- Forum: Talking LiveCode
- Topic: Move 2 stacks simultaneously on a screen ??
- Replies: 4
- Views: 3801
Move 2 stacks simultaneously on a screen ??
Hello everyone,
I am trying to set the location of 2 substacks of a main stack to move at the same time in proportionate locations . So if a user clicks and drags a stack to the left (200 pixels for example) the other stack would move 200 pixels to the left ?
Thanks,
I am trying to set the location of 2 substacks of a main stack to move at the same time in proportionate locations . So if a user clicks and drags a stack to the left (200 pixels for example) the other stack would move 200 pixels to the left ?
Thanks,
- Mon Nov 09, 2009 7:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: comparing a value to the value of a player
- Replies: 1
- Views: 2563
comparing a value to the value of a player
It seems to me that i missing something in my code. I have a player, it has a scroll bar that shows current Time of player, and a duration filed that shows the time running "Time Elapsed: 00:30:31", my calculations are in seconds. I watch the clip and click a button that records in a text field the ...
- Tue Mar 10, 2009 6:13 pm
- Forum: Teaching with LiveCode
- Topic: Capturing Stack
- Replies: 0
- Views: 4665
Capturing Stack
Hello Everyone, I am working on a writing software for special education kids. I want to be able to record or capture everything that is happening on their STACK while they are working. Does anyone know of a stack that does that ? I found the " import snapshot" command which could work but would end...