Search Type: Posts; User: jmclem
Search: Search took 0.02 seconds.
-
6 Jul 2011 9:46 AM
- Replies
- 1
- Views
- 484
Hmmm, did you search the forum? this has already been discussed. Several times, probably... see here for example: http://www.sencha.com/forum/showthread.php?138246-Iphone-Orientation-Change
... -
28 Jun 2011 9:44 AM
Jump to post Thread: localstorage doesn't save all data by jmclem
- Replies
- 10
- Views
- 3,122
'Databases' and 'Local storage' are two different things. The URL you point to uses databases. The localstorage is visible on the left pane, but not used.
Search on the forum, this has already... -
27 Jun 2011 4:11 AM
Jump to post Thread: grid control and image control by jmclem
- Replies
- 6
- Views
- 1,257
from what I understand that you described ;-),
a panel, with an id
with a vbox or hbox layout ('pack' and 'align' properties to 'center')... -
25 Jun 2011 2:22 AM
- Replies
- 4
- Views
- 582
this is what I understand too.
-
25 Jun 2011 2:21 AM
Jump to post Thread: LocalStorage Persistence Issue by jmclem
- Replies
- 2
- Views
- 831
maybe you need to call sync() on the store?
Jean-Marie. -
25 Jun 2011 2:18 AM
- Replies
- 4
- Views
- 582
basically yes, read http://www.sencha.com/products/touch/license/
Jean-Marie. -
25 Jun 2011 2:17 AM
- Replies
- 1
- Views
- 797
afaik, the 'defaultTarget' is the target where a config will be rendered to when you use the Ext.Controller.render() function.
setActiveItem only activates an already existing component.
... -
25 Jun 2011 2:10 AM
Jump to post Thread: Drag Drop Quiz by jmclem
- Replies
- 4
- Views
- 857
I've never done this before, but look at the source code I linked to. It seems you just need to issue some
new Ext.util.Droppable(...)
new Ext.util.Dragable(...)
Jean-Marie. -
24 Jun 2011 5:34 AM
Jump to post Thread: Iphone Orientation Change by jmclem
- Replies
- 2
- Views
- 1,269
How are you accessing your application? through a web browser? or do you build an application with e.g. phonegap?
First case: I think you can't influence the webbrowser.
Second case: you've got... -
24 Jun 2011 5:27 AM
Jump to post Thread: About image size. by jmclem
- Replies
- 2
- Views
- 494
I don't know what your phone is...
Generally speaking, I would say it depends on how you specified the size of your image in html/css.
Not quite sure here, but i'd say:
if you didn't... -
24 Jun 2011 5:24 AM
Jump to post Thread: Drag Drop Quiz by jmclem
- Replies
- 4
- Views
- 857
Hi,
there is a simple dragndrop example at sencha: http://dev.sencha.com/deploy/touch/examples/dragdrop/
You can see the source code for it at... -
23 Jun 2011 10:01 PM
Jump to post Thread: grid control and image control by jmclem
- Replies
- 6
- Views
- 1,257
see http://www.sencha.com/forum/showthread.php?136814-Adding-image-in-sencha-in-a-panel&highlight=img+html
-
23 Jun 2011 9:55 PM
Jump to post Thread: Databases by jmclem
- Replies
- 2
- Views
- 514
or you can use a LocalStorage proxy: http://dev.sencha.com/deploy/touch/docs/?class=Ext.data.LocalStorageProxy
Jean-Marie. -
23 Jun 2011 7:03 AM
- Replies
- 4
- Views
- 3,227
are you sure that the way you define the fields in your model is supported? I am only aware of
fields: [
{name: "foo", type: "string"},
{name: "bar", type: "int"}
]
Jean-Marie. -
23 Jun 2011 4:02 AM
Jump to post Thread: items at run time by jmclem
- Replies
- 2
- Views
- 484
Hi,
go here: http://dev.sencha.com/deploy/touch/docs/
select Carousel in the list to the left
go to the 'methods' section
Expand the description for the first method (add)
this should do... -
22 Jun 2011 10:31 PM
Jump to post Thread: App Structure Tip by jmclem
- Replies
- 11
- Views
- 1,693
activeItem?
Jean-Marie. -
22 Jun 2011 10:21 PM
- Replies
- 4
- Views
- 7,848
Yes: read the thread mentioned above.
JM. -
22 Jun 2011 10:14 PM
Jump to post Thread: Use global variable in html by jmclem
- Replies
- 3
- Views
- 2,769
Hi,
search for 'javascript concatenate strings'. This is a plain JS question.
Jean-Marie. -
21 Jun 2011 11:37 PM
- Replies
- 11
- Views
- 1,977
Hi,
can you try following: put a breakpoint in your 'itemtap' handler function and follow execution. Check the values of the variables in the debugger.
Jean-Marie. -
21 Jun 2011 11:24 PM
Jump to post Thread: IDE for Sencha Touch by jmclem
- Replies
- 11
- Views
- 15,740
Hi,
sorry this didn't help that much. I'll put my point of view in other words: just give it a try. With any Editor or IDE that is javascript aware and that you already know. Using any 'Hello... -
21 Jun 2011 10:42 PM
- Replies
- 11
- Views
- 1,977
Hi,
can you explain what goes wrong?
Jean-Marie. -
21 Jun 2011 10:37 PM
Jump to post Thread: Sencha Touch MVC Best Practices? by jmclem
- Replies
- 6
- Views
- 3,136
Hi,
I prefer to have the views manage only the GUI part. I keep them as thin as possible.
I have the controllers manage the business logic. For me, the point you take as example (decide where... -
21 Jun 2011 10:18 PM
Jump to post Thread: extending panel and add new method by jmclem
- Replies
- 3
- Views
- 1,191
Hi,
here:
MyNewPanel=Ext.extend(Ext.Panel,{
fullscreen:true,
html:'hi',
changeHtmlTo: function (h) {
//do whatever you want -
21 Jun 2011 9:40 PM
Jump to post Thread: IDE for Sencha Touch by jmclem
- Replies
- 11
- Views
- 15,740
Hi,
hmmm, maybe this first:
open google
enter "sencha touch getting started"
click on the first result
read -
21 Jun 2011 9:27 PM
- Replies
- 11
- Views
- 1,920
Eclipse and Aptana
Results 1 to 25 of 82
