Hi Guys,
Can anyone provide the Sencha Touch 2.0 Commercial Licensing Details.
Thanks
Ajain
Type: Posts; User: ajainvivek
Hi Guys,
Can anyone provide the Sencha Touch 2.0 Commercial Licensing Details.
Thanks
Ajain
Hi Mitchell,
I couldn't figure where i am going wrong...
fieldVar.placeHolder.setValue("Please enter the value");
fieldVar.placeHolder = "Please Enter The value";
both the ways it seems...
Hi Guys,
How do i set dynamic placeholder value.
:s
Thanks
Ajain
Hi,
I need a dynamic back button in static title bar......i hav tried all possibilities seems to not work out.....pls chk the code wht i m doin wrong with it....(i hav card layout under it again...
finally cracked it...
store.removeAll(true); i set to remove the content and updated with current values...
Hi Mitchell,2942329424
Its not with store.....wen i go back and submit the data once again it creates duplicate copy of the grid .....
Hi Guys,
I m facing problem with grid panel.....wen i add the value first time it renders the value....wen try goin back and try to render the value....it renders the new value but...
Sorry, Its about PIE CHART
Hi Guys,
I am trying to fit multiple chart on to the screen ..... I am unable to figure hw to reduce the chart size... So i came with having vbox layout.....even this doesnt seem to work with...
Thank u Bee....Issue was with the scope ... i figured it out....thanks for ur effort.....
Hi guys,
slider value has to retrieved !!! i hav set the slider value but i m unable retrieve it as integer value....instead puts an object....can any1 fig out the mistake plss...
// i hav...
Thanks Mitchell...:)
Hi Guys,
I hav back button set in my card....i need to traverse using prev()
back_button.addListener({
el:{
tap:function()
{
orderscard.setActiveItem(1);// I need to use prev() function...
guys if u wanna set static toolbar with dynamic text.....
First set the toolbar in rootPanel
var toolbar = new Ext.Toolbar();
Then set the content dynamically to the toolbar
Hi Guys,
I need global toolbar which gets dynamic text....The toolbar needs to b fixed like tab bar in the bottom....Any solution ...
Thanks
Ajain
Hi guys,
how do i get slide animation effect without usage of card layout.......
ToolbarDemo.views.Login = Ext.extend(Ext.Panel, {
fullscreen: true,
layout: 'fit',
Thanks Mitchell.....
I was able to retrieve the slider value on text when in drag the slider but I need the slider on page load to b retrieved on 2 the textfield and even disable the slider on page load.....
I am postin...
Hi
Is there anyway to get slider along with textfield similar to jquery mobile???
Thanks
I am stuck with textfield for slider in sencha touch...can u help me out..
Thanks
It was unintentional.... thnx 4 let me know.....Can any1 help me out with any solution 4 my problem
Hi Guys,
I have 3 slider content i need to retrieve the values dynamically from slider and validate if al three combined values exceeds 100 by showing alert msg and resetting the value...
This the controller function
Ext.regController('Home', {....
list: function()
{....
I need to traverse to this controller function when i submit the button
handler: function() {
...