Re: [qooxdoo-devel] Eventsystem Quirks?

2006-03-29 Thread Patrick W. Fraley
visible and you only load new data you have to code the second idea Patrick W. Fraley wrote: Hi Ulrich, thanks that is exactly the event I needed to display my status window. Now which event is fired when the tabPane has been dsiplayed, so I can hide the status window again? patrick Ulri

Re: [qooxdoo-devel] Eventsystem Quirks?

2006-03-29 Thread Patrick W. Fraley
Thanks that did it :) Dietrich Streifert schrieb: Hi, try this: http://qooxdoo.oss.schlund.de/snippets/forcing-an-update Patrick W. Fraley schrieb: Ok Seems like the picture got stripped. So here again this time as an attachement ;) Patrick W. Fraley schrieb: Hi All, I have

Re: [qooxdoo-devel] Eventsystem Quirks?

2006-03-29 Thread Patrick W. Fraley
getManager().addEventListener ("changeSelected", function (e) { }) inside the eventhandler you can call "e.getData()" to get the QxTabViewButton which was clicked. Patrick W. Fraley wrote: Ok Seems like the picture got stripped. So here again this time as an attachement ;) P

Re: [qooxdoo-devel] Eventsystem Quirks?

2006-03-29 Thread Patrick W. Fraley
Ok Seems like the picture got stripped. So here again this time as an attachement ;) Patrick W. Fraley schrieb: Hi All, I have created a small application which consists of a window ( see attached pic ). On the left of the window one can select a market, which will then display on the

[qooxdoo-devel] Eventsystem Quirks?

2006-03-29 Thread Patrick W. Fraley
tabPanes can take up to 5 seconds and during that time I would like to display a small status window to tell the user to be patient? Is that possible? Tia Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer

Re: [qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Patrick W. Fraley
icrosoft Windows(TM). We will move from these to a new scheme sometimes and add some more definitions for currently missing things. I couldn't say currently when we would have time to invest more time into this. Sebastian Patrick W. Fraley schrieb: Hi All, well I am finally at a poi

[qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Patrick W. Fraley
ew, I would like to change the orange bar of the active tab and the background blue of the non active tabs. How do I do that? Thanks Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-2

Re: [qooxdoo-devel] QxIframe and Events

2006-03-24 Thread Patrick W. Fraley
___ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503

[qooxdoo-devel] QxIframe and Events

2006-03-22 Thread Patrick W. Fraley
an event be better, since I would not have to start a timer and check periodically if the frame is done loading. Thanks Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax

[qooxdoo-devel] QxTimer Question

2006-03-22 Thread Patrick W. Fraley
Hi, I would like to know if there are any examples using the QxTimer? I have not seen any in the demo section. Thanx Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax

Re: [qooxdoo-devel] Qooxdoo with Python Web Server

2006-03-21 Thread Patrick W. Fraley
et https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- *********** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503 / 7033-13 E-Mail

Re: [qooxdoo-devel] List Items

2006-03-20 Thread Patrick W. Fraley
a e.getData()[0].getValue() instead. Sebastian Patrick W. Fraley schrieb: Hi Sebastian, here are some codesnipets that I use to create the listitems: var lMarktWahl= new QxList( null, lcMarktWahl ); lMarktWahl.getManager().setMultiSelection(false); lMarktWahl.getManager

Re: [qooxdoo-devel] List Items

2006-03-20 Thread Patrick W. Fraley
rktAuswahl[i].icons[0], arrMarktAuswahl[i].value ); lMarktWahl.add( li ); } Hope this is enough. If you need more, I will put the static html page on one of our servers and send you the url. Thanx for your help :) Patrick Sebastian Werner schrieb: Patrick W. Fraley schrieb: Well the classbr

Re: [qooxdoo-devel] List Items

2006-03-20 Thread Patrick W. Fraley
value". Sebastian Patrick W. Fraley schrieb: Hi List, I have a QxList which contains QxListItems. Now to the list I added an eventmanager: list1.getManager().addEventListener("changeSelection", function(e) { alert(e.getData()); b1MarktWahl.setEnabled( true ); }); Now the

[qooxdoo-devel] List Items

2006-03-20 Thread Patrick W. Fraley
eturned by e.getData() not realy a QxListItem? Thanx Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503 / 7033-13 E-Mail: [EMAIL PROTECTED] Internet: www.com

[qooxdoo-devel] ListView and Complex Layouts Parents

2006-03-20 Thread Patrick W. Fraley
-- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503 / 7033-13 E-Mail: [EMAIL PROTECTED] Internet: www.comsulting.de

Re: [qooxdoo-devel] Changing a Menu

2006-03-17 Thread Patrick W. Fraley
with the forEachChild method I get an object but it seems to just be a number? Maybe someone can let me know how this works :) Thanks Patrick Patrick W. Fraley schrieb: Hi all, I have a toolbar, which contains two menus ( m1 and m2 ). Now the contents of m2 are depentend on the selection

[qooxdoo-devel] Changing a Menu

2006-03-17 Thread Patrick W. Fraley
even come close to what I have to do with qooxdoo ;) So please be patient :) Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503 / 7033-13 E-Mail: [EMAIL PROTECTED] Internet

Re: [qooxdoo-devel] Re: AJAX or Loading JavaScript to create Interface Components after PageLoad

