Search Type: Posts; User: Kalle1985
Search: Search took 0.02 seconds.
-
21 Apr 2011 2:22 AM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
This is now what i am doing:
function buildWestPanel(){
var panel = new Ext.tree.TreePanel({ -
21 Apr 2011 12:06 AM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
This doesn`t work:
call('./testwsil.xml', function(success, json) {
if (success) {
document.getElementById('root').appendChild(json); -
20 Apr 2011 11:27 PM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
Ok, but how can i add my json to my tree?
if (success)
{
// Do what you've got to do with the json
} -
20 Apr 2011 6:40 AM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
One question remaining:
How can i load data from remote into my tree with the intermediate step to transform the received data to a certain json or xml format?
Here is my course:
1. sending... -
20 Apr 2011 4:33 AM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
Omg, thats it! =D>
-
20 Apr 2011 3:41 AM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
Hi, thanks for reply,
i still get the following error:
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR... -
19 Apr 2011 10:50 PM
Jump to post Thread: Tree is not loading by Kalle1985
- Replies
- 10
- Views
- 1,001
Hello all,
i try to work with a simple json tree. When i start the app, the error in IE8 is shown:
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0;... -
19 Apr 2011 12:42 AM
- Replies
- 0
- Views
- 330
Hello all,
i working with a treePanel, trying to load the tree with json data.
var
panel =new Ext.tree.TreePanel({ -
18 Jan 2011 7:10 AM
Jump to post Thread: Issue with two *.gwt.xml by Kalle1985
- Replies
- 2
- Views
- 1,294
Hello,
i get this error when i try to run my web app:
I have one project with two *.gwt.xml:
HzvInit.gwt.xml: -
10 Jan 2011 6:51 AM
- Replies
- 8
- Views
- 1,712
Yes, every user has his own connection. Authorization is controlled by database.
I think i will put the first project into the other...this would be the quick and dirty version. B)
Thank you -
10 Jan 2011 2:43 AM
- Replies
- 8
- Views
- 1,712
the user will do many request against a database.
So why the should be prompted every time? -
10 Jan 2011 2:21 AM
- Replies
- 8
- Views
- 1,712
Hi gishmo,
your last advice was, what i was thinking of, too.
Your second advice:
How can i store connections in a database? Is there a certain datatype for this? -
9 Jan 2011 11:27 PM
- Replies
- 8
- Views
- 1,712
Hi Sven,
sry for delayed reply.
What is so special with this session object?
How can i realize my intention?
kind regards -
30 Dec 2010 12:27 AM
- Replies
- 8
- Views
- 1,712
Hello,
i need some help,
I have two GWT-projects: "login" and "webapp".
The user has to logon to my server with his credentials. The login-project has one servlet class with several servlet... -
1 Dec 2010 6:11 AM
Jump to post Thread: Cut event available? by Kalle1985
- Replies
- 3
- Views
- 973
Hi Sven,
thank you for reply. I thought the cut event would fire a change event.
But listen to (On)change event does nothing.
Is your offer really the one and only solution? -
1 Dec 2010 5:41 AM
Jump to post Thread: Cut event available? by Kalle1985
- Replies
- 3
- Views
- 973
Hi,
is there a possibility to catch the "cut" event on a textfield?
(right-mouse-click > cut)
I need to listen to this event. How can i realize this? -
30 Nov 2010 4:40 AM
Jump to post Thread: How to check equality of row by Kalle1985
- Replies
- 3
- Views
- 585
Hi Sven,
this is right. This was also my first idea. But this approach has a side-effect:
The selectionchange event also fires when a selection was made in this grid and
the load()-method was... -
30 Nov 2010 3:41 AM
Jump to post Thread: How to check equality of row by Kalle1985
- Replies
- 3
- Views
- 585
Hello,
i want to check the equality of my selected row an the row that was selected before.
If i have selected the same row again, i won`t call a loader.
Otherwise if its another row i have... -
25 Nov 2010 8:14 AM
- Replies
- 5
- Views
- 1,336
Ok,
i forgot to add a store to the combobox, sry! -
25 Nov 2010 7:53 AM
- Replies
- 5
- Views
- 1,336
Hm...
when i add the comboBox, the window or the dialog will not be displayed!
What i`m doing wrong? -
25 Nov 2010 6:50 AM
- Replies
- 5
- Views
- 1,336
Ok, thank you for this advice!
-
25 Nov 2010 5:42 AM
- Replies
- 5
- Views
- 1,336
Hello,
i need to have a messageBox with a comboBox inside.
Available boxes are: textfield and textbox (multiline), which i won't use.
How can i realize this? -
19 Nov 2010 1:35 AM
- Replies
- 2
- Views
- 524
Hello,
when i try to hide my east-region of my LayoutContainer, i always get a NullPointerException...
borderLayout.hide(LayoutRegion.EAST);
The east-region should be hided on its... -
18 Nov 2010 11:31 PM
- Replies
- 2
- Views
- 948
Hi ctblackm,
this was exactly what i did. Thank u! -
18 Nov 2010 5:52 AM
- Replies
- 2
- Views
- 948
Hello,
i want to set the text-area of the loadMask of my table(grid). I have a very wide table with an AutoX-Scroll.
During the load-procedure the text-area of the loadMask ist not visible...
Results 1 to 25 of 64
