Search found 244 matches

by snm
Tue Dec 01, 2015 7:35 am
Forum: iOS Deployment
Topic: Syntax for wait
Replies: 2
Views: 2667

Re: Syntax for wait

Use send command. Look for it in Dictionary.

Marek
by snm
Sat Jul 18, 2015 10:30 am
Forum: Talking LiveCode
Topic: Livecode Project.
Replies: 18
Views: 11516

Re: Livecode Project.

Yes, almost all of us know this ONE

Marek
by snm
Thu Jul 02, 2015 7:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Local: name shadows another variable BUG!!!!
Replies: 14
Views: 8784

Re: Local: name shadows another variable BUG!!!!

Usually I see this error when start debugging the script and stop it before the end. Then when I change something in this script I can't save it becauee of this error.
I don't remember such error it I let script to go to the end.

Marek
by snm
Thu Feb 26, 2015 6:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decimal truncation
Replies: 16
Views: 10712

Re: Decimal truncation

Glad if I could help you and it works Alessio.

Marek
by snm
Wed Feb 25, 2015 10:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get word after offset ?
Replies: 12
Views: 7631

Re: get word after offset ?

Try something like this:

Code: Select all

local tRegex, tUptime, tDownload, tUpload, tLast
put "^.*?-used=(.+)\s.*?(.+)\s.*?(.+)\s.*?(.+)\s*$ into tRegex
get matchText ("your text", tRegex, tUptime, tDownload, tUpload, tLast)
I didn't check it.

Marek
by snm
Wed Feb 25, 2015 10:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Decimal truncation
Replies: 16
Views: 10712

Re: Decimal truncation

Maybe trunc ( 10.995 * 100 ) / 100 is what you are looking for?

Marek
by snm
Tue Feb 10, 2015 10:47 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9753

Re: revBrowser - how to open new window

Thans Jacque, I plan that, but can't find the link (url) to the content of new window. It works in Safari and other web browsers. I'm looking in the browser messages, but can't find any of them containing the url to target page opened in new window.

Marek
by snm
Tue Feb 10, 2015 11:42 am
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9753

Re: revBrowser - how to open new window

No, this message is sent when a url has been opened in a new window.
My problem is how to open link declared to open in new window.

Marek
by snm
Mon Feb 09, 2015 2:54 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9753

Re: revBrowser - how to open new window

I have web browser in my application. If I click the link on actual visited web page, revBrowser should go to that web page. It's OK if next page is declared to open in the same browser tab/window. But revBrowser don't display the (next) page if it's declared to open in new tab or new window . Marek.
by snm
Mon Feb 09, 2015 2:06 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9753

Re: revBrowser - how to open new window

Thanks Klaus for reply, but how to script it to fire second browser?

Marek
by snm
Sun Feb 08, 2015 9:40 pm
Forum: Talking LiveCode
Topic: revBrowser - how to open new window
Replies: 13
Views: 9753

revBrowser - how to open new window

Is it possible to open link from one page opening new page in new window (or new tab)? This is working on any web browsers, but I can't find the solution with revBrowser and revBrowserCef.

Thanks in advance for help,
Marek
by snm
Sun Feb 08, 2015 2:17 am
Forum: Talking LiveCode
Topic: Password protected stack
Replies: 8
Views: 6667

Re: Password protected stack

Thanks a lot Richard. It was not clear for me that custom property is encrypted, but you can see it. It should be encrypted also (custom only). But good to know and be sure.

Marek
by snm
Sun Feb 08, 2015 12:47 am
Forum: Talking LiveCode
Topic: Password protected stack
Replies: 8
Views: 6667

Password protected stack

Dictionary definition of "password" property tells that scripts and custom properties in a password-protected stack are all encrypted . It's true for scripts - until you don't type the password, you can't see scripts. But after run in msg box the command: set the password of stack "myStack" to "pass...
by snm
Fri Jan 02, 2015 9:49 pm
Forum: Talking LiveCode
Topic: select text of me (field) not working?
Replies: 2
Views: 2821

Re: select text of me (field) not working? [SOLVED]

Thanks a lot Mark. I saw it - blinking selection means that some next message clear the selection after openField (it was mouseDown and mouseUp). It should be mentioned in example of use openField message in the Dictionary.

Marek

Go to advanced search