Re: Handling Long ID in Params?

2011-10-17 Thread Scott Rossi
Recently, Mark Wieder wrote: >> I'm sure you have good reasons but I'm curious about why you would want to >> classify a handler as private if you know you will need to access it from >> outside the script that it's in? > > Thanks. You beat me to it. This has been bothering me all day. Knowing >

Re: Handling Long ID in Params?

2011-10-17 Thread Mark Wieder
Pete- Monday, October 17, 2011, 2:01:13 PM, you wrote: > Hi Scott, > I'm sure you have good reasons but I'm curious about why you would want to > classify a handler as private if you know you will need to access it from > outside the script that it's in? Thanks. You beat me to it. This has been

Re: Handling Long ID in Params?

2011-10-17 Thread Scott Rossi
Wow, just got bitten by this long id reference again -- twice in 24 hours! I've been trying to call a function of another object using the old routine: get value("specialFunction()",remoteObject) And once again, this handler was failing for me when passing the long id of a control within the f

Re: New rendering testing

2011-10-17 Thread Joe Lewis Wilkins
Alex, I'm sure you'll eventually take advantage of all that LC comes to offer, and they love you for your outside the box thinking and doing; but you're far more imaginative than the average "potential" LC user. Frankly, I'd love to be in your boots. (smile) Joe Wilkins On Oct 17, 2011, at 4:

Re: SqLite to MySQL and back or ?

2011-10-17 Thread Robert Brenstein
On 17.10.2011 at 12:47 Uhr -0700 John Patten apparently wrote: Hi All! I have a little project that is using SQLite to save user data. Essentially, each user has their own table created in the database and it saves records consisting of text content in mutiple fields in each record. The idea

Re: New rendering testing

2011-10-17 Thread Alejandro Tejada
Hi Joe, Joe Lewis Wilkins wrote: > > When I first got involved with Revolution I had hoped > that it would just be an up-todate HC; but, alas, it > began to get too complicated for the average hobbyist, > so many of the HC users just never came aboard. > I don't blame them. I was very close to b

Re: New rendering testing

2011-10-17 Thread Joe Lewis Wilkins
Alex: When I first got involved with Revolution I had hoped that it would just be an up-todate HC; but, alas, it began to get too complicated for the average hobbyist, so many of the HC users just never came aboard. I don't blame them. I was very close to being one who didn't myself. Over the y

Another drag/drop issue

2011-10-17 Thread Pete
I'm trying to drag and drop a column from a datagrid onto another datagrid on the same card. Everything works fine when I'm testing (the stack is toplevel), but when I use it for real (the stack is modal), none of the dragxxx handlers are being called. I'm really hoping the reason is that LC does

Re: New rendering testing

2011-10-17 Thread Alejandro Tejada
Hi Joe and Jim, Joe, many thanks for your kind words! I always hope that my scripting experiments would do more good than harm and at least should be useful to show the Do's and Don'ts on the specific topics that I worked with. James Hurley wrote: > > [snip] > Kevin and I discussed the possibil

Re: Handling Long ID in Params?

2011-10-17 Thread Pete
Hi Scott, I'm sure you have good reasons but I'm curious about why you would want to classify a handler as private if you know you will need to access it from outside the script that it's in? Pete Molly's Revenge On Mon, Oct 17, 2011 at 10:30 AM, Scott Rossi wrote

Re: SqLite to MySQL and back or ?

2011-10-17 Thread Pete
Sounds like what you want to is sync the databases accounting for any inserts, deletes, updates on either database. That gets pretty complicated! I think I'd probably take the route of accessing the remote mySQL db all the time if it's at all feasible and i not, then using ftp to upload/download

Re: SqLite to MySQL and back or ?

2011-10-17 Thread Kee Nethery
It's my belief that SqLite databases tend to be small enough that you can just copy the entire file back to a main server and not bother doing a sync of the data it contains. Probably be heck-a faster than a whole bunch of selects and updates and inserts from sqLite on a desktop to MySQL on a se

Re: SqLite to MySQL and back or ?

2011-10-17 Thread Bob Sneidar
Typically what most do is issue a dump of the sql database. If it is not too large then this is workable. It produces a text file that can then be imported into other databases. But why not have your app access the mySQL database online to begin with? You would need to modify the table structu

SqLite to MySQL and back or ?

2011-10-17 Thread John Patten
Hi All! I have a little project that is using SQLite to save user data. Essentially, each user has their own table created in the database and it saves records consisting of text content in mutiple fields in each record. The idea was in a school situation, where multiple students using the same

Re: Handling Long ID in Params?

2011-10-17 Thread Ken Ray
On Oct 17, 2011, at 12:30 PM, Scott Rossi wrote: > ...this command can be triggered by any external object via the above router > command (in the same script) with something like this: > > runPrivateCommand "getObjectID","long id of" && long id of btw 1 I think you can even use: runPrivateCo

Re: Galactic Gaunlet

2011-10-17 Thread tbodine
Suggestion for RunRev: Put a Demo Mode in this game so those of us who don't really want to master the game -- just see what LC can do -- can observe the game in action without having to play it. -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Galac

Re: [OT] Plea for help

