Search found 247 matches

by ale870
Wed Dec 15, 2010 11:27 pm
Forum: Announcements
Topic: New site for Live Code and newLisp
Replies: 0
Views: 2150

New site for Live Code and newLisp

I like two programming languages: newLisp and “Runtime Revolution” (now Live Code). So I decided to revamp my “old” sites and join them, in this new site. “Live Code” and newLisp will be the central point of this blog, but they will be linked to other programming experiences also. Even if these lang...
by ale870
Mon Nov 15, 2010 9:45 am
Forum: Off-Topic
Topic: RunRev Widgets is up and running again, for the second time!
Replies: 0
Views: 2459

RunRev Widgets is up and running again, for the second time!

Dear all, in the past months, many things happened. Sometimes the life is not so easy. Now I'm ready to start again, and to stay here for a long time! I promised a lot of widgets, but I didn't make all of them. So this is for me a new rebirth for me, and this is the reason I decided to delete every ...
by ale870
Tue Jul 06, 2010 3:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to send data from javascript to Revlet?
Replies: 2
Views: 2050

Re: How to send data from javascript to Revlet?

Not so bad, but the problem I cannot arise an event to "communicate" this new value set :-(
by ale870
Mon Jul 05, 2010 5:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to send data from javascript to Revlet?
Replies: 2
Views: 2050

How to send data from javascript to Revlet?

Hello, I already red some info about passing data from javascript to revlet (they use document.write() ) , but I cannot find any info how to make it dynamically. For example: I make a web page with two buttons (or two hyperlinks), and I wish to send a string to revlet plugin based on user selection ...
by ale870
Mon Jul 05, 2010 4:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack operations (bring to front, activate, etc...)
Replies: 6
Views: 4009

Re: Stack operations (bring to front, activate, etc...)

There is nothing "abnormal". But I will make a couple of tests to give you more info.
Thank you!
by ale870
Mon Jul 05, 2010 4:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack operations (bring to front, activate, etc...)
Replies: 6
Views: 4009

Re: Stack operations (bring to front, activate, etc...)

the application I made is quite complex, I can say that, from my stack, I'm runnning an external main stack (not a substack).
by ale870
Mon Jul 05, 2010 4:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: About "revBrowser"
Replies: 0
Views: 1310

About "revBrowser"

Hello, I'm successfully using revBrowser component (simply wonderful!). Now I have a problems: I can create/call javascript commands from RunRev using revBrowserCallScript or revBrowserExecuteScript . Well, is there any way to make the inverse? I want to call a RunRev function from javascript. Now I...
by ale870
Mon Jul 05, 2010 4:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack operations (bring to front, activate, etc...)
Replies: 6
Views: 4009

Re: Stack operations (bring to front, activate, etc...)

Thank you (resume and resumeStack are the ones I was looking for!).

About "go": it seems sometimes the stack does not come in front. Is there any function to "force" it? In Delphi I use the function "BringToFront".
by ale870
Mon Jul 05, 2010 11:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack operations (bring to front, activate, etc...)
Replies: 6
Views: 4009

Stack operations (bring to front, activate, etc...)

Hello, I need to make a couple of operations in RunRev, but I cannot find any function/message. 1) I need to open a stack and "force" it to arise on top of other RunRev windows. I know I can use "the systemWindow" property, but I don't want to use it, since it will "oblige" my form to stay always in...
by ale870
Mon May 17, 2010 11:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: CGI for RunRev 4.5
Replies: 14
Views: 10835

Re: CGI for RunRev 4.5

Generally speaking, that instruction is used to allow a "better" multitasking acitivites, for the engine self and other applications (queue management, etc...). In the past that instruction was very useful since Win 95/98 used "cooperative multitasking". In "modern" OS that instruction, generally, i...
by ale870
Wed May 12, 2010 6:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Available ports for server sockets
Replies: 2
Views: 2224

Re: Available ports for server sockets

Thank you, but that function works only to check which ports are open from RunRev self. If my browser web open some ports, I cannot check them. Now I'm using the command (command line in Windows): netstat -an|find /i ":1027" where "1027" is the port I want to check, but I wanted to avoid to use comm...
by ale870
Wed May 12, 2010 5:57 pm
Forum: Announcements
Topic: Space Editor: New widget from RUNREVWIDGETS.COM
Replies: 2
Views: 4302

Re: Space Editor: New widget from RUNREVWIDGETS.COM

Finally, after several weeks of hard job, Space Editor was finally released for beta-testing.
ED-002_SpaceEditor.rev

within this week I will publish the video. In the meantime, please check it, give me a feedback (and a donation if you like it! :-) )

Cheers!
by ale870
Wed May 12, 2010 5:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Available ports for server sockets
Replies: 2
Views: 2224

Available ports for server sockets

Hello,

I'm working to create a server socket for a program, and I'm using "accept connections" to open server ports. The problem is that function open a port even if it is already busy!
How can I check if a port is busy or available?

Thank you for your help!
by ale870
Wed Apr 28, 2010 12:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to get all "linkText" in a field
Replies: 2
Views: 1899

Re: How to get all "linkText" in a field

This idea is interesting! I will make a test!
Thank you!
by ale870
Wed Apr 28, 2010 10:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to get all "linkText" in a field
Replies: 2
Views: 1899

How to get all "linkText" in a field

Hello, I have a text field, and I defined some "hyperlinks" using linkText and textStyle=link. No I need to get a list of all defined linkText in a field. I need something like a list. Is it possible? If I haven't that function, I need to parse char by char the field, in order to "discover" if a spe...

Go to advanced search