Search found 11 matches

by josemv
Sun Feb 26, 2012 10:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: multidimensional array issue
Replies: 3
Views: 3190

Re: multidimensional array issue

Hi Sturgis, the scope issue makes sense to me. Because I'm completelly new with LiveCode, probably am doing something wrong. The code its only a test and it is a crazy mix of statement to check how some things work. I have all code inside of a button objet script. I declared variables on the stack a...
by josemv
Sun Feb 26, 2012 1:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: multidimensional array issue
Replies: 3
Views: 3190

multidimensional array issue

Hello after several hours trying to find what's wrong, have to ask what I must fix in this code: put "at 1 " & regServers["net"]["server"] & " : " & domainExtension & cr after field "datafield" put "at 2 " & regServers[domainExtension]["server"] & cr & cr after field "datafield" put "at 3 " & regSer...
by josemv
Wed Feb 22, 2012 10:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sockets, howto "read while"...?
Replies: 2
Views: 1986

Re: sockets, howto "read while"...?

Hi Mark,

wow, great advices. Thanks so much.

I didn't checked yet but will let you know how works.

Jose
by josemv
Mon Feb 20, 2012 10:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: sockets, howto "read while"...?
Replies: 2
Views: 1986

sockets, howto "read while"...?

Hi first thanks for your help and patience. Your advice it is being really useful to help me to understand how Livecode works. Am reading manuals, forum posts and checking every video but takes some time to understand it. Using sockets, when connect to servers to get information, rule says they will...
by josemv
Mon Feb 20, 2012 8:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mac and windows command line standalone how?
Replies: 4
Views: 3152

Re: mac and windows command line standalone how?

Hi

thanks all for your help. Got working with -ui and | more allow to output to the screen in Windows. Mac version works ok too.

Jose
by josemv
Sun Feb 19, 2012 5:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: playing with sockets
Replies: 1
Views: 1691

playing with sockets

Hello, am trying to do a basic socket client for teaching purposes to show how http protocol works: send a request to host, get and print response. Based on some forum example I did this, sending a string like GET /index.php HTTP/1.1 local testServer put "tontos.com:80" into testServer command write...
by josemv
Sun Feb 19, 2012 2:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mac and windows command line standalone how?
Replies: 4
Views: 3152

Re: mac and windows command line standalone how?

Hi,

thanks for your help.

Need a solution as simple as possible to run an .exe file getting arguments and outputting results to the screen. Server is not an option, I will try with -ui and piping, but doesn't looks the simpler solution for that kind of users.

Jose
by josemv
Sun Feb 19, 2012 2:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mac and windows command line standalone how?
Replies: 4
Views: 3152

mac and windows command line standalone how?

Hello, am trying to get a simple program run as a standalone from the command line accepting parameters and displaying results on the screen. I got accepting parameters in both Windows and Mac, but there is no way to get output to the screen on Windows. I read everything on forums and list about thi...
by josemv
Mon Jan 05, 2009 8:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: html editor component
Replies: 5
Views: 3385

Mark, excuse me if I ask a stupid question, but no idea about Revolution yet... where it is available that stack or do you sell in some way? Could I take a look to know how it works? I need something simple able to run under Windows and Mac allowing simple tags like bold, italic, list an so on. We w...
by josemv
Mon Jan 05, 2009 7:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: html editor component
Replies: 5
Views: 3385

Hi Mark,

thanks for your reply.

Do you know any demo or some tryout app to check what is possible to do with that feature? We don't need many HTML features, but wouldn't like to spent time in something that couldn't be upgraded if needed.

Jose
by josemv
Mon Jan 05, 2009 5:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: html editor component
Replies: 5
Views: 3385

html editor component

Hello, we need an application to manage multiple sites that must work under Windows and Mac. Would like to build with Revolution. There are two very important components for this tool FTP client and HTML WYSYWYG editor. After some reading I suppose ftp is not a problem, but HTML editor its available...