Re: [qooxdoo-devel] Google Gears

2007-05-30 Thread Sebastian Werner
Yes sounds great to deliver high performance offline storage which is available cross-browser. See also: http://erik.eae.net/archives/2007/05/30/19.06.10/ Sebastian Am 31.05.2007 um 06:18 schrieb Dan: > If there is one thing that lacked in current Ajax apps, it's the > capacity to run offline

[qooxdoo-devel] Google Gears

2007-05-30 Thread Dan
If there is one thing that lacked in current Ajax apps, it's the capacity to run offline. That's not much of a problem anymore with what Google just released. They gave us an extension for Firefox (plugin for IE) that gives you Javascript APIs for: * caching your app locally * storing data locally

Re: [qooxdoo-devel] Setting cursor on Atom

2007-05-30 Thread Jim Hunter
I would think that the cursor should be inherited except in the case where a child control has specifically set the cursor to something else. Does that make sense? Jim www.D4PHP.org On 5/30/07, Rüdiger Herrmann <[EMAIL PROTECTED]> wrote: Hi, in qooxdoo 0.6.5 setting the cursor property of an

[qooxdoo-devel] Setting cursor on Atom

2007-05-30 Thread Rüdiger Herrmann
Hi, in qooxdoo 0.6.5 setting the cursor property of an Atom also changed the cursor for its contained widgets (Icon and/or Label). In 0.7 this has changed. In my case, there is only a Label but this stays with its default cursor but the space not occupied by the label shows the cursor that was

Re: [qooxdoo-devel] KeyEvent and modifier keys

2007-05-30 Thread Rüdiger Herrmann
Yup, that's why. I had a look at the source of KeyEvent and - naturally - couldn't find it;) Thanks Rüdiger Sebastian Werner wrote: > With every keyboard event you get a KeyEvent object. This object has > methods like isCtrlPressed(). Just take a look at the corresponding > API (http://demo

Re: [qooxdoo-devel] KeyEvent and modifier keys

2007-05-30 Thread Sebastian Werner
With every keyboard event you get a KeyEvent object. This object has methods like isCtrlPressed(). Just take a look at the corresponding API (http://demo.qooxdoo.org/0.7-beta3/apiviewer/ #qx.event.type.KeyEvent). Hint: Enable the inheritance. These stuff is inherited from DomEvent. Sebastia

[qooxdoo-devel] KeyEvent and modifier keys

2007-05-30 Thread Rüdiger Herrmann
Hi all, this is probably a very dumb question but I just can't figure it out. How can I determine which modifier keys (e.g. ctrl, shift, alt, etc.) are held while a KeyEvent occurs. I would like to do something if only the Enter (and no Ctrl-Enter or Shift-Enter or whatever) was pressed. Thanks

Re: [qooxdoo-devel] Windows icon

2007-05-30 Thread FrozenDice
Thanks, but I'm still a little lost. How can I access a window outside of where it is defined? For example: I can't access the code that creates the widget, but I have access to a javascript event, let's see a button click. What is the code I would need to put into a function that responds to a

[qooxdoo-devel] Scrollable Layout/Panel

2007-05-30 Thread James A. Pyrich
Greetings, I want to arrange labels in a fixed arrangement on a CanvasLayout within a window. Right now, qooxdoo is causing the window to be resized to the minimum required by the labels, but that's not what I want. I want to see a scrollbar to scroll down the page if I need it. How do

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

2007-05-30 Thread FrozenDice
Great suggesetion, and if I could do that I would be really happy! But I cant... I'm using qooxdoo in delphi for php, which uses qooxoo components but sort of does it transparently for the programmer. I can enter JS qooxdoo code and it will just work. This unfortunatly means I can't access the Ma

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

2007-05-30 Thread Daniel Haferkorn
Fabian Jakobs wrote: > Hello Daniel, > If you are using qooxdoo 0.6.x you have to place a call to > qx.ui.core.Widget.flushGlobalQueues() at the end of your timeout > callback. For 0.7 this "hack" is no longer needed, even in IE ;-) Hello Fabian, thanks for the answer. Unfortunately I still can

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Daniel Haferkorn
Dietrich Streifert wrote: > Hi Daniel, > > how is your namespace structured? > > Mine is qx.visionet > > Could it be that the parameter > > --exclude-without-dependencies qx.* > > > is the problem? > Hello Dietrich, My namespace is structured qx.timeit, that was not the issue for the migr

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Daniel Haferkorn
Fabian Jakobs wrote: > Thanks for this feedback. I have fixed this issue in svn. The steps you > both did were correct and should work with the current trunk. > > Best Fabian > > - > This SF.net email is sponsored by DB2 Ex

[qooxdoo-devel] Accessor obfuscation

2007-05-30 Thread Sebastian Werner
Hi! A day of small announcements :) Another nice new feature of the current trunk and this way 0.7 was just added. It is no possible to obfuscate accessors. Together with the already available string and variable optimization this dramatically reduces the possibility to understand the code. Y

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Sebastian Werner
I think this is not the issue. Fabian has already written that it should work now if I have understood him correctly. This just means that it was an error in the framework which is fixed now. Sebastian Dietrich Streifert schrieb: > Hi Daniel, > > how is your namespace structured? > > Mine i

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Tobias Koller (GERMO GmbH)
I updated from svn but know the script says: nothing to do. Your application is up to date. But during the migration no file was changed. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs Gesendet: Mittwoch, 30. Mai 2007 17:04 An: qoox

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Dietrich Streifert
Hi Daniel, how is your namespace structured? Mine is qx.visionet Could it be that the parameter --exclude-without-dependencies qx.* is the problem? Daniel Haferkorn schrieb: Dietrich Streifert wrote: Fabian Jakobs schrieb: normally the migrated class is printed to stdout. See h

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Fabian Jakobs
Daniel Haferkorn schrieb: > Dietrich Streifert wrote: > >> Fabian Jakobs schrieb: >> >>> normally the migrated class is printed to stdout. See >>> http://qooxdoo.org/documentation/user_manual/step_for_step_migration_to_0.7#migration_of_individual_files >>> >>> >>> >> Yes I've rea

