Search Type: Posts; User: Nos
Search: Search took 0.02 seconds.
-
7 Sep 2012 12:13 AM
- Replies
- 1
- Views
- 617
Hi,
I finished my project and it works on browsers : no js errors, no warnings.
I tried to package it for Android and iOs.
1/ On Android :
- I created a certificate file with the command... -
3 Sep 2012 8:30 AM
Jump to post Thread: Slider Fill by Nos
- Replies
- 21
- Views
- 5,072
If you use sencha Architect 2.1, you can do the followings:
1/ in your slider object, in the search bar, you write "plugins" and you touch add button.
2/ in your new property "plugins", you turn it... -
29 Aug 2012 7:43 AM
- Replies
- 1
- Views
- 501
I tried with a simple project with a panel and an image inside and when i package for android on emulator, it doesn't work -> blank screen.
Why ? It works on browsers. -
29 Aug 2012 1:43 AM
- Replies
- 1
- Views
- 501
Hi,
I developed an App which works on difference browsers (no javascript errors...).
I'm trying to package it with Sencha Architect 2.1.
The version of my Android SDK tools is SDK Tools beta 3.... -
28 Aug 2012 12:51 AM
Jump to post Thread: Native Package Android Problem by Nos
- Replies
- 4
- Views
- 973
I saw that native package won't work with SenchaSDKTools-2.0.0-beta3 in the sencha docs.
Is this still the case ? Because, we can't download the SenchaSDKTools-2.0.0-beta2 any more. -
27 Aug 2012 7:27 AM
Jump to post Thread: Native Package Android Problem by Nos
- Replies
- 4
- Views
- 973
Hi,
I'm trying to package my app for android with Sencha Architect 2.1/
I tested my .apk on an emulator and it worked.
But when i tested it on a device, i got a white screen.
I'm using a... -
24 Aug 2012 7:00 AM
- Replies
- 2
- Views
- 716
Thank you. It works perfectly
-
24 Aug 2012 1:39 AM
- Replies
- 2
- Views
- 716
Hi,
I added a launch function to my Ext.application.
I believed that this override the old content of launch function.
I explain :
I began my project with Sencha Architect 2.0. I updated... -
21 Aug 2012 1:58 AM
- Replies
- 3
- Views
- 767
Hi,
I saw with Sencha Examples to show tweets but could we tweet ourselves ?
I would like to integrate the OAuth Twitter and display a view when the user could tweet something .
Can someone... -
3 Aug 2012 7:40 AM
Jump to post Thread: Slider Fill by Nos
- Replies
- 21
- Views
- 5,072
I receive a javascript error when i use the Plugin :
TypeError : 'undefined' is not a function (evaluating 'thumb.getId()'
I don't know why ? -
12 Jul 2012 1:56 AM
Jump to post Thread: ListPaging limit page number ??? by Nos
- Replies
- 1
- Views
- 420
Hi,
I'm trying to use the ListPaging plugin.
I would like to use it only 10 times.
I configured theses params in my store :
pageSize: 10 (to have 10 elements added)
limitParam:10... -
12 Jul 2012 1:09 AM
Jump to post Thread: ListPaging after reload store event ? by Nos
- Replies
- 1
- Views
- 291
Sorry,
I realized that the records of my store change when load function is called.
You could close this thread.
Best regards,
Nos -
12 Jul 2012 1:06 AM
Jump to post Thread: ListPaging after reload store event ? by Nos
- Replies
- 1
- Views
- 291
Hi,
I'm trying to use the ListPaging plugin which add more data in a list. After adding, i need to inject html content in elements on my list. I don't know how to do that. I know that the load... -
2 Jul 2012 7:31 AM
- Replies
- 4
- Views
- 1,055
I'm using my custom iConCls with css :
.IconPlan
{
-webkit-mask-box-image: url(data:image/png;base64,...) ;
}
.IconList
{
-webkit-mask-box-image: url(data:image/png;base64,...) ; -
2 Jul 2012 7:20 AM
- Replies
- 4
- Views
- 1,055
Hi,
I'm trying to change dynamically an iConCls of a button with iConMask set to true.
But when i changed dynamically the iConCls, i've no icon on my button, only a white square. I don't know why... -
31 May 2012 11:18 PM
- Replies
- 4
- Views
- 913
Thanks, it works like a charm !!!
-
31 May 2012 12:35 AM
- Replies
- 2
- Views
- 556
I believe i found a bug in the last update of sencha architect 2.0.1.
In my project, i've a list container with html content in items and linked to a JSONP store.
I've also different buttons to... -
30 May 2012 8:35 AM
- Replies
- 4
- Views
- 913
This doesn't work.
I don't want a carousel with direction to vertical.
I've a carousel with direction to horizontal with scrollable to vertical.
The content of items is html but when i'm... -
30 May 2012 6:30 AM
- Replies
- 4
- Views
- 913
Hi,
I'm trying to use a carousel with direction horizontal and with scrollable to vertical.
However, the items in carousel are higher than the height of the carousel and i can't scroll to the... -
30 May 2012 1:42 AM
Jump to post Thread: Problem transition between view ??? by Nos
- Replies
- 2
- Views
- 443
I found a solution.
I created a view with panel named 'Main' with my first view and my second with a layout to card (with a pop transition)
In my app.js, i created my 'Main' view in launch... -
30 May 2012 12:12 AM
Jump to post Thread: Problem transition between view ??? by Nos
- Replies
- 2
- Views
- 443
In addition, i don't want on my second view the toolbar, the carousel , the tab bar of my first view.
How ???? -
30 May 2012 12:02 AM
Jump to post Thread: Problem transition between view ??? by Nos
- Replies
- 2
- Views
- 443
Hi,
I'm trying to switch from view to another view.
My principal view is a tab panel with tabbar :
Ext.Loader.setConfig({
enabled: true
}); -
29 May 2012 5:18 AM
- Replies
- 0
- Views
- 497
Hi,
I would like to know how to declare global variable with Sencha Architect and how to use it anywhere.
I would like to declare a global array variable such as :
myArray: new Array()
Best... -
28 May 2012 5:21 AM
- Replies
- 0
- Views
- 480
Hi,
I'm trying to change the IconCls property of a button when you touch it.
In my code, i wrote :
xtype: 'button',
cls: 'buttonPlan',
id: 'PlanButton',
iconCls: 'IconPlan',
iconMask: true, -
25 May 2012 8:10 AM
Jump to post Thread: Ext.plugin.PullRefresh problem by Nos
- Replies
- 4
- Views
- 1,241
I found a function to define.
My plugins is :
plugins: [
{ xclass: 'Ext.plugin.PullRefresh',
pullRefreshText: 'RafraƮchir',
...
Results 1 to 25 of 35
