Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Anyone Replaced G3.3 completely with G4 yet?

  1. #1
    Join Date
    Nov 2003
    Location
    Hove, E Sussex, UK
    Posts
    4,005

    Default Anyone Replaced G3.3 completely with G4 yet?

    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!
    Thx, Dan

    Onwards and Upwards!
    http://www.danward.co.uk

  2. #2
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    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

  3. #3
    Join Date
    Nov 2003
    Location
    Hove, E Sussex, UK
    Posts
    4,005

    Default

    You would not dear yet if you were not single, I bet!
    Thx, Dan

    Onwards and Upwards!
    http://www.danward.co.uk

  4. #4
    Join Date
    Apr 2003
    Location
    Lisbon, Portugal
    Posts
    110

    Default

    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.

  5. #5
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,305

    Default

    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.
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

  6. #6
    Join Date
    May 2004
    Posts
    2,577

    Default

    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?

  7. #7
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    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

  8. #8
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    That library is already available in the latest G4 download. The easiest way is to the lua object model also included.

    Code:
    require"lxp.lom" -- simple xml parsing

  9. #9
    Join Date
    Nov 2003
    Location
    Hove, E Sussex, UK
    Posts
    4,005

    Default

    Or you could use the xmldom.
    Thx, Dan

    Onwards and Upwards!
    http://www.danward.co.uk

  10. #10
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    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.)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •