Search Type: Posts; User: jdogresorg
Search: Search took 0.02 seconds.
-
27 Feb 2012 8:35 AM
- Replies
- 4
- Views
- 1,412
I am having this issue with my application running Ext3 under Adobe AIR. I have a form with a toolbar button. When someone clicks the toolbar button a grid is added to the bottom of the form and...
-
31 Jan 2012 1:55 PM
- Replies
- 3
- Views
- 734
Finally found the answer on this thread. :
http://stackoverflow.com/questions/4912426/ext-js-updating-the-total-count-of-a-paging-toolbar-on-the-fly
// Manually update the paging toolbar.... -
31 Jan 2012 11:37 AM
- Replies
- 3
- Views
- 734
So, what additional things do I need to do after I call loadData to get the paging toolbar to work. I should just be able to set some vars in the store like pagesize and limit to get the paging...
-
31 Jan 2012 10:41 AM
- Replies
- 3
- Views
- 734
I am working on an Ext3-to-4 migration and I am having an issue with paging toolbars. I am trying to draw a grid on the screen, detect how many rows can render on the screen, then load the correct...
-
21 Oct 2011 7:41 AM
- Replies
- 3
- Views
- 1,477
I currently have an application which is developed in ExtJS3 and runs under Adobe AIR. I am looking to update the application to use ExtJS4 in order to take advantage of some of the charting and...
-
6 Apr 2011 9:34 AM
- Replies
- 1
- Views
- 833
got the menu to stop activating when an item is being dragged by using suspendEvents() in onStartDrag and resumeEvents() on onMouseUp.
-
5 Apr 2011 1:17 PM
- Replies
- 1
- Views
- 833
I am having an issue with getting a toolbar menu to behave how I would like. I searched the forums for an answer without much luck.
I have a toolbar with 3 menus and one of the menus is also a... -
18 Feb 2011 4:12 PM
- Replies
- 0
- Views
- 695
I recently added Ext.air.Notify functionality to my application and it works great. The one thing that I feel that notifications are missing is a "close" button to hide the notification window...
-
8 Feb 2011 11:40 AM
- Replies
- 13
- Views
- 7,328
issue was solved by adding following line to NativeWindow.js
this.loader.placeLoadStringContentInApplicationSandbox = true; -
8 Feb 2011 11:20 AM
- Replies
- 13
- Views
- 7,328
I am having some issues with getting the notify window background to display. I have updated extAllCSS to point to 'app:/lib/ext/resources/css/ext-all.css' but it is not loading the stylesheet.
... -
5 Jan 2011 2:12 PM
- Replies
- 0
- Views
- 725
My company has created a 3-frame stacking layout framework which we are using for our mobile application. The layout is built to display a 3 frame layout for browsers and tablets when horizontal, a 2...
-
11 Nov 2010 3:57 PM
- Replies
- 5
- Views
- 5,526
I am wondering how I can lookup the current selected value of a list item.
My problem is that I have one card with a list and an item selected in that list. I also have a second card which needs... -
9 Sep 2010 12:43 PM
Jump to post Thread: panel content under toolbar by jdogresorg
- Replies
- 10
- Views
- 2,020
ok, I watched your video. I just started learning javascript and extjs a few weeks ago and I am also working my way through your ExtJS book as well, so hopefully that will help me not become so...
-
9 Sep 2010 12:02 PM
Jump to post Thread: panel content under toolbar by jdogresorg
- Replies
- 10
- Views
- 2,020
I am fairly new to ExtJS / Sencha touch, what should I be doing instead?
-
9 Sep 2010 11:39 AM
- Replies
- 19
- Views
- 1,911
Here is valid JSON for your newsfeed.js file
{
"images": [
{ "name": "Image one", "url": "/GetImage.php?id=1", "size": "46.5", "lastmod": "new Date(2007, 10, 29)" },
{... -
9 Sep 2010 9:53 AM
Jump to post Thread: panel content under toolbar by jdogresorg
- Replies
- 10
- Views
- 2,020
I have a tabpanel with 5 tabs, one of those tabs is a carousel with a few cards in it. When I try to add a new panel with a docked toolbar at the top, the panel content seems to start under the...
-
7 Sep 2010 8:51 PM
- Replies
- 2
- Views
- 1,114
that did the trick. Thanks evant :)
-
7 Sep 2010 8:38 PM
- Replies
- 2
- Views
- 1,114
I am having a problem and tried to find an answer on here but I can't seem to find one so now I am posting.
I have a tabpanel with 3 tabs. In tab 1 I have a carousel with 1 card. Everything works... -
30 Aug 2010 5:31 PM
- Replies
- 53
- Views
- 12,436
I just dealt with this recently. This code works for me to detect a "GO" button press and blur the field, which hides the keyoard.
listeners: {
keyup: function(fld, e){
if... -
30 Aug 2010 2:40 PM
- Replies
- 1
- Views
- 714
I searched the forums and web briefly and wasn't able to find an answer. I have a toolbar with "Call" and "Email" buttons and I am wondering how I can make the buttons launch a call on the phone or...
-
28 Aug 2010 2:07 PM
- Replies
- 1
- Views
- 1,048
What version of the iPhone is he running? 3G? 3GS? I too have some slowness issues with sencha touch running slow on my iphone 3G with 3.1.3 but I just chalked it up to not a lot of processing power...
Results 1 to 21 of 21
