Search found 175 matches

by dglass
Sun May 15, 2011 6:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing button-icons via script?
Replies: 6
Views: 5375

Re: Changing button-icons via script?

The dictionary has this:

set the hovericon of button "Play" to 210095

there is no 'ID', perhaps that is the problem?
by dglass
Sun May 15, 2011 5:02 am
Forum: Databases
Topic: Creating an email with data from an SQLite table
Replies: 19
Views: 12165

Re: Creating an email with data from an SQLite table

1. "select email, prop_addr from borrowers ..." 2. probably can't 3. build the header (tab-separated?) and put it in a variable, append the data from temp_deals. If the data from temp_deals is using the defaults it will be tab-separated, and everything should line up. Which is what it looks like you...
by dglass
Sun May 15, 2011 3:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "Next" & "Back" Buttons Residing at Stack Level?
Replies: 2
Views: 2060

Re: "Next" & "Back" Buttons Residing at Stack Level?

Mark wrote:P,
Perhaps the summer course hasn't arrive at the subject of "groups" yet?
Correct. It hasn't.
by dglass
Sat May 14, 2011 4:37 pm
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4290

Re: Looking for a MySQL guru to help with queries

You should be able to find it in my profile.
by dglass
Sat May 14, 2011 5:21 am
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4290

Re: Looking for a MySQL guru to help with queries

Meaning, I'm available right now, and throughout the days and nights via this forum, e-mail, and maybe even iChat/IM.
by dglass
Sat May 14, 2011 5:14 am
Forum: Databases
Topic: Looking for a MySQL guru to help with queries
Replies: 6
Views: 4290

Re: Looking for a MySQL guru to help with queries

Sure....

for reasonable definitions of 'available'. :)
by dglass
Sat May 14, 2011 3:59 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6412

Re: Need help with LiveCode and MySQL

'quote' is equivalent to the double quote character (ASCII 34).
by dglass
Sat May 14, 2011 12:25 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6412

Re: Need help with LiveCode and MySQL

admin12 wrote: Also, how difficult would it be to use a data grid object instead of lots of combo boxes and populate it with various field data?
Dunno. I imagine not very difficult provided we both knew a bunch more than we currently do.
by dglass
Sat May 14, 2011 12:23 am
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6412

Re: Need help with LiveCode and MySQL

Blind leading the blind here, but.... You need to look up how the selected item is returned from a combobox. Actually, we both do, but my guess is it's going to be a 'menupick' handler, or maybe the field's value with a check to ensure it's not blank. After that you need to replace 'the result of yo...
by dglass
Fri May 13, 2011 10:17 pm
Forum: Databases
Topic: Need help with LiveCode and MySQL
Replies: 9
Views: 6412

Re: Need help with LiveCode and MySQL

After your combo selection you'll need to do something like:

SELECT <<whatever data you need>> FROM <<whatever tables you need>> WHERE UserName <<or whatever field is in the other tables>> = '" & the result of your selection & "'"

Then do whatever you are going to do with the returned data.
by dglass
Thu May 12, 2011 5:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: can't find RunRev folder
Replies: 10
Views: 5806

Re: can't find RunRev folder

It's probably hidden.

From memory....

1. Tools
2. Folder Options
3. ???? - something I can't remember...File Options, or Folder Options (again) something
4. Scroll to find the 'Show hidden files and folders' checkbox.
5. check the box.
by dglass
Wed May 11, 2011 6:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: IDE 'Reset'
Replies: 5
Views: 3282

Re: IDE 'Reset'

Unfortunately that breaks 'immersion' too much for me.

Thanks though. :)
by dglass
Wed May 11, 2011 6:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: IDE 'Reset'
Replies: 5
Views: 3282

IDE 'Reset'

I often am working on more than one project at a time, and am trying to come up with a way to do it in LC, particularly when using the GLX framework which creates a bunch of support stacks. LC doesn't allow duplicate stack names, so when I go to open another project I get the 'Close, Purge, Cancel' ...
by dglass
Tue May 10, 2011 5:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Breakpoints and resizing the code window
Replies: 14
Views: 7074

Re: Breakpoints and resizing the code window

Doesn't matter. :shock:

Just saw the announcement on the mailing list, and 'remote debugging' is enough to make the tiny icons not matter (as much, it would still be nice to have them bigger :P ). :D
by dglass
Mon May 09, 2011 3:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Mouse Behavior lost after certain actions
Replies: 4
Views: 3676

Re: Mouse Behavior lost after certain actions

I'm not Terry. Terry helped me. :)

As to the 'lock cursor', it appears to work as I have it, so is that just coincidence?

Go to advanced search