I am almost new on titanium and iOS development.
I want to know how to use Picker with DONE and CANCEL buttons selected data show in textfield.
Is there any example?
Thank you
Here you go Following code would help you make what you want using titanium
http://cssgallery.info/making-a-combo-box-in-titanium-appcelerator-code-and-video/
Thanks
Go ahead try this,ay little help you.
http://nscookbook.com/2013/01/ios-programming-recipe-7-using-the-uipickerview/
http://www.techotopia.com/index.php/An_iOS_5_iPhone_UIPickerView_Example
http://www.developersalmanac.com/uipickerview-tutorial/
Related
I try to use Ant design mobile, but I have some problem with it. Please help me guys, thank you so much!
Is anyone here used to work with ant design mobile? I have a problem with DatePicker component. It's when I get my data from server back, I want to fill back in DatePicker component the data I want. Like the web version of ant design, I just have to use moment() wrap the data, but in mobile version, it's a different type so I don't know how to use. Can you help me? I saw they use dayjs but it's also not work. Thank you everyone!
i have a splunk app and now i want to add an oncontext change option with those app. i have 6 forms and each are having separate,pulldowns/dropdowns,
could somebody can help me in creating a javascript*(actually i am confused whether it can be done with javascript)* to update all the dropdowns, if the context of any of the drop down changes, actualy all the dropdowns are populating same input i.e source filename.
please help
Thank you
Sruthy
You don't even need custom javascript to accomplish this in Splunk.
You can do this in a Splunk Advanced XML View.
I would recommend having look at the examples in this app : http://splunk-base.splunk.com/apps/64805/splunk-dashboard-examples
this explains it well. thanks for your assistance. append the javascript specified in t
I am trying to find some plugin like the one, used in this website search box auto suggest.
http://www.propertyfinder.ae/en/buy.html
The second auto suggest list is based on the first keyword selected. I already know that mootools are used for it. If somebody knows about any plugin like this, please any advise.
Your suggestions will be a great help
Thank you!
Jus follow the link http://aehlke.github.com/tag-it/ you will get what you want
if you want to do this for mootools, then try this: http://mootools.net/forge/p/mootagify
demo that works with backspace bound:
http://fragged.org/mooTagify/Demo/
autocompleter for tags is built in. source code and also unit tests (via busterjs + syn) on my github page - https://github.com/DimitarChristoff/mooTagify/
I'm trying to make a scrollbar with JavaScript (jQuery) and Divs. I'm not using any plugin because I can't use it because what i'm doing it's an app for a TV.
I've also read some code from a few plugins but with no luck...
This is what i got http://jsfiddle.net/joseadrian/HEp7U/2/
But what i'm trying to do is a copy of the real scrollbar on his left. And I need those buttons 'Subir'(Up) and 'Bajar'(Down) because you can't use a mouse, only the TV Control.
What am I doing wrong?
I hope you can understand me. Thanks in advance.
It seems to be working fine here: http://jsfiddle.net/maniator/HEp7U/7/
Here is a version based off yours where you can see the start and the end: http://jsfiddle.net/maniator/CsJ79/
I am working on a web application for a opthology research firm. They work on cornea images and use red free light to identify lesions (artries and nerve fibers) easily. I have implemented the addAmbient() method provided by microsoft for this purpose and it is working fine.
<img id="eyepic" src="GetImage.jsp" height="1291" width="1944" STYLE="filter:light" onload="eyepic.filters.light.addAmbient(0,255,255,100)">
But the problem is this thing works only in IE. I am looking for a method to implement this for other browsers too. If anyone has any idea please help me.
Thanks
hey everyone thanks for responding.Actually i slved my problem a month ago,just forgot to update it here.I am now using java2D api for creating redfree images.It has BandCombineOp to manipulate pixels.
Thanks anyway