2011-10-17 Thread Bob Sneidar
I think Disk Warrior will create a new copy of the partition map, but he doesn't have one apparently. Not sure if Disk Warrior will deal with that. Bob On Oct 15, 2011, at 5:26 PM, Tim Selander wrote: > I used Disk Warrior with great success many times in the OS9 days; not sure > if they sti

Re: New rendering testing

2011-10-17 Thread James Hurley
Al, This all started while was teaching at the university and working with a local grade school teacher. At that time Logo was all the rage and I thought it would be an ideal language in which young children might solve interesting physics problems, essentially implement numerical methods to so

Re: A Nit Nuisance

2011-10-17 Thread Scott Rossi
Hi Roger: What you're seeing is the horizontal and vertical dimensions of the player being swapped for some reason (seems like a bug in 4.6.4). If you set the width/height of the player to its formatted dimensions, you should be OK. set the width of player 1 to the formattedWidth of player 1 se

A Nit Nuisance

2011-10-17 Thread Roger Guay
This is not a big deal but if anyone has a ready solution, I would appreciate it. Running 4.6.4 in Mac OS 10.7.2. As I am dragging a new Quicktime Player from the Toolbar to a stack, it appears to be square. But when it is dropped onto a stack it narrows down to 244 pixels in width and maintai

Re: Handling Long ID in Params?

2011-10-17 Thread Scott Rossi
Thanks Ken, you got me on the right path. I lost so many hours on this dumb thing, but I think it's a valid concept worth using. Again, the idea is to be able to execute any private command of a script using a single "router" command, with any number of parameters. The caveat, as Ken pointed out

Re: New rendering testing

2011-10-17 Thread Joe Lewis Wilkins
Alejandro: Thanks for bringing this to our attention. I vaguely recall having read/studied something re "Turtle-Graphics" many years ago, so maybe it is time for refresher - even for us old students. (Smile) Though I've not commented on any of your many contributions to the list, rest assured

Re: New rendering testing

2011-10-17 Thread Alejandro Tejada
Great work, Jim! :-D After running these demos, finally I understand how useful could be for young minds, to use and learn Turtle Graphics. I downloaded your book from: www.jamesphurley.com/jhurleyFolder/TurtlePhysics%20Text.doc and noticed that when I open the file in Open Office or WordPad, som

Re: Galactic Gaunlet

2011-10-17 Thread James Hurley
Thanks Geoff. I'm up to 4 milliseconds now. A good part of my problem was that I didn't get the iconic messages for up and down control. Dah. I was looking for references to some of the new graphic features introduced in 5.0. I did find the layermode set to "dynamic" , but nothing about the co

Re: [OT] Onanistic Ocelot?

2011-10-17 Thread Peter Alcibiades
The thing that strikes me looking at Unity is how similar it is to Windowmaker! Back to the future with those big icons down the side of the desktop. Well, the one person I put in Windowmaker for is fine with it. So maybe they have a point? Dunno. -- View this message in context: http://run

Re: Handling Long ID in Params?

2011-10-17 Thread Ken Ray
On Oct 17, 2011, at 4:11 AM, Scott Rossi wrote: > > Maybe this isn't the best method to accomplish what I need, but can anyone > see why this is failing? Scott, when you execute the "do", it's getting the text of the button and passing that along instead of the long id that's coming into "route

... and of course, in the app store

2011-10-17 Thread Heather Nagey
Sorry, I forgot to add that you can now download and play Galactic Gauntlet from the App store: http://itunes.apple.com/gb/app/galactic-gauntlet/id470771906?mt=8 cheers Heather Heather Nagey Customer Services Manager http://www.runrev.com/ LiveCode - Unleash Your Killer App ___

Galactic Gauntlet

2011-10-17 Thread Heather Nagey
Dear List Folks, If you haven't already come across it, you might want to take a look at our "proof of concept" game, Galactic Gauntlet. It helps show off the new possibilities of LiveCode 5, and you can download the source code and take a look here: http://www.runrev.com/downloads/galact

Handling Long ID in Params?

2011-10-17 Thread Scott Rossi
Anybody know if there's a problem using long IDs or filenames within the params sent to a command? I'm trying work out a method of triggering private commands in a frontscript using an open "routing" command -- a command that takes incoming commands with parameters and forwards them to the private

Re: Reading multiple identical nodes in an XML file

2011-10-17 Thread Dave Cragg
On 17 Oct 2011, at 05:45, Sivakatirswami wrote: > I am an XML newbie: > > if you want to extract data from a series of identical nodes in a XML file, > how do you set up the repeat function? > Here's one way. I'm sure there are others. (It returns a list of names and ages) Dave function na

Re: Reading multiple identical nodes in an XML file

2011-10-17 Thread Jim Ault
correction on the timing loop stats On Oct 17, 2011, at 2:30 AM, Jim Ault wrote: This approach takes about 11 ticks to do 20,000 lines of XML and creates a single tab-delim table should read 11 ticks to do 100,000 of XML input and 20,000 lines of tabular output Jim Ault

Re: New rendering testing

2011-10-17 Thread René Micout
Thank you James !! René Le 16 oct. 2011 à 22:08, James Hurley a écrit : > i have been experimenting with the new rendering tools in 5.0 > > Here is a stack that allows you to experiment for yourselves. Run this in the > message box. > > go url "http://jamesphurley.com/jhurleyFolder/SimpleMot