Search Type: Posts; User: shivbhaw
Search: Search took 0.03 seconds.
-
15 Aug 2012 2:02 AM
- Replies
- 6
- Views
- 1,589
I've been using sencha touch v2.1.0 b2, and the problem appears to still persist. Whenever i request for datepicker.getValues(), it still provides just the initial date.
-
13 Jul 2012 2:46 AM
- Replies
- 1
- Views
- 525
Hey Sencha Team!
i have run into a problem with a localstorage.
when making the app a native app, upon adding a store with a localstorage (which has autoLoad: true),
the screen just turns blue... -
29 Jun 2012 4:19 AM
- Replies
- 0
- Views
- 206
Hello sencha team,
i have been working on a sencha touch app for a while, and have now come into a delima.
thusfar, the app has been created in sencha designer/architect 2, but now i would like... -
29 Jun 2012 2:06 AM
- Replies
- 3
- Views
- 990
bump.
exactly the same here. -
30 May 2012 1:07 AM
- Replies
- 10
- Views
- 1,456
this will work, seeing as you have two scroll able lists, one thinks it can stay the way it is, and one expects to be the master. if you set the outer to true and the inner to false, the inner will...
-
11 May 2012 7:33 AM
Jump to post Thread: image in fieldset by shivbhaw
- Replies
- 4
- Views
- 1,487
check out dataview and/or dataitem. should be able to use that to set it dynamically
-
25 Apr 2012 4:25 AM
- Replies
- 2
- Views
- 393
thank! helps alot!
-
25 Apr 2012 4:13 AM
- Replies
- 4
- Views
- 507
first of all, in the store, you have to mention ALL the fields in the json file
this would make it [id, name, type, pages]
and for the grouping, i am not too sure what is wrong, but try
... -
25 Apr 2012 4:06 AM
- Replies
- 1
- Views
- 388
i am currently working with an app which uses lists dependent on another list. once an option in the first list has been chosen, then the second list uses this variable to get the data for the next...
-
24 Apr 2012 6:09 AM
Jump to post Thread: image in fieldset by shivbhaw
- Replies
- 4
- Views
- 1,487
instead of putting it outside of the fieldset, try to put it in a field type and in the component put the image. this will make a field, with the label and component, and the component will be what...
-
24 Apr 2012 6:03 AM
- Replies
- 2
- Views
- 354
there is a gray line because you havent set your list to scrollable: false, which means in this scenario it expects to automatically get a height from its parent, but since thats not possible, it...
-
24 Apr 2012 5:52 AM
- Replies
- 2
- Views
- 393
hello sencha team,
i have been developing an app with lists, and sometimes since the data is from a server, and sometimes that server does not return data or the right data, that it shows just a... -
16 Apr 2012 11:13 AM
Jump to post Thread: Empty Toolbox in Build 337 by shivbhaw
- Replies
- 32
- Views
- 2,908
hey everyone,
i still cannot seem to view the toolbar, so am wondering if i should format my harddisk too?
thanks in advance! -
16 Apr 2012 4:45 AM
Jump to post Thread: Stores and SubStores by shivbhaw
- Replies
- 5
- Views
- 669
thanks mrVVoo
am not an advanced sencha user tho, so although i know a bit i dont really know how to use a direct store nor delegate.
how would one go about doing this?
thanks in advance! -
15 Apr 2012 11:19 PM
Jump to post Thread: Stores and SubStores by shivbhaw
- Replies
- 5
- Views
- 669
hey, thanks for the reply.
well if done, would it help speed up the application if there are many stores in use? -
13 Apr 2012 6:54 AM
Jump to post Thread: Stores and SubStores by shivbhaw
- Replies
- 5
- Views
- 669
I´m just curious if this is possible.
The ability to create a store, which contains data from either a json file or local storage.
Then there´s a store which is linked to it that which gets its... -
13 Apr 2012 6:13 AM
- Replies
- 2
- Views
- 571
hmmm.. alright.
thanks! -
13 Apr 2012 3:35 AM
- Replies
- 2
- Views
- 571
Hello sencha team,
I am currently developing an application. And everything is going smoothly.
The problem i am currently running into, is that when i click on the Homescreen icon or view my... -
29 Mar 2012 10:40 AM
- Replies
- 3
- Views
- 613
i dont know what to do , cause my mac doesnt have a ~/library/application support/sencha folder.
is this even normal?
any help at this point would help! -
29 Mar 2012 10:37 AM
Jump to post Thread: Empty Toolbox in Build 337 by shivbhaw
- Replies
- 32
- Views
- 2,908
i dont know what to do , cause my mac doesnt have a ~/library/application support/sencha folder.
is this even normal?
any help at this point would help! -
29 Mar 2012 1:02 AM
- Replies
- 1
- Views
- 278
hello sencha team,
i have been using sencha to make my app, and so far, it has been a delight.
but there is one small problem i tend to run into.
upon initial loading of the app, it tends to... -
22 Mar 2012 1:48 AM
Jump to post Thread: 100% height in list in fieldset by shivbhaw
- Replies
- 9
- Views
- 2,021
thanks alot!!
with your insight, i found the problem.
It was to set the list to scrollable: false
this forced it to take the optimal space.
also the layout of the panel holding the textbox... -
21 Mar 2012 7:16 AM
Jump to post Thread: 100% height in list in fieldset by shivbhaw
- Replies
- 9
- Views
- 2,021
well its not the fieldset that isnt working, the fieldset adjusts itself to fit its contents. so does the field itself.
but the list inside of the panel inside of the field, if set to 100 percent,... -
21 Mar 2012 6:47 AM
Jump to post Thread: 100% height in list in fieldset by shivbhaw
- Replies
- 9
- Views
- 2,021
hmmm, alright.
i tried to set the fieldset's layout to 'fit', but then it didnt show the fieldset entirely.
thing is, the way i am hoping to do it is by:
having a fieldset, with a field inside... -
21 Mar 2012 6:33 AM
Jump to post Thread: 100% height in list in fieldset by shivbhaw
- Replies
- 9
- Views
- 2,021
hey,
thanks, could you explain what you mean by the setting the height config on the layouts of the fieldset and panel?
also if i put the parent layout as fit, it doesnt show anything. thing is...
Results 1 to 25 of 37
