Re: [qooxdoo-devel] Tabular Data

2007-05-29 Thread James A. Pyrich
Hi! I've decided I will layout labels/atoms in a tabular/report format. Is there anything like a report writer for qooxdoo in the works? James James A. Pyrich wrote: > Greetings all, > >I have an application which returns a XML report in tabular form that > is processed by a stylesheet i

[qooxdoo-devel] clipboard

2007-05-29 Thread Jim Hunter
Is there an easy way to dump the contents of a qx.ui.embed.HtmlEmbed (I am using this for the Logger) to the clipboard? I am trying to add a button to a custom Log window to allow the user to dump the log to the clipboard. I know I could create a TEXTAREA on the fly, move the contents into it, the

[qooxdoo-devel] (qx0.7 beta3) Re: Request as POST ?

2007-05-29 Thread frederic
Hi, With qx0.7 beta3, I encounter a problem using : var req=qx.io.remote.Request(url, qx.net.Http.METHOD_POST, qx.util.Mime.JSON); req.setFormField('MY_DATA', 'my_value'); req.send(); firebug trace -- vBody.firstChild.tagName has no properties getIframeTextContent()IframeTransport.j...

[qooxdoo-devel] Having "java" as package name fails

2007-05-29 Thread Sascha Haeberling
Hello! I am currently working on the integration of qooxdoo into the XML11 project, as I mentioned some time ago. A part of what we do is translating Java classes to javascript. But I am running into the problem, that whenever I have a package called "java", qooxdoo fails. Is this maybe a reserved

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread FrozenDice
Maybe I'm not understanding this right. I just put this "qx.theme.manager.Meta.getInstance().setTheme(qx.theme.WindowsLunaBlue);" in something that gets executed onload, and it changes the theme? On 5/29/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > since beta2 this must be: > > qx.theme.ma

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Sebastian Werner
since beta2 this must be: qx.theme.manager.Meta.getInstance().setTheme(qx.theme.WindowsLunaBlue); Hope this helps. Sebastian Am 29.05.2007 um 23:53 schrieb FrozenDice: > Thanks, but I tried putting this in and it didn't work. > > qx.manager.object.ThemeManager.getInstance().setTheme > (qx.t

[qooxdoo-devel] Windows icon

2007-05-29 Thread FrozenDice
I'm trying to change the icon of of the Window widget by clicking a button. Say the user clicks Button1 the icon would change to a closed padlock, if they clicked Button1 again it would change to an open padlock. I know that I can set the property when I make it, I just can't figure how to access

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread FrozenDice
Thanks, but I tried putting this in and it didn't work. qx.manager.object.ThemeManager.getInstance().setTheme(qx.theme.WindowsLunaBlue); Am I doing it wrong? - Dan On 5/29/07, Juan carlos Rodriguez <[EMAIL PROTECTED]> wrote: > > try this: > > qx.manager.object.ThemeManager.getInstance().setThem

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Juan carlos Rodriguez
try this: qx.manager.object.ThemeManager.getInstance().setTheme(qx.theme.Ext); - Mensaje original De: FrozenDice <[EMAIL PROTECTED]> Para: qooxdoo Development Enviado: martes, 29 de mayo, 2007 16:02:54 Asunto: [qooxdoo-devel] How do I set a theme? So I've been looking around the docume

[qooxdoo-devel] How do I set a theme?

2007-05-29 Thread FrozenDice
So I've been looking around the documentation for a little while and haven't figured out how to set any one certain theme. In the example http://demo.qooxdoo.org/current/sample/html/example/ToolBar_2.html the user can click to change the theme, but is there any way I can specify the theme and not

Re: [qooxdoo-devel] How can I get a toggle button in menubar

2007-05-29 Thread FrozenDice
Wow, don't know how I missed that, thanks! - Dan On 5/29/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Have a look at toolbar/Checkbox. I think this is what you are looking > for. > > Sebastian > > > > Am 29.05.2007 um 21:49 schrieb FrozenDice: > > > I would like to have a button in the menub

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Sebastian Werner
Opps yes. Thank you. Seems that we need to migrate the skeleton and quickstart manually. Added it to my TODO for tomorrow. This is exactly the feedback we need now. Sebastian Am 29.05.2007 um 22:38 schrieb Leander Hanwald: > Hi > > Thx, then I will change this. I was confused because I use

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Leander Hanwald
Hi Thx, then I will change this. I was confused because I used the skeleton that is part of beta3, I thought that this must work ;) Sebastian Werner wrote: > You need to update your skeleton or run a migration with your > application. > > qx.manager does not exist anymore. Please see the mail

