Search Type: Posts; User: nmcbride
Search: Search took 0.02 seconds.
-
4 Jan 2013 7:23 AM
Jump to post Thread: Can I prefix the relative path? by nmcbride
- Replies
- 1
- Views
- 403
I am just using a default project with one window for testing but I am trying to use ExtJS with a python micro framework for a simple app. However you have to put your static files in /static and...
-
10 May 2012 11:55 AM
- Replies
- 2
- Views
- 434
So as it turns out...
On android if your app is served on SSL where the certificate is expired or invalid for the domain, like the default one from your webhost, Android will not display the... -
9 May 2012 6:51 AM
- Replies
- 10
- Views
- 2,982
It looks like it's setup pretty different from the Mac version. In the mac version instead of symlinks in any bin directories variables are exported in your ~/.profile and the path to the framework...
-
8 May 2012 5:48 PM
- Replies
- 10
- Views
- 2,982
What you had before looks right if you use the sencha command out of a framework folder.
What I would do is remove the .senchasdk file and run the sencha command from inside the framework folder. ... -
8 May 2012 4:41 PM
- Replies
- 8
- Views
- 790
Just some more information:
If I do:
this.getViewportREF().setMasked(true);
The empty mask is shown. -
8 May 2012 3:52 PM
- Replies
- 8
- Views
- 790
Maybe. I've also tried creating a mask and then immediately hiding it and that isn't working either. However when a list is loading it displays a mask and then hides it ok.
-
8 May 2012 10:30 AM
- Replies
- 8
- Views
- 790
There aren't any errors at all. It sees it as a valid call. I am passing scope into the ajax function and all of the other calls using this.getViewportREF() work without any issues.
-
8 May 2012 10:01 AM
- Replies
- 2
- Views
- 434
Is there some code I need to add into the html file?
-
8 May 2012 9:57 AM
- Replies
- 8
- Views
- 790
I'm sorry but isn't that what I am doing?
-
7 May 2012 8:55 PM
Jump to post Thread: deploy on web server by nmcbride
- Replies
- 8
- Views
- 1,095
I am currently doing this by just hitting deploy and then copy. Once everything is copied to my production folder I just sync it with my web server. It works just fine.
There is probably a lot... -
7 May 2012 8:49 PM
Jump to post Thread: Embed YouTube Videos? by nmcbride
- Replies
- 4
- Views
- 784
Embed it with an iframe.
-
7 May 2012 8:42 PM
- Replies
- 8
- Views
- 790
Just a side note I have tried both .setMasked(false) and .unmask().
Thanks again,
Nate -
7 May 2012 8:41 PM
- Replies
- 8
- Views
- 790
Hello everyone,
I am having a strange problem I have been working on for about a week now. Right before I send the ajax request to process the logon for my application, I display a mask saying... -
7 May 2012 8:36 PM
- Replies
- 2
- Views
- 434
Hello everyone. I have what is hopefully a simple issue. I am trying to get an icon for my app on my home screen on my phone. I am running android. Here are a few qualifiers to my problem:
-... -
1 May 2012 5:05 PM
Jump to post Thread: Just A Simple Form by nmcbride
- Replies
- 2
- Views
- 600
Does the lack of responses mean this was a super dumb question and I'm going to be kicking myself for asking it later? :D
Nathan -
27 Apr 2012 3:14 PM
Jump to post Thread: Just A Simple Form by nmcbride
- Replies
- 2
- Views
- 600
I was wondering what the "correct" way to make just a simple form to use on a website when you don't need to build a whole application. Say a simple login form using standard submit. Do you just...
-
20 Apr 2012 9:58 AM
- Replies
- 12
- Views
- 1,749
That's pretty awesome. So just remember that it capitalizes the first letter of the reference then.
-
20 Apr 2012 9:23 AM
- Replies
- 12
- Views
- 1,749
How are you able to do:
me.getMyWindow()
I saw that in the example project as well but couldn't find it in the documentation. Probably because I'm not sure what it is called. You aren't using... -
14 Apr 2012 6:34 PM
- Replies
- 3
- Views
- 557
Since day one it's been on the right. Which means for everyone who has been using the designer for awhile that is what we are used to. I say leave the default being the right. If it's an option...
-
14 Apr 2012 5:04 PM
Jump to post Thread: Code view is read only by nmcbride
- Replies
- 2
- Views
- 950
I don't think you can just click the root element and view all the code and edit it. At least I didn't find a way to. But if you say add a click event to a button, you will be able to edit that.
-
10 Mar 2012 6:41 AM
- Replies
- 2
- Views
- 580
Quick question for everyone. I'm trying to get accustomed to how ExtJS's querying works and I'm apparently not understanding something.
If I do this on a form panels render event:
... -
9 Mar 2012 5:00 PM
- Replies
- 8
- Views
- 734
Once I added queryMode: 'local' it then worked fine. Without it, it doesn't load the first time but does on the second click. Thank you again for your help.
-
9 Mar 2012 7:53 AM
- Replies
- 8
- Views
- 734
I do not see any errors what so ever. Maybe I missed something? Here is where I am currently:
Ext.onReady(function() {
Ext.define('Logmeon.model.AddUserFormStatusModel', {
... -
8 Mar 2012 8:24 PM
- Replies
- 8
- Views
- 734
Thank you for such a clear answer. It is working almost perfectly. The one problem I am having though is the frist time you click it, it empties it's value and doesn't have a list. The second time...
-
8 Mar 2012 5:27 PM
- Replies
- 8
- Views
- 734
Well so far it's been working alright. Except for this issue. I'm trying to find the best way to use the designer without being forced to follow a MVC layout. Doesn't seem right to have to build...
Results 1 to 25 of 38
