Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

WYSIWYG editor for Ti Mobile 1.0?

Has anyone seen a layout application that produces the Ti Mobile 1.0 javascript? I'm hand coding it all right now, but would love if there was a layout tool that produced the javascript.

I'm still unclear the best way to organize the javascript files to create a login view and then after successful login, display a List View. I'm learning though.

Barry

— asked March 19th 2010 by Barry Velasquez
  • iphone
0 Comments

3 Answers

  • Check out the following link for a Xib to JS converter:

    http://blog.frogonmobile.com/apps/xib2js/

    B.

    — answered March 22nd 2010 by Brendan Gallagher
    permalink
    0 Comments
  • HI,
    Not that I have heard of but I have been considering writing a set of transformations that could convert an Interface Builder file into JavaScript stubs.
    Just no time at the moment due to my day job, developing my own app, and enjoying family life!!
    Regards
    Mark

    — answered March 19th 2010 by Mark Poston
    permalink
    0 Comments
  • This would be a much sought-after product. I've done similar things to this in the past using other technologies.

    Ideally, the product would be written in Titanium Desktop, and would have drag-and-drop UI objects. It would have a right-click property inspector for each object. The property inspector would have a list of all the possible properties for each object (with drop-down lists for options where applicable) and a list of possible events that can be handled.

    It wouldn't have to be a full-blown Visual Studio, but could at least generate the basic objects and maybe the event handlers.

    — answered March 20th 2010 by Mark Burggraf
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.