Search Type: Posts; User: oscmejia
Search: Search took 0.03 seconds.
-
23 Jun 2012 5:36 AM
- Replies
- 2
- Views
- 509
Hi,
I'm using this code to add a view based on user interaction:
var rightPanel = me.getRightPanel();
rightPanel.removeAll();
rightPanel.add( Ext.widget('DetailsList') );
I have created a... -
24 Apr 2012 7:09 PM
Jump to post Thread: Store.last() issue by oscmejia
- Replies
- 2
- Views
- 371
I have more than 10.. and it always shows the same ids, 1 and 2.
If I do a ".each" I can see all the records and the ids are correct -
24 Apr 2012 7:07 PM
Jump to post Thread: Video Issue by oscmejia
- Replies
- 0
- Views
- 454
Hi,
I'm compiling a ST app using PhoneGap. It uses the Video components, to play embedded videos. The videos play correctly the first time, but the second time I need to tap twice the play button... -
20 Apr 2012 4:20 PM
Jump to post Thread: Detect Click on HyperLink by oscmejia
- Replies
- 2
- Views
- 817
I have some HTMl in a container. How can I detect when a hyperlink has been clicked?
Thanks! -
20 Apr 2012 3:11 PM
Jump to post Thread: Store.last() issue by oscmejia
- Replies
- 2
- Views
- 371
Hi,
I'm trying to get the first and last record in a store but it's not working. What can I be missing?
I always got the records with the ids 1 and 2, even if I many more records.
This is what... -
17 Apr 2012 1:16 PM
- Replies
- 4
- Views
- 500
days? really?? this is a really important feature.
-
14 Apr 2012 5:24 PM
Jump to post Thread: Open Link in Phone's Browser by oscmejia
- Replies
- 2
- Views
- 571
Can some one confirm if this is not possible?
I need to 1) open the default mobile browser (iPhone or Android browsers) or 2) Open some kind of window that the user can then close and return to the... -
10 Apr 2012 11:18 AM
Jump to post Thread: Ext.Msg.confim: pass in class by oscmejia
- Replies
- 6
- Views
- 925
What I'm trying to do is simple.
I want the buttons of the alerts to use all the available width. The problem is if I set it to, let's say 98%, it works for alerts with one button but in alerts with... -
10 Apr 2012 11:15 AM
Jump to post Thread: Re-order Controllers Load by oscmejia
- Replies
- 4
- Views
- 495
Tks. That's a good idea.
-
10 Apr 2012 9:30 AM
Jump to post Thread: Ext.Msg.confim: pass in class by oscmejia
- Replies
- 6
- Views
- 925
will this work if I want two different styles, for several Msgs?
I want to add the class to only one alert, not all. -
10 Apr 2012 8:28 AM
Jump to post Thread: Re-order Controllers Load by oscmejia
- Replies
- 4
- Views
- 495
wow... yes.. I need to execute some code first in a controller that was added later.
-
10 Apr 2012 8:26 AM
Jump to post Thread: Ext.Msg.confim: pass in class by oscmejia
- Replies
- 6
- Views
- 925
Yes, for css styling.
-
9 Apr 2012 9:49 PM
Jump to post Thread: Re-order Controllers Load by oscmejia
- Replies
- 4
- Views
- 495
Hi,
How can I change the order in which my controllers are loaded? If I select the Application node in the inspector, I can see in code view all mu controllers, in the order they were added to the... -
9 Apr 2012 5:31 PM
Jump to post Thread: iPhone / Android Keyboard events by oscmejia
- Replies
- 2
- Views
- 961
Hi,
Is it possible to detect when the native keyboard is open/close while the user is editing a TextAre?
I want to show/hide some controls base on that. Is it possible? I don't see any events... -
9 Apr 2012 5:06 PM
Jump to post Thread: Ext.Msg.confim: pass in class by oscmejia
- Replies
- 6
- Views
- 925
What is the correct way to send a config object to a Msg object?
Ext.Msg.confirm('Really?', 'Are you sure you want to deleteThis?', function(buttonId, value){
}, {cls:... -
7 Apr 2012 5:48 PM
- Replies
- 1
- Views
- 315
Hi,
I've reviewed a lot of documentation but can't find a consistent way, or at least what is considered as Best Practice for selecting components (buttons, textareas, etc) from controllers.
... -
7 Apr 2012 8:17 AM
Jump to post Thread: Open Link in Phone's Browser by oscmejia
- Replies
- 2
- Views
- 571
Hi,
How can I open a link in a natively package iOS / Android app in the browser?
How about a "mailto"?
This should be pretty easy but I can't find it in the docs site.
Thanks! -
6 Apr 2012 12:12 PM
Jump to post Thread: Back Button Deformed by oscmejia
- Replies
- 1
- Views
- 536
Hi,
I just noticed a weird issue with the back buttons of a Container in a NAvigation View.
I removed all my CSS to make sure that's not the cause.
33717
I see the same on Chrome and iOS... -
3 Apr 2012 5:10 PM
Jump to post Thread: Custom Icon for Button by oscmejia
- Replies
- 1
- Views
- 851
Hi,
I'm trying to add a custom icon for a button.
I was able to do it by adding this to my .sass file
@include custom-iconmask('customIcon');
This generates the class with the binary data... -
2 Apr 2012 2:47 PM
Jump to post Thread: Navigation View Issue - ST2 by oscmejia
- Replies
- 4
- Views
- 569
Got it.
in the reference, button[action=goTwo] and "Add" as custom. -
2 Apr 2012 2:29 PM
Jump to post Thread: Navigation View Issue - ST2 by oscmejia
- Replies
- 4
- Views
- 569
In the views I can do action:'goNext' and click "Add", and that works. How can I add the action in the controllers?
-
2 Apr 2012 2:26 PM
Jump to post Thread: Navigation View Issue - ST2 by oscmejia
- Replies
- 4
- Views
- 569
Thanks! I tested it in code and works perfectly.
how can I add the actions in Designer? -
2 Apr 2012 11:20 AM
- Replies
- 58
- Views
- 4,976
I just upgraded designer and when I opened a project it asked me to upgrade it as well.
Two issues so far:
1) The code editor doesn't have color highlights anymore.
2) Some button events are now... -
1 Apr 2012 9:59 PM
Jump to post Thread: Navigation View Issue - ST2 by oscmejia
- Replies
- 4
- Views
- 569
Hi,
I found something that may be a bug with the Navigation View.
Attached is a very simple Sencha Designer project demonstrating the problem.
This app has 3 views and 1 controller.
The first...
Results 1 to 24 of 24
