Search Type: Posts; User: tonin10
Search: Search took 0.03 seconds.
-
16 Jul 2012 12:04 AM
Jump to post Thread: selection in list by tonin10
- Replies
- 7
- Views
- 548
yes
you give me THE solution, when i swipe a item, store the item in my controller and when a new swipe, remove the old !
thanks, it's i think best performance than deselect all !
thanks... -
15 Jul 2012 11:37 PM
Jump to post Thread: selection in list by tonin10
- Replies
- 7
- Views
- 548
Thanks you Bluehipy,
excuse me if i'm not clear.
i have a list panel, i want show a delete button when you swipe a item.
in list panel
activeCls: 'search-item-active', -
15 Jul 2012 8:23 AM
Jump to post Thread: selection in list by tonin10
- Replies
- 7
- Views
- 548
Thanks for your post
May be I missed something, but i search the solution to select div in template not items in list
I dont no if it change something but with my method, it search in all dom... -
15 Jul 2012 6:27 AM
Jump to post Thread: selection in list by tonin10
- Replies
- 7
- Views
- 548
hello
i don't know if it's the best practice but i found this :
deactivateAll:function() {
var activeCls =this.activeCls; -
15 Jul 2012 5:59 AM
Jump to post Thread: selection in list by tonin10
- Replies
- 7
- Views
- 548
Hello
what is the best practice to select elements in tpl list :
in my view
Ext.define("Route.view.History", {
extend: 'Ext.List',
xtype : 'historyPanel',
requires: [ -
29 Jun 2011 11:51 AM
Jump to post Thread: Carousel animation pb by tonin10
- Replies
- 0
- Views
- 628
Hello,
I use a carousel to display a catalogue. I have a animation not smoothing. When you swipe left or right, There is a little ( bigger than in kitchen sink) stop...and go.
Have you ever see... -
5 Jun 2011 3:26 AM
Jump to post Thread: Mouse click on Google Marker by tonin10
- Replies
- 5
- Views
- 1,131
hello, i have same bug
i use mouseover (or enter) and it work fine -
26 May 2011 9:09 AM
- Replies
- 3
- Views
- 1,531
hello
thanks a lot for your response and great example.
it will help me for import but my first problem is how export local data to a script php( and it update mysql)?? -
24 May 2011 10:45 AM
Jump to post Thread: export / import data to mysql by tonin10
- Replies
- 2
- Views
- 585
Thanks Steve but can you explain i little bit?
-
24 May 2011 8:09 AM
Jump to post Thread: export / import data to mysql by tonin10
- Replies
- 2
- Views
- 585
hello,
i try to add a export and import function to my app
for this moment i have a localstorage, it's work but i want to add a button to export my data to my serveur mysql and a button to import... -
21 May 2011 4:56 AM
- Replies
- 3
- Views
- 1,531
Hello, perhaps add a json header in your php file
-
21 May 2011 4:51 AM
Jump to post Thread: External link in an app by tonin10
- Replies
- 1
- Views
- 778
Hello
<a href="http://www.mysite.com" target="_blank">mysite</a> -
9 May 2011 11:40 AM
Jump to post Thread: Toolbar and buttons position by tonin10
- Replies
- 6
- Views
- 929
http://www.sencha.com/products/touch/demos/
Click kitchen sink
Please look the website ..... -
9 May 2011 10:33 AM
Jump to post Thread: Toolbar and buttons position by tonin10
- Replies
- 6
- Views
- 929
Yes it s possible, look exemple.
All combinaison are possible -
30 Apr 2011 9:04 AM
- Replies
- 0
- Views
- 1,249
Hello,
I have a curious things.
I made a cache manifest.
When i look in iPad safari, it s work, off Line and online
But when i "add to home screen" to have icon on my iPad desktop, i have no... -
15 Apr 2011 11:32 PM
Jump to post Thread: TabPanel show hide tabBar icons by tonin10
- Replies
- 2
- Views
- 2,627
hello
you can try this
Ext.setup({
tabletStartupScreen: 'tablet_startup.png',
phoneStartupScreen: 'phone_startup.png',
icon: 'icon.png',
glossOnIcon: false, -
3 Apr 2011 6:24 AM
Jump to post Thread: event when image in html loaded by tonin10
- Replies
- 1
- Views
- 981
Hello,
i have a carouselPanel width thumbnail, when we dblclick on it, it load the big in another panel
i work fine but i want simulate preload and when the image is loaded make the transition... -
2 Apr 2011 12:20 AM
Jump to post Thread: docketItem height by tonin10
- Replies
- 0
- Views
- 414
hello,
i use a mvc structure
i have a carousel width dockedItem in View
i would like to know the height without the bar
in my view (call book.js) i create a panel and destroy it to have the... -
12 Mar 2011 11:27 PM
- Replies
- 10
- Views
- 2,188
I totally agree with you, but not finding how to fix the errors, I use this method
-
12 Mar 2011 6:30 AM
Jump to post Thread: questions about correct use MVC by tonin10
- Replies
- 1
- Views
- 603
hi,
i found my pb
i shoud add scope
listeners : {
click: {
element: 'el', //bind to the underlying el property on the panel
scope : this,
fn:... -
12 Mar 2011 6:19 AM
- Replies
- 10
- Views
- 2,188
hello,
http://www.sencha.com/forum/showthread.php?126234-wip-install-jsbuider-for-mvc-and-scss
bottom you have scss install
hope it's help you -
11 Mar 2011 9:49 AM
Jump to post Thread: draggable a big image by tonin10
- Replies
- 5
- Views
- 1,085
yes strange but for me without set direction:'both', it doesn't work
thanks for your help ;-) -
11 Mar 2011 7:29 AM
Jump to post Thread: draggable a big image by tonin10
- Replies
- 5
- Views
- 1,085
i found something :
put your scale =1
and
scroll: {
bounces: false,
momentum: true,
springTension: 1,
direction :'both'
} -
11 Mar 2011 7:06 AM
Jump to post Thread: draggable a big image by tonin10
- Replies
- 5
- Views
- 1,085
the pb of snaps can be clear with this change
scroll: {
bounces: false,
momentum: false,
springTension: 0
},
to
scroll:'both', -
11 Mar 2011 6:36 AM
- Replies
- 4
- Views
- 1,336
ok, Mmitchellsimoens, i try to post clean code next time.
for Ext.ComponentQuery, thanks to this tips, i haven' t see it in example.
Results 1 to 25 of 51
