Search Type: Posts; User: Northrog
Search: Search took 0.03 seconds.
-
26 Aug 2009 6:56 AM
- Replies
- 6
- Views
- 1,778
-.- This phrase should say that I do not consider this as overnesting as you did, for the reasons I explained.
And if we are at this point...your post before was not very nice, too, but I didn't... -
26 Aug 2009 6:21 AM
- Replies
- 6
- Views
- 1,778
I do your so-called overnesting because I will maybe need different layout types in the same fieldset in future. So it would be kind of stupid to just assume the need of one layout type.
The API... -
26 Aug 2009 5:33 AM
Jump to post Thread: Simple Id problem by Northrog
- Replies
- 3
- Views
- 790
Try typeof(Ext.getCmp('errorMeesage')) != "undefined"
-
26 Aug 2009 5:21 AM
- Replies
- 6
- Views
- 1,778
Since the other embedded Fieldsets also resize themselfes. They are built in exactly the same way, with the only difference of using form-layouts instead of a columnLayout. So I expect the...
-
26 Aug 2009 5:05 AM
- Replies
- 6
- Views
- 1,778
Hi There,
I got a ColumnLayout-Panel nested in a Fieldset which is part of a window.
The Panel got 2 Columns, widths are .3 and .5.
When it renders, everything is fine. But when the user... -
21 Sep 2008 1:43 AM
- Replies
- 3
- Views
- 1,066
the value is the one it is supposed to be, a numeric value.
I think the problem is that the html-select as well as the html-inout both have a value/selected option preset in the store. The... -
20 Sep 2008 2:34 AM
- Replies
- 3
- Views
- 1,066
Hi,
I am trying to realize a cart in the moment.
The Items in the cart are shown to the customer in a grid, and onw column of the grid contains a normal HTML-Input field as well as a normal... -
16 Sep 2008 7:14 AM
- Replies
- 2
- Views
- 922
Hi,
sometimes I experience the bug that a Tree node is, when it is once opened, no longer closable, and there is no mouseover highlight (not even the arrow).
I found nothing about this by the... -
15 Sep 2008 1:55 AM
- Replies
- 1
- Views
- 765
Hi,
I am trying to load a Grid from a JSON Store, and everything works fine in ff, but in ie, the boolean "success"-property given to the callback-function on the load-event of the store is false,... -
14 Sep 2008 4:51 PM
- Replies
- 4
- Views
- 5,228
yes, the directory is allowed to write. But I found the error now...the path was set wrongly. I just didnt recognize because of the weird error message.
-
14 Sep 2008 1:21 PM
- Replies
- 4
- Views
- 5,228
hi,
I am trying to perform a File Upload via a Ext.FormPanel, but when the file got uploaded by the Browser, Firebug tells me:
unexpected end of XML source
Fehler)
and the file is not... -
10 Sep 2008 3:11 AM
- Replies
- 2
- Views
- 890
Hi,
I simply want to submit a form in a FormPanel if the user hits the enter-key. Whats the right way to do this? I found nothing yet. -
27 Aug 2008 8:41 AM
- Replies
- 1
- Views
- 824
does noone have an idea?
-
27 Aug 2008 4:35 AM
- Replies
- 1
- Views
- 824
Hi,
because of a normal HTML-Select not working properly in an EditorGridPanel, I want to Exchange the select by a COmboBox.
This means I got the HTML-Code and I can access it, but how to... -
27 Aug 2008 3:26 AM
- Replies
- 23
- Views
- 11,462
hm i did something else too: I manipluated the taskbar-height formula, because one of the functions returned the wrong value...change it to 30, which one it is, i dont know atm, find out yourself in...
-
26 Aug 2008 4:19 AM
- Replies
- 23
- Views
- 11,462
What i wrote is NOT nonsense because it WORKS.
Try it out.
And it stores some cookies, atleast at mine. -
25 Aug 2008 11:31 AM
- Replies
- 4
- Views
- 2,189
get firebug -> turn on console -> look up the response and possible errors -> fix bugs
-
25 Aug 2008 11:27 AM
- Replies
- 23
- Views
- 11,462
The Problem is the following: ExtJS seems to set some cookies which cause those Problems.
I solved the Problem by making a Synchronous Request onUnload destroying the session data, and then... -
22 Aug 2008 6:09 AM
- Replies
- 10
- Views
- 2,468
Of course...here are some snippets:
this.defComboBox=new Ext.form.ComboBox({
typeAhead: true,
lazyRender:true,
listClass: 'x-combo-list-small',
triggerAction: 'all',
... -
22 Aug 2008 6:03 AM
- Replies
- 10
- Views
- 2,468
I do know that it is not a bug but a normal HTMl input field displays chars like "
-
22 Aug 2008 5:46 AM
- Replies
- 10
- Views
- 2,468
Hm but the way i use it (the 2nd code snippet) it is applied to the list, if i am doing something wrong (and i AM probably doing something wrong), please tell me how to correctly apply it to the list.
-
22 Aug 2008 5:36 AM
- Replies
- 10
- Views
- 2,468
if you mean it like this:
this.defComboBox=new Ext.form.ComboBox({
typeAhead: true,
lazyRender:true,
listClass: 'x-combo-list-small',
triggerAction: 'all',
editable:... -
22 Aug 2008 5:01 AM
- Replies
- 10
- Views
- 2,468
Hi,
I just recognized a bug:
A combo box does display HTML-chars like ü or á in the list, but it does not display them in the "selected"-field.
So a list element like that: 3 St -
22 Aug 2008 1:53 AM
Jump to post Thread: ComboBox data display by Northrog
- Replies
- 2
- Views
- 857
Hello,
I have no created my ComboBox and loaded it successfully, and the texts and values are set proper. The only Problem is (I use the ComboBox in an editable grid), that when the user leaves... -
22 Aug 2008 1:30 AM
- Replies
- 3
- Views
- 740
what about creating a global variable storing your object?
Results 1 to 25 of 36