Re: [qooxdoo-devel] MigrationError from 0.6.6 to 0.7beta3

2007-05-30 Thread Fabian Jakobs
Tobias Koller (GERMO GmbH) schrieb: > And what can I do now? > :D > > Tobias > If you are working with the trunk you can do an update and try it again. There has been another issue which is fixed as well. Best Fabian -

Re: [qooxdoo-devel] Empty content in qooxdoo home page

2007-05-30 Thread Sebastian Werner
Hugh, This occours sometimes if feedburner is down. We use feedburner to integrate content from our sub-pages. Thank you for the report, but I don't think we can do anything to fix this. It looks OK for me. Please try to reload the page again. Sebastian Hugh Gibson schrieb: > Hi, > > Just

[qooxdoo-devel] Empty content in qooxdoo home page

2007-05-30 Thread Hugh Gibson
Hi, Just noticed that there is nothing under "Recent News", "Recent Blog Entries" and "Recent Development" on the http://qooxdoo.org homepage. Hugh - This SF.net email is sponsored by DB2 Express Download DB2 Express C - th

Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to 0.7

2007-05-30 Thread Daniel Haferkorn
Dietrich Streifert wrote: > Fabian Jakobs schrieb: >> normally the migrated class is printed to stdout. See >> http://qooxdoo.org/documentation/user_manual/step_for_step_migration_to_0.7#migration_of_individual_files >> >> > Yes I've read that document but the result of the migration is identic

Re: [qooxdoo-devel] MigrationError from 0.6.6 to 0.7beta3

2007-05-30 Thread Tobias Koller (GERMO GmbH)
And what can I do now? :D Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs Gesendet: Mittwoch, 30. Mai 2007 15:30 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] MigrationError from 0.6.6 to 0.7beta3 Hi Tobias, > > Hello,

Re: [qooxdoo-devel] MigrationError from 0.6.6 to 0.7beta3

2007-05-30 Thread Fabian Jakobs
Hi Tobias, > > Hello, > > > > i get the following error when I try to migrate my application from > 0.6.6 to 0.7beta3 > > > > > > $ make migration > > Traceback (most recent call last): > > File "../qooxdoo-0.7beta3/frontend/framework/tool/migrator.py", line > 597,

[qooxdoo-devel] ListView of 0.7 will be resizable

2007-05-30 Thread Sebastian Werner
Hi all! I've just spend some more time to our ListView widget. To support the new appearance system without any bad (style related) effects there was a need to refactor some parts of the row/column reflow handler. This had the side effect, that the widget is now resizable like the table, too.

Re: [qooxdoo-devel] Upload widget

2007-05-30 Thread Dietrich Streifert
Hi Nick, My version is available from the qooxdoo bugzilla: http://bugzilla.qooxdoo.org/show_bug.cgi?id=449 Please add your comments to this issue. Nick Glencross schrieb: On 28/05/07, frederic <[EMAIL PROTECTED]> wrote: Hi list, I have developed a small script to add "upload file" fea

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

