Search Type: Posts; User: Kcarpenter
Search: Search took 0.02 seconds.
-
24 Oct 2012 11:14 AM
- Replies
- 4
- Views
- 2,350
Thansk Ext_soft, that seemed to do it, but I wonder why it couldn't be done in the store like I have done in the past?
-
24 Oct 2012 9:57 AM
- Replies
- 4
- Views
- 2,350
Hi All,
Working on putting a date in a grid.
It appears that if I set the field up like this:
{name: 'mdate', type: 'date'}
It works, but when I add dateFormat like this:
{name: 'mdate',... -
29 Jun 2012 12:36 PM
- Replies
- 2
- Views
- 493
Anyone think its safe to assume that native wrapped WebView apps will be updated to the new HTML5 engine used in chrome?
As I understand it webView uses the same engine as the native... -
29 Jun 2012 12:29 PM
- Replies
- 5
- Views
- 954
figured I would thow in my soltion too - all the same as the others really.
txtPassword = Ext.create('Ext.field.Password', {
label: 'Password',
required: true,
... -
29 Jun 2012 12:25 PM
- Replies
- 1
- Views
- 287
Would using this work?
CSS:
.containerThemeClass
{
background-color: #123456
}
JS OBJ: -
29 Jun 2012 8:23 AM
- Replies
- 4
- Views
- 374
so then this should work:
if(Ext.os.is.Android || Ext.os.is.Android2){
//Android Layout Code
}else if(Ext.os.is.iOS){
//iOS layout code
} else {
//default layout code? -
29 Jun 2012 7:29 AM
- Replies
- 4
- Views
- 374
What exactly are you checking for?
Ext.os.is can have several properties.
Ext.os.is.Android
Ext.os.is.Android2
Ext.os.is.Phone
Ext.os.is.Tablet -
29 Jun 2012 4:05 AM
- Replies
- 1
- Views
- 332
Bumping for the AM since I posted this late last night. :D
-
28 Jun 2012 4:06 PM
- Replies
- 1
- Views
- 332
Afternoon All,
I'm running into a problem on my Android 4.0 tablet with focused Text Fields/Areas remaining visible - just the input area, no label - after I hide the form its on. If I tap it, it... -
22 Jun 2012 4:14 AM
- Replies
- 16
- Views
- 1,982
I think they are refering to Mobile FireFox(Android) and IE9/10(WP7/8)
-
2 May 2012 12:41 PM
Jump to post Thread: Nest Menu panels by Kcarpenter
- Replies
- 4
- Views
- 597
Thank you Tim, would have been much easier on all of us if the documentation showed anything about a 'menu' config for a menuitem. :-?
Again thanks a lot. -
2 May 2012 10:35 AM
Jump to post Thread: Nest Menu panels by Kcarpenter
- Replies
- 4
- Views
- 597
Afternoon Tim,
Sorry for the confusion, I've attached a picture that well help with a visual.
Pretty much trying to have a context menu, with a few items, some of these items should open up a... -
2 May 2012 5:50 AM
Jump to post Thread: Nest Menu panels by Kcarpenter
- Replies
- 4
- Views
- 597
Morning All,
I've come across the need for a "nested" context menu, I think I am close but still have a few painful issues that I can't seem to get to go away.
I have a context menu that is... -
27 Apr 2012 5:13 AM
Jump to post Thread: Carousel direction arrows. by Kcarpenter
- Replies
- 2
- Views
- 842
Brilliant sir!
I forget that we can move things around like that sometimes. (:| -
25 Apr 2012 4:51 PM
Jump to post Thread: Carousel direction arrows. by Kcarpenter
- Replies
- 2
- Views
- 842
Has anyone implemented or know how to implement a left or right directional arrow on a carousel? I think it could be better UI for people who dont "get" the swipe left and right thing.
Im thinking... -
24 Apr 2012 5:35 AM
- Replies
- 12
- Views
- 1,943
While I hate to say I am "glad" someone else has this issue, I am.
It does not appear to happen to me, but I am now running on Ice Cream Sandwhich devices, with phonegap 1.6.1 and the latest... -
2 Apr 2012 6:06 AM
Jump to post Thread: Ext.device problem by Kcarpenter
- Replies
- 17
- Views
- 2,897
Same problem, phonegap 1.5. I think they created a bug when switching to the Cordova namespace.
Anyone got anything? Makes some authentication a pain for me. -
30 Mar 2012 6:11 AM
- Replies
- 8
- Views
- 1,154
I am pushing a carousel to the nav view in my app and don't seem to have any problems. But when I first got started the "fullscreen" property screwed me over several times. If your navigation view is...
-
30 Mar 2012 5:05 AM
- Replies
- 8
- Views
- 2,702
Running into the same error here. Removing
showAnimation : 'slideIn' from my view fixed it. Hopefully we will be seeing another release shortly. :D -
24 Feb 2012 1:22 PM
- Replies
- 3
- Views
- 1,402
I am having the same issue. Focus a textfield or textarea field, hide the pane; and the text area is still floating above everything until I tap it.
I have tried bluring it and focusing other els... -
22 Feb 2012 11:44 AM
- Replies
- 41
- Views
- 23,667
Interrupts at .4MB for me - odd.
wget For The Win, its downloading now.
Thanks for the reply. -
22 Feb 2012 11:15 AM
- Replies
- 41
- Views
- 23,667
Original download link dead for anyone else?
Thanks,
Karl -
17 Feb 2012 12:54 PM
- Replies
- 4
- Views
- 839
No Sir, no errors. :-/
-
17 Feb 2012 12:51 PM
- Replies
- 4
- Views
- 839
both tbars have the same ID (maintbar) that I set in an effort to get this to work.
I tried Ext.getCmp('maintbar').setTitle('WHY DOESNT THIS WORK!!!!');
And still get nothing.
Oddly, when I... -
17 Feb 2012 12:42 PM
- Replies
- 4
- Views
- 839
viewport.dockedItems.items[0].setTitle() only seems to work in one place of my code, I have another spot that should change the title, and except for what is being set its the same code.
This works,...
Results 1 to 25 of 105