2006-03-17 Thread Patrick W. Fraley
Hi thanks this was exactly what I was looking for. Do you know of any security issues that could resort out of this? Patrick VoidMain schrieb: Patrick W. Fraley comsulting.de> writes: ... Now is this possible? I would not like to include all code and js for each modules view

[qooxdoo-devel] AJAX or Loading JavaScript to create Interface Components after PageLoad

2006-03-16 Thread Patrick W. Fraley
quot;outputarea". Now is this possible? I would not like to include all code and js for each modules view in the main page, since this would make it very huge and very slow. Thanks Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oev

Re: AW: [qooxdoo-devel] Weird Message

2006-03-15 Thread Patrick W. Fraley
have a lot of objects this might be the problem if you leave the page. This happens before the new page is loaded! Maybe Sebastion has some hints how this can be handled. Patrick W. Fraley schrieb: Hi Oliver, well the odd thing is I am not starting any scripts. I can recreate the problem

Re: AW: [qooxdoo-devel] Weird Message

2006-03-15 Thread Patrick W. Fraley
et darf sie behalten" -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Patrick W. Fraley Gesendet: Mittwoch, 15. März 2006 11:16 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Weird Message Hi List, I have a weird problem with Jav

[qooxdoo-devel] Weird Message

2006-03-15 Thread Patrick W. Fraley
ke the toolbar out of the page all works fine. So it seems when the Page "unloads" that there is a script started by qooxdoo, which does take up a lot of processing time. How can I get around this problem? tia Patrick -- *** COMsulting

Re: [qooxdoo-devel] Commands and Events

2006-03-14 Thread Patrick W. Fraley
tton( curItem.name, curItem.icons[0], curItem.cmd, null ); mi.setUserData ("url", curItem.url) and in your event-listener curItem.cmd.addEventListener(curItem.event, function(e) { document.location = e.getTarget().getuserData("url"); }); hope this is correct, nothing te

[qooxdoo-devel] Commands and Events

2006-03-14 Thread Patrick W. Fraley
u function. The problem is that all Url's point to the url of the last item. So it seems the last commandefinition overwrites all the other commands. What am I here not getting? It must be something obvious like namespace problems or something like that, but since I am pretty n

[qooxdoo-devel] 2 Final Questions :)

2006-03-10 Thread Patrick W. Fraley
gets cut of at the buttom of the browser (makes sense ;). Is it possible to have the menu be scrollable, or pop open a second column, kind of like Windows does? Thanks Patrick -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669

Re: [qooxdoo-devel] RadioManager Event's

2006-03-10 Thread Patrick W. Fraley
Event()": Could not dispatch event of type "changeSelected": e.getData().getValue is not a function That's because getData returns the toolbarradiobutton. This button has no property "value". Hope this helps. Sebastian Patrick W. Fraley schrieb: Hi List, I ha

[qooxdoo-devel] RadioManager Event's

2006-03-10 Thread Patrick W. Fraley
tbPartAuswahl.add(mnuMarktAuswahlBtn, mnuMarkenAuswahlBtn); tbPartAuswertung.add(marktAuswertung, markenAuswertung); objToolBar.add(tbPartAuswahl, tbPartAuswertung); toolBarContainer.add(objToolBar);

Re: [qooxdoo-devel] Objects in HTML Pages

2006-03-09 Thread Patrick W. Fraley
Patrick W. Fraley schrieb: Sebastian Werner schrieb: Patrick W. Fraley schrieb: Ok now the QxInline Object solved my Problem when placing the toolbar. Now I do have another Problem. In my page I do have some Flash included. The toolbar sits obove the Flash and when I open a Menu in the tool

Re: [qooxdoo-devel] Objects in HTML Pages

2006-03-09 Thread Patrick W. Fraley
Sebastian Werner schrieb: Patrick W. Fraley schrieb: Ok now the QxInline Object solved my Problem when placing the toolbar. Now I do have another Problem. In my page I do have some Flash included. The toolbar sits obove the Flash and when I open a Menu in the toolbat, it is covered by

Re: [qooxdoo-devel] Objects in HTML Pages

2006-03-09 Thread Patrick W. Fraley
. I tried putting a z-index into the div containing the flash object, as well as in the object itself, but nothing worked. How can I get the Menu's from the toolbar to display on top of the flash object? Tia Patrick Patrick W. Fraley schrieb: Thanks that solved my problem :) Sebastian W

Re: [qooxdoo-devel] Objects in HTML Pages

2006-03-09 Thread Patrick W. Fraley
Thanks that solved my problem :) Sebastian Werner schrieb: Patrick W. Fraley schrieb: Hi List, I am pretty new to qooxdoo. This sure is an impressive piece of Software. Thanks. Now I read all tha manuals and the FAQ and in the FAQ there is a question about mixing HTML with Qooxdoo

[qooxdoo-devel] Objects in HTML Pages

2006-03-09 Thread Patrick W. Fraley
ither. Maybe someone can point me in the right direction? TIA Patrick W. Fraley -- *** COMsulting Gerhard Faehling GmbH Patrick W. Fraley Oeverdieker Weg 6 23669 Timmendorfer Strand Tel: 04503 / 7033-25 Fax: 04503 / 7033-13 E-Mail: [EMAIL PROTECTED] Int