Titanium Community Questions & Answer Archive

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

Where to report bugs, where to find nightly builts?

Hi all,

So that devs know where there are issues: where can one report issues?

E.g. on mac snow leopard, using Titanium 1.2.1 there is the following error (code in index.html):

<!--
<!-- Comment -->
Some text
-->

Should render nothing (for it's commented out).
However, it actually renders the last –> (line 4).

Second, is there a place to find the latest built? I found another error including PHP. Including a js file works fine, a PHP file does not render anything. I tried a simple echo/print statement.

— asked October 24th 2010 by dirk dorme
  • bug
  • html-comment
  • mac
  • php
0 Comments

3 Answers

  • The lastest build for download can be found here (Short guide).

    For your error… I believe you are using a HTML commenting system? With Titanium (And all JavaScript) you use # for one line of code, or:

    /*
    Comment here!
    */
    

    For block comments.

    — answered October 24th 2010 by Colton Arabsky
    permalink
    0 Comments
  • Thanks for the quick reply!

    — answered October 24th 2010 by dirk dorme
    permalink
    1 Comment
    • Anytime bud :)

      — commented October 24th 2010 by Colton Arabsky
  • Could someone reply to the PHP question. The example as published on the site does not work. Including a php file does not seem to work either. Is there a simple example that works?

    I ran into various posts concerning mac users who can not get any php to work. Neither of the methods seem to work.

    For those who are experienced: I tried to build a desktop mac app using mac os 10.6 and appcelerator 1.2.1

    — answered October 24th 2010 by dirk dorme
    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.