Search found 110 matches

by warrenk
Mon Nov 10, 2008 9:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Card Question
Replies: 4
Views: 2677

Mark,

Thanks...this works. Appreciate the help!

Warren
by warrenk
Mon Nov 10, 2008 9:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Card Question
Replies: 4
Views: 2677

Mark,

Would this be a function I create?

ie.
on opencard
call RefreshCard
end opencard

function RefreshCard
(enter code)
end RefreshCard

Thanks for your help!
Warren
by warrenk
Mon Nov 10, 2008 7:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Card Question
Replies: 4
Views: 2677

Card Question

What would be the best way to "refresh" a card? I have a card where I am updating dropdown fields from a SQL database. When a update is done, I want to rerun the "on opencard" function which contains the statements to load my dropdown fields. Should I just close and reopen the card or can I specify ...
by warrenk
Thu Nov 06, 2008 10:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Extracting Data From A Tab Delimited String
Replies: 5
Views: 3380

SparkOut,

Thanks for helping me out again!!! Appreciate it!

Warren
by warrenk
Thu Nov 06, 2008 9:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Extracting Data From A Tab Delimited String
Replies: 5
Views: 3380

Extracting Data From A Tab Delimited String

I have a string that is separated by tabs. Is there any way to extract the data between tabs? I can't use the word command as there are spaces in my data. example: tHilitedText Contains... name <tab> address 1 <tab> address 2 When I try the following, it only selects data up until a space is reached...
by warrenk
Tue Nov 04, 2008 8:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling Field Question
Replies: 2
Views: 2286

Richard,

Thanks for the response. I just realized I had the don't wrap checked off on the field. When I removed this...everything worked. Stupid mistake!

Warren
by warrenk
Tue Nov 04, 2008 7:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling Field Question
Replies: 2
Views: 2286

Scrolling Field Question

Is there anyway to limit the length of each line of a scrolling field. I want the data to wrap after 50 characters (even if ENTER is not selected). How would I do this? I tried the code below and it is not working (this was a total guess of how I thought it would work...so don't laugh if I am way of...
by warrenk
Mon Nov 03, 2008 9:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrollable Field
Replies: 2
Views: 1997

Jan,

Thanks once again for you help! :D

Warren
by warrenk
Mon Nov 03, 2008 8:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrollable Field
Replies: 2
Views: 1997

Scrollable Field

I have a scrollable field which has values loaded from a database. How do I determine which line is of the scrollable field is selected when the user doubleclicks the mouse. I know if have to use the mouseDoubleUp. From here I am totally clueless how to retrieve what the user selects. Thanks for any...
by warrenk
Wed Oct 29, 2008 2:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Panel Help
Replies: 2
Views: 2147

Mark,

Thanks for the explanation. I think I was trying to use the panel incorrectly.

Warren
by warrenk
Tue Oct 28, 2008 8:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Tab Panel Help
Replies: 2
Views: 2147

Tab Panel Help

I have a panel with a 3 tabs on a card. I want to load the value of the fields from the 3 tabs into variables. How do I do this with panels. ie. put field "Contact 1" from "tab 1" of "Panel 1" into tVariable1 put field "Contact 2" from "tab 2" of "Panel 1" into tVariable2 I know the put commands abo...
by warrenk
Mon Oct 27, 2008 3:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: SQLite - Creating A Table
Replies: 2
Views: 2077

Paul,

Looks like your right...figured it was something stupid on my part. Thanks for your help! :lol:

Warren
by warrenk
Mon Oct 27, 2008 3:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: SQLite - Creating A Table
Replies: 2
Views: 2077

SQLite - Creating A Table

I am trying to create a table using the following code (see below). I am able to create the database without any problems. The program seems to fail on the revExecuteSQL command with the following error: stack "Untitled 2": execution error at line 11 (Function: error in function handler) near "revEx...
by warrenk
Sat Oct 25, 2008 6:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hidden Files
Replies: 0
Views: 1344

Hidden Files

I am retrieving a list of files using...

put the detailed files into tAllFiles

When I view the files with 'answer tAllFiles', I notice hidden files,

Is there anyway to eliminate hidden files? I am working on a Windows XP.

Thanks!
Warren
by warrenk
Thu Oct 23, 2008 1:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Transfer Hilite Button Value From Stack To Stack
Replies: 2
Views: 2211

gyroscope,

Thanks for the detailed explanation. This is very informative. you solved my problem! :lol:

Warren

Go to advanced search