Search found 102 matches

by asayd
Wed Nov 04, 2009 1:56 am
Forum: Talking LiveCode
Topic: Viewing ask password in dictionary causing lock up
Replies: 5
Views: 3374

This happened after I submitted a user comment for this term. It seems to be the only entry affected, so I'm thinking there is something malformed in the data for the comment. Details in this bug report: http://quality.runrev.com/qacenter/show_bug.cgi?id=8279 My guess is that if whoever maintains th...
by asayd
Fri Apr 03, 2009 9:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrollable Forms
Replies: 4
Views: 3541

Scrollable forms

Well said, Richard, as always. :) I agree, as useful and powerful as the new DataGrid object is, it will be even more so the better you understand the inner workings of groups. For simple groups, it's a snap to just add scrollbars to enable scrolling content that's too large to display in the availa...
by asayd
Fri Apr 03, 2009 7:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Menus on OS X
Replies: 5
Views: 3692

Menus on OS X

Jeff, I and others get around this "helpfulness" on OS X by NOT checking the "Set as Menu Bar in OS X" check box in the menu builder. This is what I do to avoid the resizing issue (from memory, so tell me if it doesn't work for you.) Leave enough blank space at the top of your window to show a menu ...
by asayd
Fri Apr 03, 2009 7:06 pm
Forum: Mac OS
Topic: Saving stack to file
Replies: 1
Views: 3113

Saving stack to file

Bruce, Did you ever get this working? From what you posted it looks fine, although you didn't show your actual code. The only reason I can think of why it wouldn't save to a particular place is that you don't have write permission. In this case it will fail silently, but you can capture the error wi...
by asayd
Fri Apr 03, 2009 6:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrollable Forms
Replies: 4
Views: 3541

Scrollable forms

You may also want to wait for Rev 3.5, due out in a few days or weeks. It includes a new Data Grid object that will do much of what you describe.

Devin
by asayd
Fri Apr 03, 2009 6:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Menus on OS X
Replies: 5
Views: 3692

Menus on OS X

Hi Jeff, Sorry to hear you're feeling frustrated. You didn't describe exactly what you mean by controls being in the "wrong position". But if you're on OS X you may be running into a bit of quirky behavior that has to do with the fact that menus on OS X are at the top of the screen, while Windows me...
by asayd
Wed Nov 12, 2008 3:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hover icon
Replies: 2
Views: 2537

RE: Hover icon

dalkin, Make sure you import the image file to the stack, not just reference it from the library. The library doesn't get included when you create a standalone. This is how I always do it, and it's very reliable: - Import the image file to the stack (File > Import as Control) - Note the imported ima...
by asayd
Wed Nov 05, 2008 5:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: type to select value from table/list
Replies: 10
Views: 6264

type to select value from table/list

I'm coming to the discussion late, but FWIW I created a type ahead search for an app a few months back. I wanted my solution to feel more like the type to select URL feature in Safari. If you're interested you can go to Rev Online and look for my user space, 'devin', and grab the Type Ahead Search s...
by asayd
Fri Aug 15, 2008 7:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button trick?
Replies: 3
Views: 3472

Button trick?

Hi bjb007, It sounds like what you want to do, if I'm following you, is to: - Exectue some handler repeatedly while your button is in a certain state; and - Get out of that state and disable execution when the user clicks the button again. Rather than imbed the send command in a repeat loop it's usu...
by asayd
Thu Apr 24, 2008 9:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there an easy way to get the current path?
Replies: 7
Views: 5479

Coming into this late, but hope I can add some light. When you create a standalone app for Mac OS X, the folder that contains the .app file is automatically the defaultfolder, IF you never set the defaultFolder in your code. I usually do something like this in my preOpenStack or openStack handler fo...
by asayd
Thu Apr 24, 2008 8:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Missing icons in standalone
Replies: 2
Views: 2705

This is a known issue. See http://quality.runrev.com/qacenter/show_bug.cgi?id=4298 For now, what you'll have to do is to copy the icon image into your stack before you assign it as an icon to the button. To do so, open the image library from the Development menu > Image Library. Find the image you w...
by asayd
Thu Apr 24, 2008 7:37 pm
Forum: Talking LiveCode
Topic: New Video Grabber tutorial
Replies: 0
Views: 2395

New Video Grabber tutorial

Hi folks, I recently found myself with a need to do video capture on my Mac OS X systems, so I immediately went looking for some directions on how to do it. There are commands scattered throughout the dictionary, but that doesn't give a coherent picture of how to do it. Then I looked at the Video Ca...

Go to advanced search