Search Type: Posts; User: Envision123
Search: Search took 0.03 seconds.
-
27 Aug 2011 6:23 AM
Jump to post Thread: ExtJS eBooks? by Envision123
- Replies
- 2
- Views
- 3,363
What's the best eBook (free or paid) for learning ExtJS 4.0?
The only one I can find deals with 3.0... -
25 Aug 2011 9:36 PM
- Replies
- 26
- Views
- 3,144
That worked perfect! Thank you so much for your help!
-
25 Aug 2011 9:00 PM
- Replies
- 26
- Views
- 3,144
When I remove the launcher
{this.launcher={text:"System Configuration",iconCls:"tabs",handler:this.createWindow,scope:this}}
it just loads a blank page on my end. -
25 Aug 2011 8:42 PM
- Replies
- 26
- Views
- 3,144
This is how I added it:
getModules: function () {
return [new MyDesktop.SystemConWindow(), new MyDesktop.DashboardWindow(), new MyDesktop.MenusWindow(), new MyDesktop.PagesWindow(),... -
25 Aug 2011 8:17 PM
- Replies
- 26
- Views
- 3,144
Thanks! That just put me much closer to having this completed!
There is only one issue that I am running into now. It works when using a module that is already listed on the desktop or left side... -
25 Aug 2011 6:24 PM
- Replies
- 26
- Views
- 3,144
No problem, I can make it very simple. Here's the link: http://www.zazavi.com/desktop2/examples/desktop/desktop.html
On the right side you see Settings and Logout. What would I need to change... -
25 Aug 2011 5:42 AM
- Replies
- 26
- Views
- 3,144
It looks like when you gave me new code for desktop.html that you didn't include the classes.css file.
I have gone ahead and added it to desktop.html and the menus are loading for you. -
24 Aug 2011 10:20 PM
- Replies
- 26
- Views
- 3,144
Sorry about that, uploaded the wrong file. The correct desktop.html is now uploaded.
-
24 Aug 2011 6:29 PM
- Replies
- 26
- Views
- 3,144
Just re-uploaded 4.0.2 with those files for you and edited desktop.html with you code. I uploaded all of this here: http://www.zazavi.com/desktop2/examples/desktop/desktop.html
-
24 Aug 2011 2:00 PM
- Replies
- 26
- Views
- 3,144
And here is a copy of the line for the System Configuration module which is the first thing listed on the right side of the start menu:
Ext.define("MyDesktop.SystemConWindow", {
extend:... -
24 Aug 2011 1:43 PM
- Replies
- 26
- Views
- 3,144
Here is a copy of the code for the line handling the start menu:
Ext.define("MyDesktop.App", {
extend: "Ext.ux.desktop.App",
requires: ["Ext.window.MessageBox",... -
24 Aug 2011 7:28 AM
- Replies
- 26
- Views
- 3,144
Here's what I don't get, I have this listed:
{text:"System Configuration",iconCls:"settings",handler:b.onSettings,scope:b}
It seems like it should be as simple as changing it to this:
... -
23 Aug 2011 2:02 PM
- Replies
- 26
- Views
- 3,144
I am not familiar at all with ExtJS but am trying to learn it as I go along. I have managed to fix everything I have come across except this one thing. I am guessing that there is one thing that...
-
23 Aug 2011 12:55 PM
- Replies
- 1
- Views
- 818
If you go to http://www.zazavi.com/desktop/desktop.html and click on any of the icons using Internet Explorer, you will see a grey area load on the right side and the right scroll bar isn't loading...
-
22 Aug 2011 2:01 PM
- Replies
- 26
- Views
- 3,144
This is actually the line that handles all of the start menu:
Ext.define("MyDesktop.App",... -
21 Aug 2011 7:04 AM
Jump to post Thread: Loading iFrame on Desktop by Envision123
- Replies
- 0
- Views
- 382
I am using the following code for my iframes:
<iframe frameBorder="0" height="100%" width="100%" src="http://the.url.com"></iframe>
However, when you go to my Desktop sample and click on any... -
21 Aug 2011 5:25 AM
- Replies
- 1
- Views
- 678
This is fixed now... somewhat.
-
19 Aug 2011 6:03 PM
- Replies
- 0
- Views
- 317
You can see the website here with all the code to make it easier for you to diagnose what is happening:
When you go to the start menu and select anything on the left side, you will see... -
19 Aug 2011 9:33 AM
- Replies
- 26
- Views
- 3,144
You can see the website here with all the code to make it easier for you to diagnose what is happening:
http://www.zazavi.com/desktop/desktop.html
When you go to the start menu and select... -
19 Aug 2011 8:18 AM
- Replies
- 1
- Views
- 678
You can see the website here with all the code to make it easier for you to diagnose what is happening:
When you go to the start menu and select anything on the left side, you will see... -
19 Aug 2011 3:49 AM
- Replies
- 5
- Views
- 815
I am currently using the Desktop sample. This did work when clicking on options in the Start Menu, however the windows aren't opening 100% when clicking on items on the desktop. Any ideas why those...
-
18 Aug 2011 7:20 PM
- Replies
- 7
- Views
- 840
I am guessing this is just happening because code for the Settings is on that line when it should just be code for loading the windows, but I'm not exactly sure what should be changed there...
-
18 Aug 2011 5:17 PM
- Replies
- 7
- Views
- 840
No problem, don't worry about. Hopefully someone else can chime in to help.
-
18 Aug 2011 4:06 PM
- Replies
- 7
- Views
- 840
This is my first time messing around with Ext JS so I have just been following the framework in the example. Adding the links in the left of the startmenu wasn't a problem. However, all the links...
-
18 Aug 2011 3:45 PM
- Replies
- 7
- Views
- 840
That is actually how the code is in the sample when you get it from Sencha's demo. But, I just PM'd you a link to where this is happening at to make it easier for you.
If anyone else wants a link...
Results 1 to 25 of 30