Re: [qooxdoo-devel] How can I get a toggle button in menubar

2007-05-29 Thread Sebastian Werner
Have a look at toolbar/Checkbox. I think this is what you are looking for. Sebastian Am 29.05.2007 um 21:49 schrieb FrozenDice: > I would like to have a button in the menubar that toggles. First off > is there a way to do this? There was no api documentation for menubar > so I don't know.

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Sebastian Werner
You need to update your skeleton or run a migration with your application. qx.manager does not exist anymore. Please see the mail from Christian, too. Sebastian Am 29.05.2007 um 21:34 schrieb Leander Hanwald: > Hi > > I tried to download this version, but the svn version doesn't > worke

[qooxdoo-devel] How can I get a toggle button in menubar

2007-05-29 Thread FrozenDice
I would like to have a button in the menubar that toggles. First off is there a way to do this? There was no api documentation for menubar so I don't know. I suppose that I could have a function where it detects it's state then does the appropriate action from there. Also is there any way to ch

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Leander Hanwald
Hi I tried to download this version, but the svn version doesn't worked for me (I think I missed something, but what? :) ) I followed the description in the wiki (.../user_manual/checking_out_from_svn and ../user_manual/generating_from_source). After downloading and building qooxdoo, changing the

[qooxdoo-devel] Force update in IE7?

2007-05-29 Thread Bruce Bockius
Hello, I'm trying to display a "processing" message to the user at the beginning of long-running section of code. I have a "qx.ui.popup.PopupAtom" item in the document. I call .show() on the PopupAtom at the beginning of my process, and ".hide()" at the end. I also call qx.ui.core.Widget.

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Dietrich Streifert
Sebastian Werner schrieb: > Looks like you have put your method inside the class declaration and not > inside the members map :) > > Sebastian > Yep. That was my fault grrr. But I found a way to track width changes by implementing the _changeInnerWidth applyer/modifier: _changeInnerWid

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Sebastian Werner
Looks like you have put your method inside the class declaration and not inside the members map :) Sebastian Dietrich Streifert schrieb: > On my way trying to get the path where the innerWidth of a widget is > changed I'm trying to find the implementation of _recomputeInnerWidth. > > I tried

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Dietrich Streifert
Sebastian Werner schrieb: BTW: Because of the current layout handling this bug should only affect Gecko based browsers. All others emulate the left/right stretching if I remember correctly. Sebastian Nope, the same problem is present in IE7. Sebastian Werner schrieb: Hi Dietrich,

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Sebastian Werner
BTW: Because of the current layout handling this bug should only affect Gecko based browsers. All others emulate the left/right stretching if I remember correctly. Sebastian Sebastian Werner schrieb: > Hi Dietrich, > > this is definitely a bug. (I remember that Rüdiger or Ralf have reported

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Sebastian Werner
Hi Dietrich, this is definitely a bug. (I remember that Rüdiger or Ralf have reported something comparable some time ago, too.) After some investigation the result is that this is a layout bug. After some time we have found again a bug. Yeah. The bad news is that this isn't fixable in this ver

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread Dietrich Streifert
Hi Frederic, Here some reasons why I created three classes for file upload: 1) The UploadForm widget is able to hold more then one files which then can be uploaded in one step. You can have multiple UploadFile widgets within UploadForm and one button which calls the UploadForm send method. 2)

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread frederic
Hi Dietrich, I use Nabble to read the mailinglist, could you please attach file in Nabble : http://www.nabble.com/qooxdoo-f3821.html Your widget is very nice and was already integrated in my personal projects using qx 0.6.x. IMHO your code is a bit complex, 3 files to handle upload is not necessa

