Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
aubjf
Posts: 23
Registered: 05-11-2011
My Carrier: Videotron

Re: QNX UI look and feel in WebWorks Project

TheMarco for Prez :Punk: 

 

 

Please use plain text.
Trusted Contributor
icecappacino
Posts: 151
Registered: 02-12-2011

Re: QNX UI look and feel in WebWorks Project

Any thing OS5 ready?

Please use plain text.
Developer
TheMarco
Posts: 536
Registered: 02-19-2011
My Carrier: Sprint

Re: QNX UI look and feel in WebWorks Project

Hey all,

 

Just a small update: For now this project is on a temporary hiatus for some technical / organizational reasons. 

Eventually however this is going to turn into a set of UI widgets for BBX which will then work both on tablets and smartphones.

Creator of cool secret Yahoo! UI prototypes by day, Designer and builder of WebWorks and WebOS apps by night.


AppWorld entries: Scientific RPN Calculator | Screamager | Unit Converter

Please use plain text.
Developer
miamon
Posts: 123
Registered: 08-17-2008
My Carrier: Vodafone

Re: QNX UI look and feel in WebWorks Project

Just a question with select:

 

I am Trying to get the select value with:

 

alert($("#firstselect option:selected").val());
		
alert(firstselect.value);

and allways return value 1

 

What I have to do for know the select value?

 

Thanks in advance

Josep Maria
Please use plain text.
Developer
TheMarco
Posts: 536
Registered: 02-19-2011
My Carrier: Sprint

Re: QNX UI look and feel in WebWorks Project

After a long break I started updating one of my apps with the latest QNX widgets and noticed that the select elements don't properly update their hidden parent form element. I have a fix in place which I'll commit soon after some more testing.

Creator of cool secret Yahoo! UI prototypes by day, Designer and builder of WebWorks and WebOS apps by night.


AppWorld entries: Scientific RPN Calculator | Screamager | Unit Converter

Please use plain text.