PDA

View Full Version : Anyone Replaced G3.3 completely with G4 yet?



danward79
June 1st, 2005, 01:24 PM
Hi All,

Just wondering, has anyone been brave enough to replace G3.3 with G4, in there main setup?

If so how has it been?

And are you single!

birty
June 1st, 2005, 01:42 PM
i have, its working great! (yes i am single :cry: )
i don't use girder for anything advanced, just to control applciaitons using (mainly) keyboard shortcuts and to run my media player plugin

danward79
June 1st, 2005, 01:58 PM
You would not dear yet if you were not single, I bet!

BeRnA
June 1st, 2005, 02:03 PM
I have ported all my big setup (more than 600 KBs GML) to G4... It's much better than G3, and much more powerfull!

I'm very satisfected... Thanks Promixis Team...

Mike C: What about final prices for the G4 ? And the G3 users will have a discount ?
Thanks any help.

Mastiff
June 2nd, 2005, 01:44 AM
Ask me again in a few weeks... From the 20th of this month my wife and the kids will visit her parents, and that will be my chance to attack that problem fully. So that will mean a few days of hysterical activity and (hopefully) only one week of removing all the gremlins.

quixote
June 2nd, 2005, 08:20 AM
I have been holding off because I like the log-file setup that I have with G3.
A line of text is appended to a file everytime certain events occur and I can call up the log anytime.
When I start trying to convert it to G4 I want to create an XML file instead of a text file and display the log in various creative ways, including graphically.
I just need to message a few pros here and then muster up the courage to try to put it together.

Slightly unrelated, but It would be nice to have an XML plugin built in to G4 that would enable users to easily read XML files and assign variables the file (like Curtis' XMLTV plugin). Any thoughts?

birty
June 2nd, 2005, 08:36 AM
there is a lua xml library available but i don't know how well it will work with girder
http://www.keplerproject.org/luaexpat/manual.html

Promixis
June 2nd, 2005, 09:05 AM
That library is already available in the latest G4 download. The easiest way is to the lua object model also included.


require"lxp.lom" -- simple xml parsing

danward79
June 2nd, 2005, 09:36 AM
Or you could use the xmldom.

Promixis
June 2nd, 2005, 10:24 AM
The DOM will work but is more complex.

And it seems that luacom is not thread safe... ie it will be fine on the main girder thread but not using secondary threads (at least when heavily stressed.)

quixote
June 2nd, 2005, 11:21 AM
Thanks for all your pointers, guys. I'll see if I can figure something out in the next week or 2.

danward79
June 2nd, 2005, 11:43 AM
Mike,

Do you know of any documentation for lxp?

Rob H
June 2nd, 2005, 12:23 PM
http://www.keplerproject.org/luaexpat/

Promixis
June 2nd, 2005, 01:03 PM
and

http://www.keplerproject.org/luaexpat/lom.html

for what you want to do.

Use lua socket for the download (see an example here using it to download a file)

danward79
June 2nd, 2005, 02:15 PM
Thanks Chaps, Any chance of putting these doc links in a sticky at the top of the G4 forum?