2007-05-30 Thread Hugh Gibson
> > Having said that, testing in FF2 (using the option to create a > > popup with a menu, and then choosing File | Print Preview) and in > IE7 shows that the print uses the popup itself. > > I did miss that paragraph (skimmed it very quickly). Did you do your > experiment with qooxdoo (and if so

[qooxdoo-devel] MigrationError from 0.6.6 to 0.7beta3

2007-05-30 Thread Tobias Koller (GERMO GmbH)
Hello, i get the following error when I try to migrate my application from 0.6.6 to 0.7beta3 $ make migration Traceback (most recent call last): File "../qooxdoo-0.7beta3/frontend/framework/tool/migrator.py", line 597, in ? main() File "../qooxdoo-0.

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

2007-05-30 Thread Nick Glencross
On Tue, 29 May 2007 08:35 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote: > > [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? > >

Re: [qooxdoo-devel] Upload widget

2007-05-30 Thread Nick Glencross
On 28/05/07, frederic <[EMAIL PROTECTED]> wrote: > > Hi list, > I have developed a small script to add "upload file" feature with qooxdoo > 0.7beta2 > More information here : > http://frederic.fournaise.free.fr/qooxdoo-file-upload-widget.php (Sorry it's taken me a few days to respond!) I feel spo

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

2007-05-30 Thread Fabian Jakobs
Hello Daniel, > you are right, zero works also, thanks for the help. > Unfortunately I was a bit fast with my celebrations, while it is working > excellent in Firefox, it only works in IE(6) if I move the mouse > immediately after executing the event. If I don't move the mouse > directly after t

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

2007-05-30 Thread Dietrich Streifert
Yep! That solved the problem! Thank you Sebastian. I needed this for my file upload widget implementation. If you or someone else of the core wizards have some time you may have a look at the upload widget: http://bugzilla.qooxdoo.org/show_bug.cgi?id=449 It would be nice to have this in tru

[qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-05-30 Thread Dietrich Streifert
Hello List, While having some time I ported my upload widget to 0.7beta3. 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 implementation and get some feedback. I used the

[qooxdoo-devel] 0.6.6: Error in Table widget during locale change

2007-05-30 Thread Daniel Haferkorn
Hello, I've had this problem for a while but it just moved upwards on the priority list. In my application I use a table widget. Whenever the locale get changed and all the labels get updated with the new text in the other language, Firebug shows 15 errors. This is one of the errors: 105938 ER

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

2007-05-30 Thread Daniel Haferkorn
Hello Sebastian, you are right, zero works also, thanks for the help. Unfortunately I was a bit fast with my celebrations, while it is working excellent in Firefox, it only works in IE(6) if I move the mouse immediately after executing the event. If I don't move the mouse directly after the eve

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Sebastian Werner
I've improved the debug tests in this case, too. Such typos are now handled with an exception. Much better :) Sebastian Florian Probst schrieb: > Hi Alex, > > thanks a lot... how stupid :) > works now > > Florian > > Alex Back schrieb: >> Hi Florian, >> >> Florian Probst wrote: >>> meta-the

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
Hi Alex, thanks a lot... how stupid :) works now Florian Alex Back schrieb: > Hi Florian, > > Florian Probst wrote: >> meta-theme: >> >> qx.Theme.define("de.cas.qx.ui.ribbon.theme.Office", >> { >>extend: qx.theme.Ext, >>title : "Ribbon Office", >> >>meta : { >>

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

2007-05-30 Thread Sascha Haeberling
Hello Fabian! Thank you so much for pointing this out! I just found this info, too. I didn't find it before because I was only looking for JavaScript reserved words and not for keywords reserved by browsers. My mistake! -- Sascha On 5/30/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: Hello Sasc

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

2007-05-30 Thread Fabian Jakobs
Hello Sascha, > 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 fai

Re: [qooxdoo-devel] Force update in IE7?

2007-05-30 Thread Fabian Jakobs
Bruce Bockius schrieb: > > 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.

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Alex Back
Hi Florian, Florian Probst wrote: > meta-theme: > > qx.Theme.define("de.cas.qx.ui.ribbon.theme.Office", > { >extend : qx.theme.Ext, >title : "Ribbon Office", > >meta : { > color : de.cas.qx.ui.ribbon.theme.color.Blue, > border : de.

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
Hi, meta-theme: qx.Theme.define("de.cas.qx.ui.ribbon.theme.Office", { extend : qx.theme.Ext, title: "Ribbon Office", meta : { color : de.cas.qx.ui.ribbon.theme.color.Blue, border : de.cas.qx.ui.ribbon.theme.Border, font

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

2007-05-30 Thread Sebastian Werner
Daniel, The timeout is not important in my opinion. Zero should work correctly, too. The important thing is just to start the intensive process separately with the mentioned timeout. Sebastian Daniel Haferkorn schrieb: > Hello Sebastian, > > thanks for the reply. > I sent another mail yester

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

2007-05-30 Thread Daniel Haferkorn
Hello Sebastian, thanks for the reply. I sent another mail yesterday evening but it seems that it got lost somehow. Anyway, I tried to do what you suggested and came up with the following code: someButton.addEventListener( "execute", function intenseEvent(e) { blockPlane.set({ width:3000

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Alex Back
Hi Florian, Florian Probst wrote: > Hello, it's me again, sorry :) > > But I found another strange thing: > > using extend in meta-theme and all seperate themes does not throw an > exception but: my own appearances are MISSING. > > Currently I'm using this line in my makefile: > > APPLICATION_THEM

Re: [qooxdoo-devel] Windows icon

2007-05-30 Thread Alex Back
Hi Dan, FrozenDice wrote: > 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

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
Hello, it's me again, sorry :) But I found another strange thing: using extend in meta-theme and all seperate themes does not throw an exception but: my own appearances are MISSING. Currently I'm using this line in my makefile: APPLICATION_THEME = de.cas.qx.ui.ribbon.theme.Office My own appea

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

2007-05-30 Thread Sascha Haeberling
Hi Sebastian, thank you for your very fast reply, as always! I just tried it again myself, this time on a windows system. I used quickstart version 0.7-beta-1 and Firefox 2 for this test. The behavior makes no sense to me and is either a feature I haven't read about or some side effect: As soon

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
ah, that makes sense :) Hmm, I tried removing the extend within my meta theme, but now the extend of my other themes does not work anymore? strange... only when I use extend in my meta-theme it works. nah... I'm happy that it works somehow... so Thanks alot Florian Sebastian Werner schrieb

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Sebastian Werner
Because the meta theme only extends the other meta theme and has no influence on the separate themes which I think would be bad anyway. The extend on the meta theme is not needed if your metatheme has definitions for all the themes needed (if you add a icon theme this would be the case for you,

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
Hi Sebastian, thank you for that fast answer. That worked! But why do I need to extend the seperate themes when I told my meta-theme to extend? Florian Sebastian Werner schrieb: > Florian, > > please double-check that all your separate themes extend from their Ext > companions, too. > > The p

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Sebastian Werner
Florian, please double-check that all your separate themes extend from their Ext companions, too. The problem is that the border "general" is not defined in your case. The system then reports that this value is invalid which is completely correct. Sebastian Florian Probst schrieb: > Hi, >

[qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Florian Probst
Hi, I've got a little problem with my themes: I would like to extend my own theme with "Ext" for example. I am using a meta theme containing appearance, font, etc. First I tried it this way: qx.Theme.define("de.cas.qx.ui.ribbon.theme.Appearance", { title : "Ribbon Office", extend

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

2007-05-30 Thread Sebastian Werner
This seems to occour when the body of the document loaded is completely empty. I've tuned the code a bit to handle this better and not to throw a JS exception. Please test it again with revision 8275. Other than that it seems to look good. I also think that this code have not been changed men

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

2007-05-30 Thread Sebastian Werner
Hi Sascha, I've just tested this in the Firebug console: qx.Class.define("java.foo.Bar", {}); alert(java.foo.Bar) and it seems to work well for me. Sebastian Sascha Haeberling schrieb: > Hello! > > I am currently working on the integration of qooxdoo into the XML11 > project, as I m

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

2007-05-30 Thread Sebastian Werner
You can also use the Makefile variable APPLICATION_THEME. This is the best choice to define the initial theme to use. The managers should only be used to switch themes at runtime. Yes, You should be able to put the manager calls to the main method of your application for example. Sebastian Fr

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-30 Thread Sebastian Werner
Done. Revision 8274/trunk. Sebastian Sebastian Werner schrieb: > 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

Re: [qooxdoo-devel] Force update in IE7?

2007-05-30 Thread Sebastian Werner
Bruce, Have you tried the same in Firefox? If not, can you do so and report the results. Thanks. Sebastian Bruce Bockius schrieb: > 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.Popu

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

2007-05-30 Thread Sebastian Werner
Hi Dietrich, that seems was the missing hint. Finally, with the additional implementation of both _changeInnerWidth and _changeInnerHeight it works well for me. Please check if r8273 works for you, too. So this seems to be no issue of the layouter but my temporary misunderstanding of the syste