Search found 20 matches

by peaslee
Mon Jul 25, 2011 10:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Re: Button in Data Grid

Zryip TheSlug wrote:
peaslee wrote:Slug,

I put the button's script in the column behavior.

Bruce
How many columns do you have ?
- Only one with 2 fields (first and last name) and a button
- Three columns (a first name column, a last name column and a column with a button)
Three columns: a button and two fields.
by peaslee
Mon Jul 25, 2011 7:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Re: Button in Data Grid

Slug,

I put the button's script in the column behavior.

Bruce
by peaslee
Mon Jul 25, 2011 5:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Re: Button in Data Grid

Here's what I scripted as a test. The row has trhe button and two label fields. The label fields do show data. on mouseUp local tLastName local tFirstName put the text of field "lblLastName" of me into tLastName put the text of field "lblFirstName" of me into tFirstName answer info tLastName & ", " ...
by peaslee
Sun Jul 24, 2011 6:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Re: Button in Data Grid

I've had some success - the button and sample data appear. However, I can't figure out how to get column names, nor can I get the button to do something simple like return the data in its row.
by peaslee
Fri Jul 22, 2011 5:08 pm
Forum: Databases
Topic: We really need some good sqlite getting started examples
Replies: 8
Views: 7553

Re: We really need some good sqlite getting started examples

I'm using a PC.

The example didn't show the correct construction for the file name. It's [yourAccountNameHere].on-rev.com.
by peaslee
Thu Jul 21, 2011 6:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Re: Button in Data Grid

I want a button with the little pencil icon so the user, by clicking it, will open a stack to edit the record. The closest I came to success was following the "How to I work with Checkboxes in a Data Grid Example". I can get that to run properly, but I can't seem to get a push button in the Row Temp...
by peaslee
Wed Jul 20, 2011 11:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Button in Data Grid
Replies: 12
Views: 11455

Button in Data Grid

Hi,

I have not been successful in adding a push button to my data grid. If anyone can point me to an example I would appreciate it.

Thanks.
by peaslee
Tue Jul 12, 2011 7:27 pm
Forum: Feature Proposals
Topic: Is the user dictionary available in pdf?
Replies: 20
Views: 99802

Re: Is the user dictionary available in pdf?

et_phone_home wrote:I've converted it for me a few days ago... if you wanna i can upload it for you...

I for one would appreciate it.
by peaslee
Sun Jul 10, 2011 6:08 pm
Forum: Databases
Topic: Unable to connect to MySQL database error
Replies: 11
Views: 12109

Re: Unable to connect to MySQL database error

Help!! Can't figure out why this is happening. I get the error; Access denied for user 'user'@' 'c-xx-xx-xx-xxx.hsd1.site.domain'' (using password: YES) Where the 'xx-xx-xx-xxx' turns out to be the IP address of my machine. I am connecting to a remote mysql server and this worked ok sometime during...
by peaslee
Tue Jul 05, 2011 10:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid : stack with a few examples and tricks
Replies: 6
Views: 7273

Re: Datagrid : stack with a few examples and tricks

Nice job. Very helpful for us new kids.

Bruce
by peaslee
Sun Jun 26, 2011 3:55 pm
Forum: Databases
Topic: We really need some good sqlite getting started examples
Replies: 8
Views: 7553

Re: We really need some good sqlite getting started examples

The example provided is good if the database is on the local machine. What stumps me is how to handle the situation where the file is on the server. Is there an example for that?

Thanks.

[Edit: Finally got it - the example was wrong :>(
by peaslee
Fri Jun 17, 2011 4:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Images vanish in Standalone
Replies: 4
Views: 3744

Re: Images vanish in Standalone

mwieder wrote:OK - how's the weather in Site Y? <g>
Classified...
by peaslee
Thu Jun 16, 2011 11:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Images vanish in Standalone
Replies: 4
Views: 3744

Re: Images vanish in Standalone

mwieder wrote:Not a lot of detail there, but it sounds like you've referenced external images instead of importing them into your stack.
Sounds like it. I'll look at that.

Thanks,

Bruce
by peaslee
Thu Jun 16, 2011 10:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Images vanish in Standalone
Replies: 4
Views: 3744

Images vanish in Standalone

When I create my simple standalone the images do not show up.
by peaslee
Thu Jun 16, 2011 7:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to center a control?
Replies: 13
Views: 10989

Re: How to center a control?

Klaus

It took me about twenty minutes with graph paper and the Dictionary to see why that works, but it was good for my education.

Thanks,

Bruce