Search Type: Posts; User: mrjoltcola
Search: Search took 0.02 seconds.
-
24 Aug 2011 7:25 AM
Jump to post Thread: Is this forum valid any more? by mrjoltcola
- Replies
- 43
- Views
- 5,161
That is exactly it. I have multiple customers on sites I wrote with Ext 2 and 3. They are under maintenance mode. What happens when things break? Upgrade to 4.x? We don't have budget for some of it,...
-
23 Aug 2011 8:34 AM
Jump to post Thread: Is this forum valid any more? by mrjoltcola
- Replies
- 43
- Views
- 5,161
We opted not to renew. We'll stick to 3.4 as long as possible, then move to something else.
They should take a page out of Microsoft's and Oracle's book. Treat legacy customers as first class.
... -
10 Mar 2010 11:07 AM
Jump to post Thread: Commercial theming for ExtJS by mrjoltcola
- Replies
- 79
- Views
- 14,611
I second that.
-
7 Mar 2010 9:22 PM
Jump to post Thread: Commercial theming for ExtJS by mrjoltcola
- Replies
- 79
- Views
- 14,611
35 EUR outrageously high?? Maybe if you are developing an ExtJS site on a 50 EUR budget.
For commercial projects, that is less than an hour of a developer's time, at least in the US.
It seems... -
3 Mar 2010 8:20 AM
- Replies
- 13
- Views
- 3,382
Here is my resolution. I'm not sure if this impacts your other code, but in all of my sites I expect numbers to be represented non-quoted, whether it is Java, .NET, Perl or Ruby. So I made the...
-
6 Feb 2010 11:06 AM
Jump to post Thread: [new version] DateTime Field by mrjoltcola
- Replies
- 834
- Views
- 312,881
[EDITED - I mispoke about the other fields, they also resize]
Now I have a display issue. The DateTime control shrinks the date section when I resize the form, such that it is obscured. The date... -
6 Feb 2010 11:03 AM
Jump to post Thread: [new version] DateTime Field by mrjoltcola
- Replies
- 834
- Views
- 312,881
Hi Saki,
I did not notice your custom param, "hiddenFormat"
By setting the hiddenFormat attribute to 'c' my JSON date works fine now. I assumed overriding altFormats would work similar to... -
6 Feb 2010 8:35 AM
Jump to post Thread: [new version] DateTime Field by mrjoltcola
- Replies
- 834
- Views
- 312,881
Yes. I haven't debugged it yet, but if my memory serves, it is DateField.setValue() that uses altFormats. My DateField overload adds 'c|M$' because in my projects I use either ISO or Microsoft...
-
5 Feb 2010 3:21 PM
Jump to post Thread: [new version] DateTime Field by mrjoltcola
- Replies
- 834
- Views
- 312,881
Not sure If I understand what you mean.
The formats 'c' and 'M$' are full timestamp formats and they work with JSON using the regular datetime field. -
5 Feb 2010 2:57 PM
Jump to post Thread: [new version] DateTime Field by mrjoltcola
- Replies
- 834
- Views
- 312,881
Hi Saki,
Trying to use the DateTime extension in a Form with a JSON load, the value is not getting set for the component, so I'm getting 1970.
I added altFormats = 'c' as well (I'm using the... -
5 Feb 2010 2:21 PM
Jump to post Thread: Datetime field again by mrjoltcola
- Replies
- 71
- Views
- 24,471
Thanks for sharing.
A few issues I found make this control not quite usable. I'm using Ext 3.1
1) Modifying the time from the pick screen is not possible without picking the date again.... -
20 Jan 2010 4:57 PM
Jump to post Thread: Slate Theme 3.0 by mrjoltcola
- Replies
- 64
- Views
- 38,550
Wow, I tried with FireFox and the zip file is fine. Downloading with IE corrupts it somehow, who knows what odd plugin is doing it. Thanks, I have it now at least. :)
-
20 Jan 2010 1:14 PM
Jump to post Thread: Slate Theme 3.0 by mrjoltcola
- Replies
- 64
- Views
- 38,550
Seems like noone else is monitoring this thread. Kim's link does not work for me and I've had no replies to requests for updates. Am I the only one that cannot open the .zip ?
-
9 Jan 2010 8:17 AM
Jump to post Thread: Slate Theme 3.0 by mrjoltcola
- Replies
- 64
- Views
- 38,550
Kim's zip file doesn't work for me, Winzip doesn't open it.
Is there any update on where the theme is now? -
23 Dec 2009 10:54 AM
- Replies
- 1
- Views
- 1,042
In FireFox, set your zoom level to something above normal (CTRL++) or CTRL + mousewheel up).
Then load the 3.1 desktop sample: http://www.extjs.com/deploy/dev/examples/samples.html
The... -
23 Dec 2009 8:09 AM
- Replies
- 6
- Views
- 1,530
@mystix: Regarding html tags, I tried that and after viewing with preview, it appeared that the formatting was not retained. If the forum does not want attachments, then the attachment feature should...
-
22 Dec 2009 9:38 PM
- Replies
- 7
- Views
- 5,638
Is it possible to run onlythe YUI compression step? When I created a jsb2 project for my app, JSBuilder2 complains when I do not have a resources section, and it also seems to copy files by default...
-
22 Dec 2009 11:47 AM
- Replies
- 1
- Views
- 740
Update:
I found that it is due to pre-existing sections of text using the <strong> tag.
Ext HtmlEditor inserts <b> tags, and works correctly with that tag. It does not recognize <strong> text as... -
22 Dec 2009 11:41 AM
- Replies
- 1
- Views
- 740
When I am typing a string of letters, as I toggle Italic and Underline, the style is applied as I type. Bold is not. When my users type a bold section like:
BOLD TITLE: normal text
they have... -
22 Dec 2009 10:31 AM
- Replies
- 6
- Views
- 1,530
Took me a few hours but I was able to extract a test case. See attached.
-mjc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"... -
21 Dec 2009 7:22 PM
- Replies
- 6
- Views
- 1,530
As soon as I can isolate a test case I will. This is inside the Desktop framework. The GridPanel is inside a TabPanel inside a FormPanel inside a Window.
win = desktop.createWindow({
... -
21 Dec 2009 1:17 PM
- Replies
- 6
- Views
- 1,530
The GOOD news is 3.1 fixed a rendering problem I've had with HtmlEditor scrollbar. I was thrilled about that.The bad news is ..
GridPanels and EditorGridPanels inside TabPanels no longer render.... -
28 Nov 2009 10:59 AM
- Replies
- 19
- Views
- 6,083
My mistake. It DID work when I made the change to the right dialog. :( I was looking at the wrong section of code. This works for me now. Thanks!
-
27 Nov 2009 10:44 AM
- Replies
- 19
- Views
- 6,083
I'm staring at this thread too, hoping for a solution. I've a Window that containts a GridPanel that contains a ToolBar that containts a TextField used as a search string. I want that textfield to be...
-
24 Nov 2009 8:19 AM
- Replies
- 13
- Views
- 3,382
Not quite:
"Yes" with JSON, "No" with a regular form post with Ext.form.Action.Submit
1) JSON has the null value, which is useful and is correctly serialized/deserialized to mean null / nil. So...
Results 1 to 25 of 42
