Hello! :shock:
I'm about to begin a project where I'll have to construct forms (e.g., of text fields, buttons, drop-down menus, etc.), but haven't done this very seriously in the past. To jump-start my research and perhaps gain some direction or insight, I thought I'd ask around to see what ...
Search found 37 matches
- Thu Apr 02, 2009 4:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Scrollable Forms
- Replies: 4
- Views: 4944
- Wed Aug 20, 2008 1:52 am
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
- Wed Aug 20, 2008 1:38 am
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
Hello. I found the problem. I was not properly deleting groups that I'm creating dynamically for temporary use, and a huge number of these was created with the "backgroundBehavior" property enabled. I deleted these and am in the process of reworking my code. I should have noticed this, but I was not ...
- Tue Aug 19, 2008 10:16 pm
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
- Thu Aug 14, 2008 8:05 pm
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
- Thu Aug 14, 2008 7:31 pm
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
As a test, I removed all front scripts and then added only my custom front script. Things operated a speed that seemed normal when I did this. I created a completely new project and without adding anything, I opened up the Message Box and typed "put the frontScripts" and I was returned the following ...
- Thu Aug 14, 2008 7:20 pm
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
- Thu Aug 14, 2008 7:06 pm
- Forum: Talking LiveCode
- Topic: Unusual slowness when changing cards
- Replies: 10
- Views: 10358
Unusual slowness when changing cards
Hello.
I've got a single stack with about 20 cards in it, and when I switch from any card to any other card, there is an unusually long delay before the destination card is shown. The wait is approximately 2-4 seconds (always, it is this long).
I do not have any terribly large images in any card ...
I've got a single stack with about 20 cards in it, and when I switch from any card to any other card, there is an unusually long delay before the destination card is shown. The wait is approximately 2-4 seconds (always, it is this long).
I do not have any terribly large images in any card ...
- Wed Jul 30, 2008 7:57 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Unique Random Numbers
- Replies: 9
- Views: 9042
Re: Unique Random Numbers
I've put this in the repeat loop so that any
repeating number is discarded and the loop counter
set back by one. Works.
I'm not certain of the internal workings, but I'd imagine the method you describe (looping until something is found) would be generally less efficient than creating a list of ...
- Wed Jul 30, 2008 7:49 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Unique Random Numbers
- Replies: 9
- Views: 9042
- Wed Jul 30, 2008 7:14 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Rotating an Image with Specified "Forward" Directi
- Replies: 5
- Views: 6140
- Tue Jul 29, 2008 5:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Passing strings with commas as arguments/parameters
- Replies: 5
- Views: 5844
- Tue Jul 29, 2008 2:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Rotating an Image with Specified "Forward" Directi
- Replies: 5
- Views: 6140
- Mon Jul 28, 2008 7:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Passing strings with commas as arguments/parameters
- Replies: 5
- Views: 5844
- Mon Jul 28, 2008 1:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Passing strings with commas as arguments/parameters
- Replies: 5
- Views: 5844
Passing strings with commas as arguments/parameters
Hello there.
I'm unable to figure out a way to pass a string containing a comma as an argument to a custom handler. I wrapped up some database code and pass the query as a parameter, and sometimes the query contains a comma. When I pass this, it splits the argument at the comma and treats it as ...
I'm unable to figure out a way to pass a string containing a comma as an argument to a custom handler. I wrapped up some database code and pass the query as a parameter, and sometimes the query contains a comma. When I pass this, it splits the argument at the comma and treats it as ...