Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Leander Hanwald
A documented API like the one of PHP would be very nice. I often found helpfull examples there, and added my own comments to it. It's one of the best parts of php ;) But I also think that this is a little bit more complex in qooxdoo sinde it doesn't have single powerfull functions but a very hug

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Leander Hanwald
Hi I also thing that the tabview scrolling is not perfect this way. A dropdown list as option would be good, but also the scrolling itself is not perfect. A click on the buttons should directly jump to the selected Some month ago I wrote a test-app for myself about this, the source version can

Re: [qooxdoo-devel] Creating own qooxdoo widgets

2008-05-21 Thread Leander Hanwald
Hi Dmitry, that's quite simpel. A widget is nothing else than a normal class that need to extend a base class for GUI widgets. In Qooxdoo 0.7 you can often build new widgets that are based on older widgets. For example, your color filled shape would nothing less that an extended temirnator, or

Re: [qooxdoo-devel] Builder GUI

2008-05-05 Thread Leander Hanwald
Hi Christian , a quick feedback about a small test I made yesterday: It fails to start unter Ubunut 8.04 with python 2.5 I will send the error message to the lost when I'm back at home. Greetings, Leander panyasan schrieb: > Hi, for those you don't want to wait for version 0.8's GUI for the bu

Re: [qooxdoo-devel] Setting a Unix environment, the easy way

2008-05-04 Thread Leander Hanwald
Seriously, how could you use linux for webdevelopment without virtualisation for a "normal" market? As long as 60-80% of the users (based on the market) used an internet explorer, there is no way around testing your pages/apps with that browser. And as sooner as better (I made the mistake of te

Re: [qooxdoo-devel] PyQooxCard - was Poor Man's Qooxdoo GUI Builder

2008-05-03 Thread Leander Hanwald
Hi John, you can easily create widgets on the fly, thats without qxtransform the normal way of building a qooxdoo gui. You can see demos how to do this here: http://demo.qooxdoo.org/current/demobrowser/ (any of the demos should be ok for this ) Greetings, Leander [EMAIL PROTECTED] schrieb: >

Re: [qooxdoo-devel] auto height of label with wrap='true'

2008-05-02 Thread Leander Hanwald
Hi, this is not possible with qooxdoo 0.7 without some (not so good working) tricks. These tricks can be found in the mailing list archive (sorry, have no link here, I use google for that :) ) But as far as I remember will qooxdoo 0.8 supports this. Greetings, Leander Siarhei Barysiuk schri

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-27 Thread Leander Hanwald
Hi John, how is your transformer written? Is it JS based or pythonbased? How does it work in the pythoncard -> qxtransformer workflow? Is it standalone or integrated into qooxdoo or pythoncard? I have never used pythoncard, so I don't know who this could work in detail :) Greetings, Leander

Re: [qooxdoo-devel] GUI builder (was is qxtransformer ready?)

2008-04-23 Thread Leander Hanwald
I can see the picture and opens the url :) Siarhei Barysiuk wrote: > Something wrong with urls. Can't open them both. > > Siarhei Barysiuk > > On Apr 24, 2008, at 12:12 AM, [EMAIL PROTECTED] wrote: > > >> Hi folks, >> >> Just want to show you the result of my "Poor Man's Qooxdoo GUI >> Builde

Re: [qooxdoo-devel] Future of Listview

2008-04-22 Thread Leander Hanwald
Hi Jonathan, I have no overview when 0.8 will be ready/stable enough to start such a port. Did you have a date for that? And did you have an idea who much work is needed? I know the basic structure of the listview, but I'm unsure of the real amount of work needed. If you say the post isn't pos

Re: [qooxdoo-devel] Future of Listview

2008-04-22 Thread Leander Hanwald
own lgpl version to gplv3, which could be problematic for some users there.] Greetings, Leander <http://dict.leo.org/ende?lp=ende&p=thMx..&search=data> Leander Hanwald schrieb: > Hi, > > I have the exact same situation. The table is to slow in scrolling (and > it also f

Re: [qooxdoo-devel] Future of Listview

