Search found 25 matches

by andy60
Sun Feb 15, 2015 4:50 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Messagebox pending messages
Replies: 6
Views: 4585

Re: Messagebox pending messages

jacque wrote:Here it is, at the end of the openDB handler:

put sDbId

A plain "put" that isn't placed into a variable will go into the message box.
Great work, now it works well. Thx!
by andy60
Sat Feb 14, 2015 4:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Messagebox pending messages
Replies: 6
Views: 4585

Re: Messagebox pending messages

Dear Craig i continue to have problems, message box window appear if i load substack. Script checked, you can see the full script (substack of main stack): sub stack load with script: on mouseUp go to stack "speed" end mouseUp substack code: local sDbId on opencard opendb end opencard on closecard c...
by andy60
Fri Feb 13, 2015 5:35 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Messagebox pending messages
Replies: 6
Views: 4585

Re: Messagebox pending messages

Hi. You may not have any pending messages. Where in your code do you think these are queued? The message box should only open if asked to, and this may come if, say, you: "put someData". If no container is specified (put someData into vld 1), the message box is the default. Any of this help? Craig ...
by andy60
Thu Feb 12, 2015 2:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resizing browser object (Mac)
Replies: 4
Views: 4077

Re: Resizing browser object (Mac)

Hi Andy, please get used to the LC terminology! set the height of the image field "browser image" to cardWidth-50 We have a FIELD object and an IMAGE object in Livecode, but no "image field"! 8) So proposed you have an IMAGE object as a size reference for your browser, this should do: set the heigh...
by andy60
Thu Feb 12, 2015 1:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Messagebox pending messages
Replies: 6
Views: 4585

[SOLVED] Messagebox pending messages

I don't know to erase these pending messages and the message box windows opens during my program's execution.
The http://lessons.runrev.com/m/4071/l/8537 ... and-tricks does not speak about it.
If i click on pending button i don't see nothing.
by andy60
Thu Feb 12, 2015 10:18 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resizing browser object (Mac)
Replies: 4
Views: 4077

Re: Resizing browser object (Mac)

Dixie wrote:Hi Andy...

I have attached a stack that shows 'google' maps in a browser object, resizing the card resizes the browser object... I have commented the script, the handlers of which are all in the card script... hope it helps :D

Dixie
thx for your help
by andy60
Thu Feb 12, 2015 8:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Resizing browser object (Mac)
Replies: 4
Views: 4077

Resizing browser object (Mac)

Hi, i studied this example http://lessons.runrev.com/m/4071/l/23843-how-to-manage-and-position-objects-when-a-stack-is-resized . In the card script: on resizeStack cardWidth, cardHeight ..... set the height of the image field "browser image" to cardWidth-50 ..... end resizeStack With textfield and b...
by andy60
Mon Feb 09, 2015 2:06 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to write a script to create an HTML page?
Replies: 4
Views: 3572

Re: How to write a script to create an HTML page?

Hi Andy, Glad it helps. Dreamweaver created that page with " (quote/double quote) not ' (apostrophe/single quote). Why do you use the single quote? Simon Single quote internally works Well when creating an http page with code. example: string "this is a 'test'" can't do this output: "this is a "tes...
by andy60
Mon Feb 09, 2015 1:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6546

Re: Handling status messages

Okie Dokie, then simply set the browserrect in in your "resizestack" script to the new calcluated size. :D Remember that "resizestack" comes with 4 parameters: on resizestack newWidth,newHeight,oldWidth,oldHeight So computing the new neccessary rect for the browser shold be no problem. Hi, i studie...
by andy60
Sun Feb 08, 2015 5:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6546

Re: Handling status messages

Klaus wrote:Molto bene! :D
yeah, my actual goal is to write code for image browser resizing when i resize the card :D
by andy60
Sun Feb 08, 2015 4:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6546

Re: Handling status messages

Hi Andi, this is not a question if newbie or not, but a general understanding problem :D The messages "browserStartedLoading" and "browserFinishedLoading" are MOBILE only! In other words: The messages "browserStartedLoading" and "browserFinishedLoading" ARE ONLY being send ion iOS or Android. And y...
by andy60
Sun Feb 08, 2015 4:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6546

Re: Handling status messages

Hi Andy, using browser control in Safari this is not bad english, but just plain wrong, you are using a browser control in Livecode, right? :D And again a look into the dictionary brings enlightment! 8) The messages "browserStartedLoading" and "browserFinishedLoading" are MOBILE only! On the deskto...
by andy60
Sun Feb 08, 2015 1:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] Handling status messages
Replies: 10
Views: 6546

Re: Handling status messages

Hi Andi, hi, using browser control in Safari ??? :shock: Could you explain a bit? Best Klaus excuse me Klaus for my bad english! :-) i post screenshot of mybrowser. My problems are: - refresh url after end of navigation - sent info during navigation in the field at the bottom of the window as i sho...
by andy60
Sun Feb 08, 2015 11:36 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to write a script to create an HTML page?
Replies: 4
Views: 3572

Re: How to write a script to create an HTML page?

Hi Andy, Go get this stack; http://forums.livecode.com/viewtopic.php?f=7&t=19785&p=100173&hilit=infamous+quotes#p100173 Stick this into it <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xh...
by andy60
Sun Feb 08, 2015 6:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Multi line command
Replies: 0
Views: 12876

[SOLVED] Multi line command

Is it possible to split a livecode command line over multiple lines? In Visual Basic I can use the underscore "_" to continue the command in the next line.

Solution:

http://forums.livecode.com/viewtopic.php?f=9&t=4892

Go to advanced search