Re: [qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Dietrich Streifert
On my way trying to get the path where the innerWidth of a widget is changed I'm trying to find the implementation of _recomputeInnerWidth. I tried to hook into recomputeInnerWidth through overwriting this method. While trying this I get the followin error: The configuration key "_recomputeInne

[qooxdoo-devel] Automatic resize of TextField within CanvasLayout in qx 0.7

2007-05-29 Thread Dietrich Streifert
Hello List, I have a CanvasLayout which has the following properties set: myCanvasLayout.set({left:20, right:20}); CanvasLayout contains a TextField as a child which has the following properties set: myTextField({left:0, right:49}); When myCanvasLayout gets resized (eg. by resizing the parent

Re: [qooxdoo-devel] Global Wait cursor - Problem with UI changes during events

2007-05-29 Thread Sebastian Werner
Daniel, this is a browser issue. You cannot update a style and running a CPU intensive method after it. The result is that the browser will update the display after the execution of this method. A common workaround is to execute the (processor intensive) method in a timeout e.g. qx.client.Time

Re: [qooxdoo-devel] Broken hashcode at [EMAIL PROTECTED]

2007-05-29 Thread kanugula
Sorry for late reply. I am not going away from my qooxdoo implementation. Currently busy with some other project. I don't think I am passing 'this' in the event. I will try that and post back the result. Thank you,. Venkata Kanugula. Fabian Jakobs-2 wrote: > > kanugula schrieb: >> Hello, >>

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread Dietrich Streifert
Hello List, While having some time I ported my upload widget to 0.7beta3. It works apart from some visual issues. I also created a test perl cgi upload script which can be used to test the implementation via a test html page. I'd like to give the files to someone willing to test the impleme

[qooxdoo-devel] Global Wait cursor - Problem with UI changes during events

2007-05-29 Thread Daniel Haferkorn
Hello, In my application I have a few events that could take some time to be executed. during that time the user should not be allowed to click on any widgets and receive a visual feedback. For this I planned to place a transparent LayoutManager in front of every other object: blockPlane = new q

[qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Sebastian Werner
Hi All! Just for your testing needs: Some minutes ago I've tagged 0.7-beta3 in SVN. As for the beta2 there will not be any archives and builds. This release should fix a lot of issues in beta2. All users of beta2 should immediately update to beta3. All feedback and bug reports are highly appre

Re: [qooxdoo-devel] Bug-Report: Upgrading from 0.7-alpha2 to 0.7-beta2

2007-05-29 Thread Sebastian Werner
Florian, You should define settings outside your classes e.g. use qxsettigs = { "qx.iconTheme" : "foo.bar.Baz" }; and then load the generated script files afterwards. This is the preferred way. If you use the Makefile based build system you can use the variables which are available there e.

[qooxdoo-devel] Bug-Report: Upgrading from 0.7-alpha2 to 0.7-beta2

2007-05-29 Thread Florian Probst
Hi, while upgrading my project to 0.7-beta2 (from 0.7-alpha2) I experienced some problems with the generated scriptfile (using "make"). The order of included scripts is incorrect. My application.js (setting my qxSettings) should be included before any themes (in my case Icon-Theme), because it

[qooxdoo-devel] 0.7-beta2: icon theme - and what's the use of it?

2007-05-29 Thread Florian Probst
Hi, I'm trying to get familiar with your new theme-stuff, but I still do not know what the use of the icon-theme ? Indeed I am able to set an iconUri, but instead I can also use the qxSetting "resourceUri". What's the advantage of an icon-theme? Is it possible to set more than one iconUri?

[qooxdoo-devel] Further table issues

2007-05-29 Thread Sebastian Werner
Hi! There seems to be some issues with the Table in beta2/trunk. Would be great if someone can have a look (Til, Derrell, ...?) * The edit field seems to be transparent (tested in gecko, see the attached screenshot) * After hiding and reshowing a column the table model don't correctly handle

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread Dietrich Streifert
In order to avoid double work I'll wait until Frederic has done it's work. Sebastian Werner schrieb: That's great. Maybe you can really polish it even more and continue your work. The items on your enhancements list would be great if implemented. Sebastian frederic schrieb: Hi list, I

Re: [qooxdoo-devel] Upload widget

2007-05-29 Thread Sebastian Werner
That's great. Maybe you can really polish it even more and continue your work. The items on your enhancements list would be great if implemented. Sebastian frederic schrieb: > Hi list, > I have developed a small script to add "upload file" feature with qooxdoo > 0.7beta2 > More information her

Re: [qooxdoo-devel] Makefile variable APPLICATION_ADDITIONAL_CLASS_PATH

2007-05-29 Thread Christian Boulanger
Danke! c. > Christian Boulanger schrieb: >> Hello, >> >> can APPLICATION_ADDITIONAL_CLASS_PATH take a list of class paths or >> just one? > > It accepts a list of class paths. The previously needed (in qx 0.6.x) > "--class-path" is not needed anymore. Something like: > > APPLICATION_ADDITIONAL_CL

Re: [qooxdoo-devel] Adding child widget in IE fails

2007-05-29 Thread Sebastian Werner
Hi Rüdiger, interesting. But please try to help us even more. Try to create a small qooxdoo test which shows the error in IE (preferable would be a file for application/sample/source/html/test). It would be interesting which actions should execute the mentioned code. Cheers, Sebastian Rüdi

Re: [qooxdoo-devel] Massive reorganization of trunk ... help!

2007-05-29 Thread Christian Boulanger
Sorry, I was a bit frustrated when my code got broken with this reorganization. I figured out the problem at hand and will resolve the remaining issues with your patch! Thanks! C. > Christian Boulanger schrieb: >> Hi, >> >> the recent enormous reorganization of the trunk gives me a headache >>

Re: [qooxdoo-devel] Makefile variable APPLICATION_ADDITIONAL_CLASS_PATH

2007-05-29 Thread Sebastian Werner
Christian Boulanger schrieb: > Hello, > > can APPLICATION_ADDITIONAL_CLASS_PATH take a list of class paths or > just one? It accepts a list of class paths. The previously needed (in qx 0.6.x) "--class-path" is not needed anymore. Something like: APPLICATION_ADDITIONAL_CLASS_PATH = /lib1/sourc

Re: [qooxdoo-devel] Massive reorganization of trunk ... help!

2007-05-29 Thread Sebastian Werner
Christian Boulanger schrieb: Hi, the recent enormous reorganization of the trunk gives me a headache what happened to qx.manager ?? The classes were reorganized a bit. You can have a look at the migration data. I've attached the interesting file. You should be able to migrate you projec

Re: [qooxdoo-devel] Calling Superclass Methods in 0.7

2007-05-29 Thread Sebastian Werner
Sascha Haeberling schrieb: > Hi, > > I am currently experimenting with the new OO-API in 0.7 beta 1. It feels > great so far and it looks nice and clean. Nice to hear. Positive feedback is useful, too. > But what I am wondering is: Is there a way to call a superclass' method > named different

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Tobias Koller (GERMO GmbH)
Good to know ;) I will use this variable inside my make-file. Thanks Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian Werner Gesendet: Dienstag, 29. Mai 2007 10:08 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] How do I set

Re: [qooxdoo-devel] again: label / text confusion

2007-05-29 Thread Sebastian Werner
Hi Christian, I think currently, with only a few days to 0.7, this is not doable anymore. I think the best would be to wait for the following releases. The API is not perfect in other areas, too. The real major overhaul of these issues is planned for the 0.8 release cycle. I think it's good to

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Sebastian Werner
To modify the application.mk is really bad style. You can just add this variable to the application Makefile. The local definition inside the Makrfile has a higher priority than the defaults defined in application.mk. Sebastian Tobias Koller (GERMO GmbH) schrieb: > You can also configure the f

Re: [qooxdoo-devel] qooxdoo 0.7 beta2

2007-05-29 Thread Sebastian Werner
Hugh Gibson schrieb: >> BTW: The demo section on our homepage was updated, too. Just have a >> look: http://qooxdoo.org/demo#beta2 > > The TestRunner link takes you back to the demo page. OK, thanks. I've fixed the Makefiles. The testrunner is now available, too. Sebastian > >> Hope you like

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Alex Back
Hello Daniel, hello James, James A. Pyrich wrote: > Daniel, > > Put this line in your Application's initialize() function: > > qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme( > new theme.you.want.Theme); Just one little correction at this point. You should not use the "n

Re: [qooxdoo-devel] qooxdoo 0.7 beta2

2007-05-29 Thread Hugh Gibson
> BTW: The demo section on our homepage was updated, too. Just have a > look: http://qooxdoo.org/demo#beta2 The TestRunner link takes you back to the demo page. > Hope you like it. Now is a good time to report bugs and test out the > features. Thank you for all your support. Just a reminder ab

Re: [qooxdoo-devel] Printing a form where not all the sections are visible

2007-05-29 Thread Hugh Gibson
> [The more I > think about it, the more certain that it's possible. Especially after > reading http://www.quirksmode.org/js/popup.html#writing]. Interesting. However, did you read this bit from that page? I noticed this problem because a colleague of mine wanted to use this sort of script

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-29 Thread Tobias Koller (GERMO GmbH)
Sorry! I answered the wrong email!! This is the right one:D --- I think a good way to store custom data in a TreeVirtual is to use: setUserData(myNodeDisplayName, myCustomNodeObj). //myCustomNodeObj is a self made class which stores the custom data for the node. If all nodes have a unique labe

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Tobias Koller (GERMO GmbH)
I think a good way to store custom data in a TreeVirtual is to use: setUserData(myNodeDisplayName, myCustomNodeObj). //myCustomNodeObj is a self made class which stores the custom data for the node. If all nodes have a unique labeltext, this would be enough. You can use -- vTree.addEve