2008-04-21 Thread Leander Hanwald
Hi, I have the exact same situation. The table is to slow in scrolling (and it also feels wrong, the indirect scrolling isn't such a good idea), also it has features that I don't need in my projects. Listview is a must-have component for me, and I don't think that table and listview do the same

Re: [qooxdoo-devel] 0.8 API for widget bounds and parent/child relation

2008-03-31 Thread Leander Hanwald
Hi Jim, I not really understand what you means with "Perhaps if I was creating a 'web page' I would want things to layout on their own, but I am creating an application that needs exact positioning" since most modern desktop ui systems also base on layout managers, that is not web or qooxdoo s

Re: [qooxdoo-devel] How to convert Array to Map literal when passing to RPC Java

2008-03-26 Thread Leander Hanwald
Hi I'm not sure if I understand you right, but: why don't you save the name of the "true" field while creating the Map? As I understand you the map is created in another part of the code / on another system, why doesn't this part/system save the information of the needed field together with the

Re: [qooxdoo-devel] (no subject)

2008-03-20 Thread Leander Hanwald
Found nothing? I think you hadn't really look for it ;) Here is the link to the demo browser with examples for many qooxdoo components (including rpc): http://demo.qooxdoo.org/current/demobrowser/ Greetings, Leander marisol brigitte león granados wrote: > > OK, then please tell me some links

Re: [qooxdoo-devel] 0.8 API for widget bounds and parent/child relation

2008-03-12 Thread Leander Hanwald
Hi Rüdiger, nice text, thank you. That is very interessting for everyone who hasn't testet the devel code of 0.8 so far. I understand what you mean, the code is now much longer, especially the long functionname "setLayoutProperty" seems to be a little bit out-of-place, also the code is a littl

Re: [qooxdoo-devel] New snippet: How to Implement a Multi-Window Qooxdoo Application

2008-03-10 Thread Leander Hanwald
Hi all, only in theory (didn't tested it): Shouldn't it be possible to add and remove qooxdoo widgets inside of a native window and control them from inside of the main window? Like: 1. Create native window 2. Add class XYZ to it (the divs and co., the code is running inside of the main windo

Re: [qooxdoo-devel] Speed up Qooxdoo: Why one big build file?

2008-02-28 Thread Leander Hanwald
of your suggestions are doable with the new system easily. > However in my opinion there are better ways. > > Preliminary documentation is available here: > http://qooxdoo.org/documentation/general/generator2 > (trunk only at the moment). > > Regards, > > Sebastian

Re: [qooxdoo-devel] Drag & Drop File Upload Java Applet

2008-02-27 Thread Leander Hanwald
Hi Christian, is there a one-click-and-oohhh demo available? Yes, it would be possible to download it, but ...but... it would be more comfortable with a running demo ;) Greetings, Leander bibliograph wrote: > Hi list, > > I have just committed a drag and drop file upload java applet which ca

[qooxdoo-devel] Speed up Qooxdoo: Why one big build file?

2008-02-27 Thread Leander Hanwald
Hi all, I'm currently think about who to speed up qooxdoo load time. One of the main problems for most (I think ;) ) is the big JS file itself, not the runtime. Beside the option that you could use gzip I see other ways to speed up the loading. The most "annoying" part of a build process for me i

Re: [qooxdoo-devel] Partial Qooxdoo Class

2008-02-15 Thread Leander Hanwald
Hi, sounds like a Mixin could solve it. It would allow to mix a "static" code together with an auto generated, also it would separate source codes. Greetings, Leander Michail Zabolotko wrote: > Hi. > It allows to split the definition of a class over two or more source files. > For example, I

Re: [qooxdoo-devel] XML GUI builder

2008-02-07 Thread Leander Hanwald
Hi, As far as I know the class is not really maintained at the moment, only portet to the current running version. Demo code is available at the demo browser: http://demo.qooxdoo.org/current/demobrowser/#test~Builder_1.html See Builder examples 1-4 Greetings, Leander Philippe Poulard schrieb:

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Leander Hanwald
t;http://demo.qooxdoo.org/devel/demobrowser/html/ui/Dialog_2.html> > > click an the text pane to resize and take a look at the code. > > > Best Fabian > * > > > >> Leander Hanwald schrieb: >> >> >>> Looks very nice (again ;) ! >

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Leander Hanwald
Looks very nice (again ;) ! By the way, is there allready an improvement visible for the problem of auto-height by mutliline wrapped text? In the past it was said that 0.8 will solve this problem :) Greetings, Leander Fabian Jakobs schrieb: > Gaetan de Menten schrieb: > >> On Feb 1, 2008 4:

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-01 Thread Leander Hanwald
Hi Fabian, looks really nice, I hope it will work as good as it sounds :) Also it sounds very logical what you want todo. I also like the Idea of doing things like Qt. It's simply very very good ;) and there IS a "but" As you know I already tried my luck with Weida as an GUI Editor. It wa

