Search Type: Posts; User: dotnetCarpenter
Search: Search took 0.03 seconds.
-
23 Sep 2008 2:11 AM
Jump to post Thread: Ext 1.2 by dotnetCarpenter
- Replies
- 7
- Views
- 2,130
In the end of the blog post from August, it says that a version 1.2 of Ext will be released. Was that a mistake? Anyway, is there a release date for version 1.1.2?
Regards -
18 Jun 2008 7:21 PM
- Replies
- 2
- Views
- 954
Some of the util functions would also be nice :) Main thing is that Ext 1 is still usuable in the next generation of browsers. So that we don't have to include custom fixes like:
/* Date Picker */... -
18 Jun 2008 1:56 PM
- Replies
- 2
- Views
- 954
Are there going to be an Ext 1.1.2 release?
-
15 Jun 2008 5:06 AM
- Replies
- 4
- Views
- 1,519
Nevermind. I found it: http://extjs.com/learn/Learn_About_the_Ext_JavaScript_Library
-
15 Jun 2008 4:59 AM
- Replies
- 24
- Views
- 9,516
It's just that UTC time doesn't work consistently across browsers. You have to be sure that your users have updated their browsers or have correct timezone (which they don't know about) and doesn't...
-
15 Jun 2008 4:57 AM
- Replies
- 4
- Views
- 1,519
Is there a link to that page other than here?
-
14 Jun 2008 7:21 AM
- Replies
- 24
- Views
- 9,516
@wadebee
What you have outlined is exactly what I suggest. That way it doesn't matter if the client machine is set to a wrong timezone. If you keep the normal DateTime formatting you will get a... -
4 Jun 2008 4:16 AM
- Replies
- 27
- Views
- 12,239
I think Brian meant that he checked in a fix in the svn. You'll need svn access to get it, ie. buy a developer license. Kinda "not-nice".
-
4 Jun 2008 3:14 AM
- Replies
- 4
- Views
- 1,519
Would be nice to have a historic download page.
-
30 May 2008 8:44 PM
- Replies
- 2
- Views
- 2,411
{bump}
-
7 May 2008 5:09 PM
- Replies
- 2
- Views
- 2,411
This behavior is noted with the YUI (2.2.0) library as Ext JS back end. Also when selecting elements in versions from 1.0.1 and below, newline characters was omitted and therefore not a problem.
-
7 May 2008 5:06 PM
- Replies
- 2
- Views
- 2,411
isBorderBox chokes on newline
When a selection of elements is made from the DOM, e.g. Ext.Element.select. It often happens that newline characters get selected as well, i.e. the HTML has a newline... -
24 Apr 2008 6:25 AM
- Replies
- 23
- Views
- 26,698
Just a heads up. The demo link doesn't work...
-
14 Apr 2008 8:25 PM
- Replies
- 26
- Views
- 11,547
Also, you have in line css which is bad for end-developers (like me ;)) It's much better to use CSS classes and add a CSS file to your component. That way you can define a default look and feel while...
-
14 Apr 2008 8:15 PM
- Replies
- 26
- Views
- 11,547
One quick thing I notice is that the background image is set inside the PowerWizard component. I don't think that's a good idea to have that as a default value but maybe that's just me.
Is it... -
14 Apr 2008 7:09 PM
Jump to post Thread: ComboBox scroll bar in IE by dotnetCarpenter
- Replies
- 5
- Views
- 1,507
Can you post the CSS that effects the ComboBox?
You can use the Internet Explorer Developer Toolbar -
14 Apr 2008 7:04 PM
- Replies
- 11
- Views
- 7,856
Posted in new thread: http://extjs.com/forum/showthread.php?p=152884#post152884
;-) -
14 Apr 2008 7:03 PM
- Replies
- 0
- Views
- 1,050
Hi all!
I want to have a layout (in a BorderLayout.Region container) that is split into two columns. The second column should be 120px and the first, fill the rest of the space. This works well... -
14 Apr 2008 6:54 PM
- Replies
- 11
- Views
- 7,856
Thanks to both of you!
Animal, your code works like a charm.
I'm almost there but I have a seperate issue. I want to have a layout (in the container) that is split into two columns. The second... -
9 Apr 2008 8:17 PM
- Replies
- 6
- Views
- 1,712
Exactly!
-
9 Apr 2008 8:12 PM
- Replies
- 11
- Views
- 7,856
I'm afraid I haven't done that before. How do you suggest I do that?
//pseudo code
{
llayout:'column',
border: false,
defaults: {
height: 123,
border: false -
9 Apr 2008 7:43 PM
- Replies
- 6
- Views
- 1,712
You should put all the code that doesn't tamper with the DOM (that's the HTML) outside onReady. And all the code that either triggers code that modifies the DOM or access the DOM inside an onReady.
... -
9 Apr 2008 7:35 PM
- Replies
- 24
- Views
- 9,516
How will you make sure that your users will have the same timezone?!? Most people don't even know about it. I know this from bitter experience. Please don't do the same mistake.
The... -
9 Apr 2008 7:27 PM
- Replies
- 11
- Views
- 7,856
Actually no. Something like the images I've attached (it's from a windows app that I'm converting to web) . As far as I see, there is two problems that need to solved.
First, applying buttons to the... -
9 Apr 2008 4:16 PM
- Replies
- 11
- Views
- 7,856
Hi all!
I've searched the forum in vain for a solution on vertical aligning buttons in a panel. Do you know how or is this a overlooked subject?
Regards, Jon.
Results 1 to 25 of 119
