Search Type: Posts; User: hazlema
Search: Search took 0.09 seconds.
-
25 Feb 2009 10:19 AM
Jump to post Thread: Object Class by hazlema
- Replies
- 1
- Views
- 679
Nevermind, I figured it out i'm an .
getXType() works miracles. -
25 Feb 2009 10:17 AM
Jump to post Thread: Object Class by hazlema
- Replies
- 1
- Views
- 679
Consider the following scenario:
new Ext.Panel({id: "ele"});
This creates a panel with the id of ele.
Ext.getCmp("ele");
This gets the component with the id of ele and returns a... -
25 Feb 2009 9:29 AM
Jump to post Thread: [Solved]Panels / Writing to by hazlema
- Replies
- 5
- Views
- 1,061
That worked thank you. In my frustration I extended the class with an updateText method, guess I wont be needing that anymore :-)
-
25 Feb 2009 8:59 AM
Jump to post Thread: [Solved]Panels / Writing to by hazlema
- Replies
- 5
- Views
- 1,061
The line:
Ext.getCmp("chat").getEl().update("Heres some text");
Removes the panel element (at least with the latest public Ext) , I just ran several tests and they were all the same, the... -
25 Feb 2009 7:21 AM
Jump to post Thread: [Solved]Panels / Writing to by hazlema
- Replies
- 5
- Views
- 1,061
Hi,
It's been some time sense I've used Ext and was wondering if there is a better way to complete this task. I want to create a panel and then be able to write text to the panel. This is what I... -
22 Feb 2008 3:39 PM
- Replies
- 26
- Views
- 16,180
Been at least 4 months sense this thread saw any activity, I guess it was all vaporware.
-
16 Feb 2008 9:17 PM
Jump to post Thread: Transitions by hazlema
- Replies
- 1
- Views
- 690
I gave up and did the transitions the old school way, everythings ok now.
oFrame.dom.style.top = 10;
etc.... -
16 Feb 2008 9:35 AM
Jump to post Thread: Transitions by hazlema
- Replies
- 1
- Views
- 690
Have a problem, a page I built for a client has transition issues in IE but not FF. Specifically the fadeIn transition, it works all the time in FF but only the first time the page is loaded in IE....
-
29 Jan 2008 8:09 PM
Jump to post Thread: Layout Issue by hazlema
- Replies
- 6
- Views
- 1,137
Thank you for your suggestion.
-
29 Jan 2008 8:04 PM
Jump to post Thread: Layout Issue by hazlema
- Replies
- 6
- Views
- 1,137
Do you have an example of a 3 col layout that does this? Because divs don't do this by default.
-
29 Jan 2008 7:51 PM
Jump to post Thread: Layout Issue by hazlema
- Replies
- 6
- Views
- 1,137
Not exactly....
The "content area" is 1005px
Column 1 and 3 are 200px
column2 is 605px
<---- 1005 --------->
xxxxx xxxxxxxxxx xxxxx
xxxxx xxxxxxxxxx xxxxx -
29 Jan 2008 5:39 PM
Jump to post Thread: Layout Issue by hazlema
- Replies
- 6
- Views
- 1,137
I have a html page with a 3 column layout (with div's not tables).
Column 1 and 3 are fixed width of 200px. I want column 2 to be dynamic width (with a min-width) and if there is a large item... -
11 Jan 2008 10:28 AM
Jump to post Thread: [Solved]XmlReader and IE by hazlema
- Replies
- 4
- Views
- 1,460
Hah, can't belierve I missed that.
Thanks a bunch works great now ! -
11 Jan 2008 10:06 AM
Jump to post Thread: [Solved]XmlReader and IE by hazlema
- Replies
- 4
- Views
- 1,460
I did call ds.load();
But as for the error it says "OK" with a status of 200. I'm at a total loss here, I can only guess that maybe its the xml file itself, but ff says its ok (and I can browse... -
11 Jan 2008 8:52 AM
Jump to post Thread: [Solved]XmlReader and IE by hazlema
- Replies
- 4
- Views
- 1,460
Been trying to get this xml form to work for a few days and I can't figure out what is wrong. This works in Firefox but not IE. I have scowered the forums and still can't figure it out.
... -
25 Oct 2007 7:06 AM
- Replies
- 26
- Views
- 16,180
Why not release your partial work for 1.1.1 while working on 2. From what I saw it looked pretty great.
-
12 Oct 2007 9:32 PM
Jump to post Thread: Objects that trigger events by hazlema
- Replies
- 5
- Views
- 1,351
Thank you, this is a big help...
-
12 Oct 2007 9:26 PM
Jump to post Thread: Objects that trigger events by hazlema
- Replies
- 5
- Views
- 1,351
Thank you, this is a big help...
-
12 Oct 2007 8:17 PM
Jump to post Thread: Objects that trigger events by hazlema
- Replies
- 5
- Views
- 1,351
The codes to long to post but I'll try to explane it again
Object #1: Address
Object #2: Addresses
var addressBook = new Addresses{
[
new Address({name: "test"}),
new... -
12 Oct 2007 10:46 AM
Jump to post Thread: Objects that trigger events by hazlema
- Replies
- 5
- Views
- 1,351
I have 2 classes address and addresses. First, I want to add an event to the variables section in the address class so I can do things like this:
fireEvent('change', this);
So when you change... -
11 Oct 2007 7:36 AM
- Replies
- 19
- Views
- 3,000
If you can't upgradw a production solution to a beta product you could do this for now (till 2.0 is gone gold) or unless you use the format providers.
or you could just do this:
... -
10 Oct 2007 7:43 PM
- Replies
- 19
- Views
- 3,000
Just thought of something else you could try:
function jsonMatch(data, str)
{
Ext.each(str.match(/{[\w.]+}/g), function(match) // My template function
{
ele =... -
10 Oct 2007 7:29 PM
- Replies
- 19
- Views
- 3,000
Just thought of something else you could try:
var x = {data: {name: "matthew", elephant: {color: "gray"}}}; // my data
var s = "My name is {x.data.name} and my elephant's color is... -
10 Oct 2007 6:08 PM
Jump to post Thread: Image Carousel User Control by hazlema
- Replies
- 15
- Views
- 14,004
Just covering all the bases till its ready for full prime time action. Then everything will be mined and unnecessary stuff removed.
-
10 Oct 2007 5:21 PM
- Replies
- 19
- Views
- 3,000
It appears EXT dosn't like the . in the replacment.
You defined Username in your data object not result.data.Username (even though thats what it should be) So the replacement for {Username}...
Results 1 to 25 of 47