[qooxdoo-devel] Own qx.ui.listview.ContentCell*

2008-01-31 Thread Leander Hanwald
Hi all, I've a little problem. For a project I need columns with special formating in a listview. My Solution (and the problem ;) ) 1. Copy code of qx.ui.listview.ContentCellText into own class, changed classname (like myapp.listview.OwnContentType) 2. Made an own class that extends qx.ui.listvi

Re: [qooxdoo-devel] Thoughts on ExtJS vs qooxdoo

2008-01-24 Thread Leander Hanwald
I already startet such project, but such a huge project - so little free time (and I was never good in writing long on one program...) A bad coded alpha is still available at http://rubyweb.de/qxweida/ Also I startet to rewrite it some weeks ago (the coding stile of the alpha made any further codi

Re: [qooxdoo-devel] Appearances collection?

2008-01-23 Thread Leander Hanwald
Looks very nice what you had done there! I hope you will go on and finish the themes, you imitate the look of the systems very good, more of this pls :) SQville schrieb: > Hi Tobias > > I am in the process of making a slew of advanced appearances. Check out my > demos (link below) and let me know

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-27 Thread Leander Hanwald
mail"); > > It's not working. In Firebug I see, that _htmlProperties (autocomplete and > name) are set. > But there is also _inputElement with autocomplete set to "off" - maybe I > have to set this? > Sorry I'm unsure about these properties and how to set th

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-26 Thread Leander Hanwald
Kick me if I'm wrong, but I think that the hinting is activated by the fieldname (attribute "name") which is now set by default for an qooxdoo textfield. I hadn't tested it, because I hate this function for most textfields in browser, but try to set the name attribute and look what happens. westor

Re: [qooxdoo-devel] Scrollbars are not coming in a Layout

2007-11-19 Thread Leander Hanwald
Did you tried it with "scroll"? :) >From Qooxdoo API Viewer: hidden # The content is clipped auto # Scroll bars are shown as needed scroll # Scroll bars are always shown. Even if there is enough room for the content inside the widget. scrollX # Scroll bars for the X-Axis are always sh

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread Leander Hanwald
Hi, did you tried to use the precompiled qooxdoo package from the homepage (quickstart was, the name, I think :) ). This should do what you want. Download it and inlcude the js file of qooxdoo in your source html file. Greetings, Leander vbaspcppguy schrieb: > When testing with source in Fire

Re: [qooxdoo-devel] chart widgets

2007-10-23 Thread Leander Hanwald
Gaetan de Menten wrote: > Why reinvent the wheel? There are already several javascript charts > libraries out there. At a glance, PlotKit > (http://www.liquidx.net/plotkit/) seem to do the job (never used it > myself). There are probably quite a few others, and probably better > ones. Wouldn't inte

Re: [qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Leander Hanwald
Thank you, that helps :) Only one thing is in unclear for me, possible that I missed it: I stripped down qooxdoo do an extrem small version with ONLY the basic classes by the parameters written there (only with parameters from the makefile, no direct calls to the generators). Now also the ajax com

[qooxdoo-devel] Smalles possible Qooxdoo

2007-10-10 Thread Leander Hanwald
Hi all, I have a more or less simple question: I need only the non-gui part of qooxdoo for an project, is there a way to drop all components under qx.ui.* at once at buildtime? Is that possible, or are there dependencies between non-gui comps like the transport/rpc comps and the ui comps? Situati

Re: [qooxdoo-devel] Table vs. ListView

2007-09-25 Thread Leander Hanwald
iew perfomance decreases a lot when the number of items increases. This > doesn't happen with the table. I use the table for everything, and I even > don't include the ListView in my builds. > > > Leander Hanwald wrote: > >> Hi >> >> But on the oth

Re: [qooxdoo-devel] Table vs. ListView

2007-09-25 Thread Leander Hanwald
Hi But on the other hand the listview seems to be much faster then the table (in every situation I had seen, especially in scrolling) Also the usage of the table is identical to that of windows in every way, which makes it a good choise for many situations. But you are right, the Table has much n

Re: [qooxdoo-devel] qooxdoo interview at Ajaxian

2007-08-31 Thread Leander Hanwald
Nice Video :) The only downside is the interviewer, sounds a little bit automated at some parts (reuses the same phrases multiple times, not really individual for the project). Sebastian Werner schrieb: > For your information: > > Andreas, our project lead, sat down to have a chat about the state

