Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6991183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:27:46+00:00 2026-05-27T19:27:46+00:00

I’ve been testing the new ForgedUI add-on for Titanium that helps create UI elements

  • 0

I’ve been testing the new ForgedUI add-on for Titanium that helps create UI elements for the Titanium applications.

I created the UI and built it to JS code. and it now looks like this, tnd the app.js look like this

however, when I build the app for my device I get the following error:

`12-29 10:28:54.745: E/TiAPI(20029): --------added
 12-29 10:28:54.764: E/TiAPI(20029): --------window created
 12-29 10:28:54.764: E/TiAPI(20029): -------logo created
 12-29 10:28:54.768: E/TiAPI(20029): -------searchbar created
 12-29 10:28:54.772: E/TiAPI(20029): -------BT1 created
 12-29 10:28:54.776: E/TiAPI(20029): -------BTN2 created
 12-29 10:28:54.776: E/TiAPI(20029): ------- appSTUDIO logo created
 12-29 10:28:54.780: E/TiAPI(20029): -------Bug report pic created
 12-29 10:28:54.780: E/TiAPI(20029): ---------window created
 12-29 10:28:55.128: E/TiApplication(20029): (main) [14,192] Sending event: exception on      thread: main msg:java.lang.NumberFormatException: Unable to convert java.lang.Boolean; Titanium 1.8.0.1,2011/12/22 13:09,fbdc96f
 12-29 10:28:55.128: E/TiApplication(20029): java.lang.NumberFormatException: Unable to convert java.lang.Boolean
 12-29 10:28:55.128: E/TiApplication(20029):    at   org.appcelerator.titanium.util.TiConvert.toInt(TiConvert.java:307)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.titanium.util.TiConvert.toInt(TiConvert.java:313)
 12-29 10:28:55.128: E/TiApplication(20029):    at ti.modules.titanium.ui.widget.TiUIText.handleKeyboard(TiUIText.java:297)
 12-29 10:28:55.128: E/TiApplication(20029):    at ti.modules.titanium.ui.widget.TiUIText.processProperties(TiUIText.java:145)
 12-29 10:28:55.128: E/TiApplication(20029):    at ti.modules.titanium.ui.widget.searchbar.TiUISearchBar.processProperties(TiUISearchBar.java:93)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:641)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:449)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:441)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:427)
 12-29 10:28:55.128: E/TiApplication(20029):    at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:456)
 12-29 10:28:55.128: E/TiApplication(20029):    at ti.modules.titanium.ui.ActivityWindowProxy.handleMessage(ActivityWindowProxy.java:81)
 12-29 10:28:55.128: E/TiApplication(20029):    at android.os.Handler.dispatchMessage(Handler.java:95)
 12-29 10:28:55.128: E/TiApplication(20029):    at android.os.Looper.loop(Looper.java:123)
 12-29 10:28:55.128: E/TiApplication(20029):    at android.app.ActivityThread.main(ActivityThread.java:3687)
 12-29 10:28:55.128: E/TiApplication(20029):    at java.lang.reflect.Method.invokeNative(Native Method)
 12-29 10:28:55.128: E/TiApplication(20029):    at java.lang.reflect.Method.invoke(Method.java:507)
 12-29 10:28:55.128: E/TiApplication(20029):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
 12-29 10:28:55.128: E/TiApplication(20029):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
 12-29 10:28:55.128: E/TiApplication(20029):    at dalvik.system.NativeStart.main(Native Method)
 12-29 10:28:55.174: E/AndroidRuntime(20029): FATAL EXCEPTION: main
 12-29 10:28:55.174: E/AndroidRuntime(20029): java.lang.NumberFormatException: Unable to convert java.lang.Boolean
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.util.TiConvert.toInt(TiConvert.java:307)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.util.TiConvert.toInt(TiConvert.java:313)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at ti.modules.titanium.ui.widget.TiUIText.handleKeyboard(TiUIText.java:297)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at ti.modules.titanium.ui.widget.TiUIText.processProperties(TiUIText.java:145)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at ti.modules.titanium.ui.widget.searchbar.TiUISearchBar.processProperties(TiUISearchBar.java:93)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.kroll.KrollProxy.setModelListener(KrollProxy.java:641)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:449)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.proxy.TiViewProxy.handleGetView(TiViewProxy.java:441)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.proxy.TiViewProxy.getOrCreateView(TiViewProxy.java:427)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at org.appcelerator.titanium.proxy.TiViewProxy.realizeViews(TiViewProxy.java:456)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at ti.modules.titanium.ui.ActivityWindowProxy.handleMessage(ActivityWindowProxy.java:81)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at android.os.Handler.dispatchMessage(Handler.java:95)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at android.os.Looper.loop(Looper.java:123)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at android.app.ActivityThread.main(ActivityThread.java:3687)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at java.lang.reflect.Method.invokeNative(Native Method)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at java.lang.reflect.Method.invoke(Method.java:507)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
 12-29 10:28:55.174: E/AndroidRuntime(20029):   at dalvik.system.NativeStart.main(Native Method)
 12-29 10:28:55.182: E/(482): Dumpstate > /data/log/dumpstate_app_error

`

thanks all…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:27:47+00:00Added an answer on May 27, 2026 at 7:27 pm

    for some reason Titanium doesn’t recognize these lines anymore and therefor crashed immediately after using them.
    after erasing them the app worked perfectly.

    autocapitalization  : false,
    autocorrect         : false
    

    I’ll post a bug report on Titanium’s website.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to create an if statement in PHP that prevents a single post
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I am doing a simple coin flipping experiment for class that involves flipping a
I have this code to decode numeric html entities to the UTF8 equivalent character.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.