Search Type: Posts; User: vadimv
Search: Search took 0.04 seconds.
-
Today 12:26 PM
- Replies
- 2
- Views
- 42
Have you tried to use the 'api' config ?
-
Today 1:03 AM
- Replies
- 3
- Views
- 162
Take a look at Sencha Cmd
-
Yesterday 11:13 PM
- Replies
- 3
- Views
- 162
You are using the wrong files/approch. Needed ones are created in production build, which summed up make around 1-2 MB for small app - quite medium app.
-
Yesterday 12:14 PM
Jump to post Thread: Hide automatic loadMask by vadimv
- Replies
- 1
- Views
- 82
what's in your first page ? has a store or container based component with a mask configured ? look in documentation to related classes at mask config to know how to disable it.
-
Yesterday 5:16 AM
Jump to post Thread: Organization of Business Logic by vadimv
- Replies
- 3
- Views
- 184
If you think that's the right namespace for you(I just gave you a hint) then yes, you can create a folder in the app directory, that's ok. You can even take a look at ST default examples: Oreilly,...
-
16 Jun 2013 11:18 PM
Jump to post Thread: Find component by regex by vadimv
- Replies
- 9
- Views
- 203
don't forget to mark answered
-
15 Jun 2013 1:37 AM
Jump to post Thread: Organization of Business Logic by vadimv
- Replies
- 3
- Views
- 184
I would
- define or extend a class(could be a proxy), it may be a singleton, in current app space : MyApp.util.Proxy or MyApp.data.proxy.User if is specific to Users not to entire app, or... -
14 Jun 2013 6:52 AM
Jump to post Thread: Find component by regex by vadimv
- Replies
- 9
- Views
- 203
There's no any.
You could try to query with container.down, using xtype as selector, to get all components you need to update. Or query by attributes(see... -
14 Jun 2013 1:30 AM
- Replies
- 2
- Views
- 70
style config applies to root element. If you use styleHtmlContent: true, then to root element is appended (a new) child innerHtmlElement which contains the html you have specified, so, if you want to...
-
14 Jun 2013 1:19 AM
Jump to post Thread: Find component by regex by vadimv
- Replies
- 9
- Views
- 203
yes, there are better, recommended ways, including using itemIds.
-
13 Jun 2013 10:28 PM
Jump to post Thread: Find component by regex by vadimv
- Replies
- 9
- Views
- 203
:) is not recommended to assign ids to Components or to use Ext.getCmp. Anyway in case you still think to use it then the only way is to loop through Ext.ComponentManager.all.map
-
13 Jun 2013 1:04 PM
- Replies
- 1
- Views
- 105
you could try to make your custom dataview item and factory items according to dataview item types. http://www.sencha.com/blog/dive-into-dataview-with-sencha-touch-2-beta-2/
-
13 Jun 2013 12:53 PM
Jump to post Thread: Find component by regex by vadimv
- Replies
- 9
- Views
- 203
that method returns a component by id, not an element.
-
11 Jun 2013 10:59 PM
Jump to post Thread: LOcal Stoarage with native apps by vadimv
- Replies
- 4
- Views
- 121
A hybrid native app or the browser, both run in a Webview.
-
11 Jun 2013 10:55 PM
- Replies
- 7
- Views
- 278
The reason of the style issue is in this css:
.x-form .x-scroll-container {
background-color: #eee;
} -
11 Jun 2013 10:39 PM
Jump to post Thread: LOcal Stoarage with native apps by vadimv
- Replies
- 4
- Views
- 121
Local storage behaves the same, no matter the app is deployed natively or is in browser, it's saved in browser cache. Once user deletes the cache the data is lost.
If you want a better... -
11 Jun 2013 8:49 AM
- Replies
- 7
- Views
- 278
what you want to achieve by configuring scrollable for the tabbar ?
-
11 Jun 2013 8:09 AM
- Replies
- 7
- Views
- 278
submit works within the form only. My suggestion was to use a tabpanel with formpanels as tabs, would have more sense.
-
11 Jun 2013 1:41 AM
- Replies
- 4
- Views
- 157
look at second argument of query method: http://docs.sencha.com/touch/2.2.1/#!/api/Ext.ComponentQuery-method-query
-
11 Jun 2013 12:34 AM
- Replies
- 7
- Views
- 278
you use FormPanel in the wrong way. Correct way is: parent should be a tabpanel with form panels as its items.
-
11 Jun 2013 12:29 AM
- Replies
- 4
- Views
- 157
btw, I see you have used an Ext.Panel as a container for the items, not sure why, but just a hint: you may try to use an Ext.Container, which is lighter.
-
11 Jun 2013 12:24 AM
- Replies
- 4
- Views
- 157
I'm not sure I've understood what you need, but every view instance has its configs, data, elements...impossible to have 1 registered view in 2 parent components.
When you query for an xtype, the... -
6 Jun 2013 11:38 AM
Jump to post Thread: PIctos by vadimv
- Replies
- 13
- Views
- 223
inspect the element and see what's there. also try : $include-default-icons: false;
-
6 Jun 2013 11:00 AM
Jump to post Thread: PIctos by vadimv
- Replies
- 13
- Views
- 223
Look, is simple, just go to that site, customize your font, copy it to the folder where sencha's pictos are. Then in your sass file load the font and add icons classes:
//Load font
@include... -
6 Jun 2013 10:55 AM
Jump to post Thread: PIctos by vadimv
- Replies
- 13
- Views
- 223
sure, you can use "data-icon", icomoon's approach:
'<div data-icon="your_icon_id"></div>',
Results 1 to 25 of 120