Re: [qooxdoo-devel] Array declaration bug in IE ?

2007-08-24 Thread Leander Hanwald
Hi, Is there a way to stop qooxdoo in doing such "help"? For myself I never "run" into that problem because I ignored the IE 6 in the past, but I'm now working on a project which I wanted to "port" to IE 6 in some days, and now when I hear this it doesn't sound good for me, my code has hunderts o

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread Leander Hanwald
Hey, this is a really usefull link, thank you! :) dperez wrote: > I have used this as a good starting point: http://wiki.mozilla.org/WebRunner > I haven't even been able to install the Adobe Air runtime on my computer. > :-( > Has anyone gotten good results with Adobe Air? > > > frederic wrote: >

Re: [qooxdoo-devel] qooxdoo-contrib / qxAdmin ?

2007-08-21 Thread Leander Hanwald
Hi frederic, as I understood it is (in the first version) mainly a Frontend to the qooxdoo command line tools. For example you can configure your make settings with it and start the make command. The Project based on python (like qooxdoos make internals) and can be startet directly from there. It

Re: [qooxdoo-devel] clone on a TextField

2007-08-14 Thread Leander Hanwald
Oh, I remember this problem, too. I missed to report it when I saw it in the betas :/ Interessting is the following code in qx.lang.Object.js /** * Return a copy of an Object * * TODO: Rename to clone() like in prototype and python * * @type static * @param sourc

Re: [qooxdoo-devel] [out of office] qooxdoo-devel Digest, Vol 15, Issue 44

2007-08-09 Thread Leander Hanwald
I think that Mr. Breuer should spend the Mailinglist some beer and softdrinks when he is back at 19th. August ;) [EMAIL PROTECTED] schrieb: > Vielen Dank für Ihre Mail. > > Ich bin vom 06.08.-19.08.2007 im Urlaub. > > Wenden Sie sich bitte in dieser Zeit an Herrn Sell (<[EMAIL PROTECTED]>) > > Ihr

Re: [qooxdoo-devel] qx.ui.table.Table with (too) many columns

2007-08-05 Thread Leander Hanwald
And have a reason more to hate Internet Explorer? ;D Jim Hunter wrote: > Damn! I was hoping they would get the Tamarin version out sooner. Oh well > > Jim > > > On 8/5/07, *Sebastian Werner* < [EMAIL PROTECTED] > > wrote: > > Ok, that's the reason: Tamarin is Firefox

Re: [qooxdoo-devel] Extending a theme

2007-08-01 Thread Leander Hanwald
Hi Alex, Oh, am I really so blind today? thx :) Alex Back schrieb: > Hi Leander, > > Leander Hanwald wrote: > >> Hi all, >> >> Is there a documentation around for qx 0.7 that explains in detail how >> to extends a theme? >> >> I want to change

[qooxdoo-devel] Extending a theme

2007-08-01 Thread Leander Hanwald
Hi all, Is there a documentation around for qx 0.7 that explains in detail how to extends a theme? I want to change the border and default height for all textedits and other comps in my app, and themes seems to be the right choise here, but I found only 0.5 and 0.6 docus for theme extension. Gre

Re: [qooxdoo-devel] centerToBrowser() Bug?

2007-08-01 Thread Leander Hanwald
Hi, Why doesn't you do this (which works :) ) alertWindow.set( {height: 160, width: 450} ); alertWindow.addToDocument(); alertWindow.centerToBrowser(); alertWindow.open(); You should call the centerToBrowser before you open the window. Jared Broad schrieb: > Hello, > > I am just writing to in

Re: [qooxdoo-devel] How to use ContendCellImage Class in ListView ?

2007-07-31 Thread Leander Hanwald
If I'm not absolutly wrong: you can't The listview is a virtual component, that means that not all entries in the list are separate components like in a normal tree view or list. They are more like "dummies" that shows the current viewable content of the list. So there is no component for the imag

Re: [qooxdoo-devel] Data Binding Mechanism. Qooxdoo and QxTransformer.

2007-07-26 Thread Leander Hanwald
Hi Siarhei, that looks very good and feels naturally "right" for me what I see in your pdf. The main reason for that could be that I wrote a simular code for my own usage in an inhouse project, but not with so much features (needed only JSON). I really hope that you go on with that, an easy conne

Re: [qooxdoo-devel] Qooxdoo based web based IDE with GUI Builder and Code Editor

2007-07-24 Thread Leander Hanwald
y helping hand is welcome. But I think the next step will be asking the qooxdoo stuff to bring it into the contrib, doing this and hope that it will grow. Greetings, Leander Eli wrote: > Is it already runs? > > Are you using it? > > > Eli > > > Leander Hanwald escre

[qooxdoo-devel] Qooxdoo based web based IDE with GUI Builder and Code Editor

2007-07-24 Thread Leander Hanwald
Hi all, yes I hadn't stopped after the last time I spoke about an gui editor. Here is the status, I love it ;) http://www.running-gag.de/qxweida My dream: A perfect working IDE for qooxdoo written IN qooxdoo, which runs standalone or in eclipse (gui editor only, with already working browser in

Re: [qooxdoo-devel] Selected col of Listview

2007-07-23 Thread Leander Hanwald
Hi Tobias, As far as I know you get only the selected row. I had simular problem in the past: I needed a button inside of the listview. I extended qx.ui.listview.ContentCellIconHtml (that was enough for me as button), extended ListView (to use my own header) and ListViewHeader (to manage my own bu

Re: [qooxdoo-devel] Required encoding uft-8

2007-07-23 Thread Leander Hanwald
Hi But why didn't you encode these chars in UTF-8? :) Eli schrieb: > Hi. > > I solved the problem removing the characters that were not UTF-8 and it > compiled normally. > > But the problem continues, therefore my language is Portuguese, and it > is necessary to use some special characters for

Re: [qooxdoo-devel] Scrolling in an iframe

2007-07-18 Thread Leander Hanwald
Hi thron7, Thx, that helps :) Even I don't understand why it doesn't work (and still doesn't work), I get the window when I call "blank" or a not existing site even in my own app. So the problem must be a rights problem as you already wrote. The page that is loaden and the js are from the same se

Re: [qooxdoo-devel] Scrolling in an iframe

2007-07-16 Thread Leander Hanwald
ns example works for you? Did anyone has a example skelleton to post here where I can see it working? I also think that the problem is in my code, the code of qooxdoo looks good, but I don't find the problem. A complete executable example could help. Thx if anyone takes the time to write this :) G

Re: [qooxdoo-devel] Scrolling in an iframe

2007-07-16 Thread Leander Hanwald
Hi Fabian, thx, sound good, but doesn't work here ;) (qooxdoo 0.7) alert(this.getIFrame()); //.scrollBy(5000,5000); -> shows "[object qx.ui.embed.iframe]" alert(this.getIFrame().getIframeNode()); -> shows "[object HTMLIFrameElement]" alert(qx.html.Iframe.getWindow(this.getIFrame().getIframeNod

[qooxdoo-devel] Scrolling in an iframe

2007-07-16 Thread Leander Hanwald
Hi all, did anyone has an example how to scroll an iframe in qooxdoo (via the page that opens the iframe, not from inside of the iframe)? Scrolling seems to be integrated in html for an iframe via scrollBy, which is related to a window but also to an iframe (but not allways at it seems). Qooxdoo

Re: [qooxdoo-devel] Multiline labels with auto height

2007-07-12 Thread Leander Hanwald
Hi :) The problem is, as far as I know, still not solved. Last word about it was that it will be changed in Qooxdoo 0.8 when size handling will be improved a lot, including resize events. I for myself stopped the private project that would need this until 0.8 is out. Since this will happen in the

Re: [qooxdoo-devel] Calendar changes

2007-07-12 Thread Leander Hanwald
Hi I have the same problem here, also the result written into a textfield looks ugly: "??20?_20cldr_am??_???0cldr_am?_012???" johnl schrieb: > After upgrading to qooxdoo 0.7.1 from 0.7, my calendar button widget > looks pretty bad. I've attached an image. Does anyone know why this > would be? > >

Re: [qooxdoo-devel] Tables and ListViews

2007-06-23 Thread Leander Hanwald
and later > > this.table.getTableModel().setData(this._fetchDataWith_2_columns()); > this.table.getTableModel().setColumns([ "ID", "number" ]); > > greetings, > Dimitri > > > > > Leander Hanwald wrote: >

[qooxdoo-devel] Legend of GroupBox

2007-06-23 Thread Leander Hanwald
Hi qooxdoo-team, what is the reason that the legend text and icon of the qx.ui.groupbox.GroupBox is not set via a property? It seems to be very untypical for me, since most other widgets solve every setting via properties. Will this be changed in the future, or is this as wanted? Greetings, Le

[qooxdoo-devel] Tables and ListViews

2007-06-22 Thread Leander Hanwald
Hi all, is there any way to add, remove, rename and move columns tables and listviews when they are already shown? I find a way to rename the columns for tables, but not more :/ Greetings, Leander - This SF.net email is s

Re: [qooxdoo-devel] Problem to center windows

2007-06-21 Thread Leander Hanwald
950, "middle", 550); > dialogSearch.setModal(true); > > dialogSearch.addEventListener("appear", function(e){ > dialogSearch.centerToBrowser(); > }); > dialogSearch.show(); > > > Tobias > -Ursprüngliche Nachricht- > Von: [EMAIL

[qooxdoo-devel] Problem to center windows

2007-06-21 Thread Leander Hanwald
Hi, I have a problem to center inpage windows (qx.ui.window.Window) They are simply open in the left top corner. The identical code works in 0.6, but not in 0.7 I tried it with this code: var dialogSearch = new qx.ui.window.Window("Edit", "icon/16/apps/accessories-text-editor.png"); dialogSearc

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Leander Hanwald
on't have to care about assigning unique IDs to pieces of > information (nodes). > > I find good idea to write an article to promote qooxdoo. > Qooxdoo deserves to be more well-known. > > > Leander Hanwald wrote: > >> Yes, qooxdoo is, like other fat js libs, more

Re: [qooxdoo-devel] General Question about qooxdoo's popularity

2007-06-20 Thread Leander Hanwald
Yes, qooxdoo is, like other fat js libs, more for internal apps, or "real" Desktop-like Webapps (typical office applications like mail, note, calendar and so on), but not a real perfect choose for normal websites. This isn't a bad think, only different, and the market for that seems not as big as

Re: [qooxdoo-devel] Shortcuts in cygwin

2007-06-19 Thread Leander Hanwald
; > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Leander > Hanwald > Gesendet: Dienstag, 19. Juni 2007 09:56 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] Shortcuts in cygwin > > You could save this in your bash.

Re: [qooxdoo-devel] Shortcuts in cygwin

2007-06-19 Thread Leander Hanwald
You could save this in your bash.rc file in your homefolder (should be the folder the cygwin bash starts in). Sebastian Werner schrieb: > like is all unixes you can define a variable or an alias: > > alias qx="cd /home/myself/qooxdoo" > > or > > qx="/home/myself/qooxdoo" > cd $qx > > Hope this hel

Re: [qooxdoo-devel] demo browser snippets source

2007-06-15 Thread Leander Hanwald
Hi This function is currently missing in the demo browser. I see the sourcecode then I rightclick in the demo with my firefox, choose the frame submenu and "view source" there. But under windows I needed to deactivate the content menu control of javascript in the options first (under linux it wor

Re: [qooxdoo-devel] Qooxdoo widgets registry access

2007-06-11 Thread Leander Hanwald
Hi Without an var before the variable name ( var layout = -> layout = ) your object should be global accessable. Another way is to add it to the parent class (this._layout) or as an property. Or look at the guibuilder class, I think there is another way used which I'm not remember :) Greeti

Re: [qooxdoo-devel] Moving a widget into a window

2007-06-07 Thread Leander Hanwald
Try it with mywidgetname.setParent(mywindowname); I don't know if it works for windows, but I use it to change the parent of a (for example) button from main document to (for example) a boxlayout. Greetings, Leander FrozenDice schrieb: > Does anyone know how to move add a widget into a windo

Re: [qooxdoo-devel] Demo Browser

2007-06-05 Thread Leander Hanwald
Don't wait to long for it, the demos were the Nr. 1 learning base for me, and I think for others, too :) (Ok, it's still possible, but in the past it was more easy to see the sourcecode). The the browser itself is very nice. Sebastian Werner wrote: > This was planned but has not been stable sinc

Re: [qooxdoo-devel] Written a small alpha-status Gui Builder

2007-06-03 Thread Leander Hanwald
ill be QxDesigner, GUI Builder for qooxdoo. It > will be based > on Eclipse platform and will be used GMF for rendering. After initial > release of QxTransformer > we can start discussion about this program, functionality, realization. > Any ideas and thoughts will > be very significan

[qooxdoo-devel] Written a small alpha-status Gui Builder

2007-06-02 Thread Leander Hanwald
Hi everyone, I tested Tibco some days ago and saw this nice little GUI Builder say have. But has far I can could see there lib isn't better then Qooxdoo, so why hasn't qooxdoo such a GUI Builder? :) So I tested for myself if qooxdoo can handle it, and yes I think qooxdoo can: http://rubyweb.de:12

Re: [qooxdoo-devel] Google Gears

2007-06-01 Thread Leander Hanwald
Hi Had anybody here already tested the asynchronous javascript extension in google gears? (Example: http://code.google.com/apis/gears/samples/hello_world_workerpool.html) The example did not find my installed google gears on linux, so can't really test it. Could it be used together with qooxdoo?

Re: [qooxdoo-devel] Tagged 0.7 beta3

2007-05-29 Thread Leander Hanwald
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 >> worked for >> me (I think I mis

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] Autowidth and Autoheight label

2007-05-20 Thread Leander Hanwald
Hi everyone, I need a label (qooxdoo 0.7 beta 1) which is autosized in height (by html content). I already tried a lot of configs for that, but never got a real working setting (never got a real autosizing, best result was a label with three lines height when 10 where needed ;) ). In the las

Re: [qooxdoo-devel] qooxdoo on a PDA?

2007-05-20 Thread Leander Hanwald
Which PDA? :) The question is which browser you would use. Philipp Wabinski wrote: > Hi, > > does anyone tested to run a qooxdoo application on a PDA? > > At the moment I don`t have a PDA to test it, but it would be really > interesting for me. > > > Thanks for your answers > > Philipp > ---

[qooxdoo-devel] ProgressBar

2007-05-05 Thread Leander Hanwald
Hi all, is it right that qooxdoo hasn't an official progressbar at the moment? I searched the code but couldn't find one. Via google I found old mailing list entries that said that there was a QxProgressBar in the past. Why was is dropped? Will there be a progressbar agaik (if I didn't missed a

Re: [qooxdoo-devel] HTML+JS contents inside qooxdoo components

2007-05-03 Thread Leander Hanwald
Here as buttons: http://demo.qooxdoo.org/current/sample/html/test/DateChooserButton_1.html dperez schrieb: > Hola Jose, > > BTW, qooxdoo has a nice calendar widget. > So there is no need to use an external one. > > > Jose Leon wrote: > >> Hello, >> I'm trying to insert inside qooxdoo controls

Re: [qooxdoo-devel] Problem with autosize TabView example

2007-04-29 Thread Leander Hanwald
weekend and can show you what > I've done. I have created a 'Pane' class which you pass a page number to" > and it shows that one and hides the rest. > > Would be wonderful :) > > Nick Glencross wrote: > >> Nick Glencross wrote: >> >

Re: [qooxdoo-devel] Problem with autosize TabView example

2007-04-29 Thread Leander Hanwald
a 'Pane' class which you pass a page number to" and it shows that one and hides the rest. Would be wonderful :) Nick Glencross wrote: > Nick Glencross wrote: > >> Leander Hanwald wrote: >> >>> Hi all, >>> >>> I tried the aut

[qooxdoo-devel] Problem with autosize TabView example

2007-04-29 Thread Leander Hanwald
Hi all, I tried the autosize Tabview example but I think that it didn't work anymore: http://qooxdoo.org/documentation/user_manual/faq#how_to_set_a_qxtabview_autosized The result: http://www.running-gag.de/qooxdoo_tabproblem.png (the original code is broken, it miss two closing ) and should have

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Leander Hanwald
Hi Sorry, this isn't any help, only a question from my side: Why do you wrote an own class for controll, that did you class do? Did you class based in qx.type.Range? [EMAIL PROTECTED] schrieb: > I've defined my own Range class for use with the Spinner. This worked > previously, but now Spinner

Re: [qooxdoo-devel] New qooxdoo Application online

2007-04-26 Thread Leander Hanwald
And here are some screenshots: http://forum.golem.de/read.php?17369,937888,937930#msg-937930 Jens Lautenbacher schrieb: > Hi, > (mostly interesting for german speaking people) > > I just thought that you guys could be interested in the fact that the > new GMX beta webmailer that went online today

Re: [qooxdoo-devel] attribute label/text/html

2007-04-23 Thread Leander Hanwald
Hi Ah good, when I started with qooxdoo I was confused about that, too :) But as I understand the different between text and html is wanted, right? Greetings, Leander Fabian Jakobs schrieb: > Christian Boulanger schrieb: > >> Hello all, >> >> I find it confusing that some widgets use the pr

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Leander Hanwald
work well :( Did you have a link to widget based dojo examples? dperez schrieb: > Dojo? > It is like Qooxdoo very extensive. > If I need some feature from Dojo, I can use it together with Qooxdoo, > because both of them allows the programmer to select the subset of needed > function

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Leander Hanwald
Hi Most (all?) of the entries in the list have at least one of the following problems: 1. They are only for graphical effects 2. They are not free or open source 3. They miss a lot of components 4. They are not only widgets collections, not a JS framework (missing RPC and layoutmanager, keyhandlin

Re: [qooxdoo-devel] "Link"?

2007-04-15 Thread Leander Hanwald
Hi I think this is what you are looking for: http://demo.qooxdoo.org/0.7-alpha2/sample/html/test/Link_1.html Greetings, Leander Christian Boulanger wrote: > Hello, > > If I remember correctly, there was a QxLink widget in version 0.5- which > could add a plain old html link on the website, us

Re: [qooxdoo-devel] Custom Widgets

2007-04-14 Thread Leander Hanwald
Hi Manuel, why does a progress bar need any drawing? I see only boxes with colors/borders in such a progress bar :) Even a picture inside the raising progress box should be no problem without direct drawing a line. Even with absolut simple html it would be possible (with a little bit Javascript fo

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Leander Hanwald
Hi Jonis, only for your information: With my Linux Firefox 2.0.0.3 it works good and the page loads in under 4 seconds. Greetings, Leander Jonis wrote: > New! :P > > Instead of call external javascript, just put the content on current > page and gzip it!! > My results: > > > Ex: > require_o

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Leander Hanwald
Hi Your Build Version also contains the qooxdoo own classes, your source version only links to them :) Jonis schrieb: > Hi. > > I've finished my first layout ( :) ) and i'm little confuse about size. > My build version is about 512Kb!! Is this right? > > This is the layout: http://intranet.moural

Re: [qooxdoo-devel] Disabling of qx_log window

2007-04-12 Thread Leander Hanwald
eason? > Cheers, > Konstantin > > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Leander > Hanwald > Gesendet: Donnerstag, 12. April 2007 11:46 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] Disabling of qx

Re: [qooxdoo-devel] Disabling of qx_log window

2007-04-12 Thread Leander Hanwald
Hi For productive use you would build your application with "make build" It produce a version without log popup and a modififed JS files with your code (smaller, faster, nicer ;) ) Hope this helps you. Konstantin Breu schrieb: > Hello, > I'm quite new to qooxdoo, so I fear my question is quite s

Re: [qooxdoo-devel] Newbie

2007-04-11 Thread Leander Hanwald
Hi Jonis, you could use the new backend of qooxdoo which contains examples in java and php how to write a qooxdoo <-> php interface (http://qooxdoo.org/download: Install a Powerful RPC Backend) There are also examples for this in the showcase: http://demo.qooxdoo.org/current/sample/html/test/RPC_1

Re: [qooxdoo-devel] Problem with focus

2007-04-06 Thread Leander Hanwald
ut I have not tried it > yet. > > Jim Hunter > Jim's Delphi for PHP Blog <http://www.myblogthoughts.com/wp/?cat=2> > > On 4/3/07, *Leander Hanwald* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi @ all > > I ha

[qooxdoo-devel] Setting property "display" to "false" failed with exception

2007-04-06 Thread Leander Hanwald
Hello all again a small problem. I have a component with additional components inside of itself (I extend qx.ui.layout.BoxLayout for that) Inside of my qx.ui.layout.BoxLayout are two VerticalBoxLayouts, only one is visible at a time (one is for showing data readonly, the other allows to edit the

[qooxdoo-devel] Problem with focus

2007-04-03 Thread Leander Hanwald
Hi @ all I have a small problem with the focus handling. It simply didn't work for me ;) I have a atom object with an added label and an added (but hidden) editfield. (I'm not sure if this is the best way, but it seems to work in the rest for me). When the user clicks on the atom (or label, but

Re: [qooxdoo-devel] xml -> xslt -> javascript

2007-04-03 Thread Leander Hanwald
code from xml). You are right when you write "In addition, creation of UI based on XML can be automated with visual GUI builder easier then based on JavaScript code", but there are not so much around so far (only Delphi for PHP is finished, right?) :-) Greetings, Leander Hanwald Sia

  1   2   >