Re: [qooxdoo-devel] Ajax Status Indicator

2008-02-19 Thread Tobias Oetiker
Hi Kamlesh, I am also doing somethink like this in my du2rrd application http://oss.oetiker.ch/du2rrd-demo/ - double click on an entry in the tree to get a graph the source is posted as well if you click on the link in the top lefthandcorner of the app cheers tobi Today Jim Hunter wrote:

[qooxdoo-devel] how about graphing/plotting ...

2008-03-07 Thread Tobias Oetiker
It would be great if qooxdoo had some graphing capabilities. This looks pretty cool: http://code.google.com/p/flot/ cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 213 9902

[qooxdoo-devel] moving up to 0.7svn ... tokenizer error

2008-05-29 Thread Tobias Oetiker
Experts, I just moved some code written for 0.7.2 up to the latest 0.7.x. It seems java script tokeizer has been modified ... the 0.7.2 version was happy with the line drow[f_stdev] = 1.0/cnt*(sqsum-sum*sum/cnt); while the 0.7svn tokenizer only accepts the following

[qooxdoo-devel] smokepig 2.4 got qooxdoo traceroute

2008-06-12 Thread Tobias Oetiker
Experts, I just released Smokeping 2.4 I integrated a traceroute frontend based on qooxdoo ... I have so much fun programming with qooxdoo. Thank you all for the great work! http://oss.oetiker.ch/smokeping/ cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten

Re: [qooxdoo-devel] Anyone needs switching locales and themes at runtime?

2008-06-13 Thread Tobias Oetiker
Hi Fabian, for 0.8 we are considering to remove two feature currently available in 0.7. We are very interested how you feel about this. 1. No longer support switching locales/languages of the application at runtime. While it looks like a nice feature the actual usefulness seems pretty

[qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
Tobias Oetiker, Consultant and author of RRDTool THIS IS A NEW WRITEUP Who should attend: -- People with a good grasp of programming who would like to put the fun back into writing web applications with fully interactive interfaces. Imagine writing a web application where

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
Hi Jim, Today Jim Hunter wrote: What is LISA'09 and is it really in November of 09? That is a long way off. its November 2008 ... I was confused ... http://www.usenix.org/events/lisa08/ cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland

Re: [qooxdoo-devel] Qooxdoo tutorial at LISA 2008

2008-07-02 Thread Tobias Oetiker
standpoint) we will se ... I did not mentione any version in the blurb for this reason ... cheers tobi Jim On Wed, Jul 2, 2008 at 2:29 PM, Tobias Oetiker [EMAIL PROTECTED] wrote: Hi Jim, Today Jim Hunter wrote: What is LISA'09 and is it really in November of 09? That is a long

Re: [qooxdoo-devel] Server push

2008-08-13 Thread Tobias Oetiker
Ian, I did something like this for the smoketrace application http://oss.oetiker.ch/smokeping/index.en.html the idea is to request data *before* you need it. The server side then waits with its answer until the data is ready. As soon as as the browser receives the answer, qooxdoo sends another

Re: [qooxdoo-devel] Server push

2008-08-15 Thread Tobias Oetiker
Hi Chris, Today Chris Banford wrote: Hi Thomas, Just curious, with all this talk of server *push*... With the current state of browsers (limited to 2 connections) and http servers (built for quick turn-around) wouldn't it just make more sense to poll the server for messages every x

Re: [qooxdoo-devel] Hello World -- can't find create-application.py in qooxdoo-0.8-beta1-sdk

2008-08-18 Thread Tobias Oetiker
I just tested the create-application.py with my sn checkout and it wors fine, except for two nitpicks. a) the generate.py that gets created is missing the execute bits b) the cakes icon on the First Button seems to be truncated on the right edge. It is the icon test.png which looks to me as

Re: [qooxdoo-devel] Gallery in 0.8

2008-08-22 Thread Tobias Oetiker
2008/8/22 Sebastian Werner [EMAIL PROTECTED]: Petr, It's useful. Sure. The issue with it was that it has never got any love after its initial release with 0.5 years ago. Today one would build such a widget with the layout system or render it as a virtual widget like the Table does.

[qooxdoo-devel] adding authentication support to the perl backend

2008-09-02 Thread Tobias Oetiker
Nick, I have been thinking about how to integrate authentication support into the perl backend. My idea is to enhance the JSONRPC.pm such that it passes the session handle to both the method and the accessibility checker and then take it from there. I think I found a way which will not break

[qooxdoo-devel] perl backend ...

2008-09-03 Thread Tobias Oetiker
Perl users ... Unfortunately the sample demo application could not (yet) be put online, because the UploadWidget works against a perl backend which could not So there are perl users out there ... any feedback on my authentication idea? Or how do you handle the authentication issue? cheers

[qooxdoo-devel] huge number of image resources in final application

2008-09-07 Thread Tobias Oetiker
I just finished porting my first application over to qooxdoo 0.8 looking at the resulting code, all looks fine except for the resources directory. It seems that the modern theme needs a huge number of images to work. Is this normal, or am I doing something wrong? Looking at the mage names, it

[qooxdoo-devel] anyone working on integrating a canvas plotting library ?

2008-09-08 Thread Tobias Oetiker
We need charting abilities in several of our projects. Until now, we have generated the charts serverside, but looking at http://www.deensoft.com/lab/protochart/ http://code.google.com/p/flot/ http://solutoire.com/flotr/ it seems that there are quite cool canvas based solutions available

Re: [qooxdoo-devel] Promising framework was: qooXdoo without any external tools: Yes I'd like this as well

2008-09-08 Thread Tobias Oetiker
Jean, Today Jean-Baptiste BRIAUD - Novlog wrote: [...] After that I understood the problem is not Python but the toolchain itself. I really need to use qooXdoo like a framework + widget lib that I wan't to see like Java/Swing. No one force me to use Eclipse as a toolchain or netbean or

Re: [qooxdoo-devel] Promising framework was: qooXdoo without any external tools: Yes I'd like this as well

2008-09-08 Thread Tobias Oetiker
Hi Jean, Today Jean-Baptiste BRIAUD - Novlog wrote: Have you actually written code using qooXdoo ? I think either you have not, or you are looking for something other than qooxdoo. I didn't write a lot, that's true and I'm still a qooXdoo newbe, but I'm not asking for qooXdoo issue while

Re: [qooxdoo-devel] How to open new browser window in 0.8

2008-09-12 Thread Tobias Oetiker
Hi Karol, just use window.open(url, '__new'); cheers tobi Today Grykar wrote: Hi, is there any way to open new window or new tab in browser ? It is possible in qooXdoo 0.7 (new qx.client.NativeWindow(http://family3.org;)) Thanks, Karol -- Tobi Oetiker, OETIKER+PARTNER AG,

[qooxdoo-devel] patch for the perl bindings

2008-09-21 Thread Tobias Oetiker
Evening, I just spent some quality time with the qooxdoo perl bindings, to figure why they only work with ff3 when cross-site was enabled and found that the following patch is necessary: --- source/perl/Qooxdoo/JSONRPC.pm 2008-09-21 20:07:03.0 +0200 +++

[qooxdoo-devel] how to add files to be distributed to config.json

2008-09-21 Thread Tobias Oetiker
Experts, I am writing this tool which includes a set of extra files for the serverside functionality. In qooxdoo 0.7, all I had to do was add the files to the APPLICATION_FILES variable. In 0.8 with generator.py, this seems to work via the copy-files method. I have managed to add a special target

Re: [qooxdoo-devel] Remote Table Model

2008-09-22 Thread Tobias Oetiker
Derrell, Yesterday Derrell Lipman wrote: [...] using the Remote Data Model. The last tab of the qooxdoo-contrib project RpcExample is a table that uses a remote table model. can you convert that into an accual url for me ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600

[qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
], copy-files : { files : [ index.html,jsonrpc.cgi, perl ], target : ${BUILD_PATH} } } } p.s any Idea why I am gettig a span tag ? Hi Tobias, Tobias Oetiker wrote: Experts, I am writing this tool which includes a set of extra files for the serverside

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
gettig a span tag ? Hi Tobias, Tobias Oetiker wrote: Experts, I am writing this tool which includes a set of extra files for the serverside functionality. In qooxdoo 0.7, all I had to do was add the files to the APPLICATION_FILES variable. In 0.8 with generator.py, this seems

Re: [qooxdoo-devel] patch for the perl bindings

2008-09-22 Thread Tobias Oetiker
Hi Nick, did you see my previous patch for authentication ? we use it now in production and it seems to work quite well and it is fully backward compatible. cheers tobi Today Nick Glencross wrote: All, On Sun, Sep 21, 2008 at 8:14 PM, Derrell Lipman [EMAIL PROTECTED] wrote: I'm

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
it what to install ... I guess the root of this problem is, that you did not provide a mechanism for methods to be configurable in a non 'global' way. cheers tobi Today thron7 wrote: Tobias Oetiker wrote: Thomas, how about makeing the list of files to distribute configurable via let

Re: [qooxdoo-devel] [HS] startup backend (internal IT)

2008-09-23 Thread Tobias Oetiker
Today Jean-Baptiste BRIAUD - Novlog wrote: Hi, Sorry for the side question, we are seeking for our internal IT backend. Wanted features are : * contact management and sharing * contact synchronisation with PDA * schedule management * schedule synchronization with PDA * remote file

[qooxdoo-devel] 0.7-0.8 issue: when not everything is a container

2008-10-08 Thread Tobias Oetiker
Experts, In 0.7 most widgets were also containers. So I could for example add a checkbox to the tab of a tabview widget to enable/disable the tab. [tab1 x][tab2 x][tab3 x]__ | | |

Re: [qooxdoo-devel] 0.7-0.8 issue: when not everything is a container

2008-10-09 Thread Tobias Oetiker
Hi Fabian, Today Fabian Jakobs wrote: Hi Tobias, Experts, In 0.7 most widgets were also containers. So I could for example add a checkbox to the tab of a tabview widget to enable/disable the tab. [tab1 x][tab2 x][tab3 x]__ |

[qooxdoo-devel] validators gone in 0.8

2008-10-10 Thread Tobias Oetiker
Folks, Every day I am learning new things while working with qooxdoo 0.8. Today I tried to migrate some old code I found that it seems that the 'setValidator' method has disapeared in 0.8. Is there a new 'official' way for adding validators or is this part of the framework 'gone' ? cheers tobi

[qooxdoo-devel] modal windows and background opacity

2008-10-12 Thread Tobias Oetiker
Folks, I am trying to get the background to be about 50% opaque while a modal window is displayed. I tried to set blockerOpacity on the window widget, but this does not seem to have any effect ... any hints ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten,

Re: [qooxdoo-devel] modal windows and background opacity

2008-10-13 Thread Tobias Oetiker
Hi Fabian, Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Folks, I am trying to get the background to be about 50% opaque while a modal window is displayed. I tried to set blockerOpacity on the window widget, but this does not seem to have any effect ... any hints

Re: [qooxdoo-devel] modal windows and background opacity

2008-10-13 Thread Tobias Oetiker
done tobi Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Hi Fabian, Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Folks, I am trying to get the background to be about 50% opaque while a modal window

Re: [qooxdoo-devel] modal windows and background opacity

2008-10-13 Thread Tobias Oetiker
Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Hi Fabian, Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Folks, I am trying to get the background to be about 50% opaque while a modal window is displayed. I tried to set blockerOpacity on the window

Re: [qooxdoo-devel] add a mouseOver event text

2008-10-14 Thread Tobias Oetiker
Hi Robust, Yesterday robust wrote: Hi there, In my test pageWhen the user moves his mouse over different widgets, I want to attach different text's related to the respective widget beside a label. For example: Consider my test page has two widgets say, a button and checkBox and at

[qooxdoo-devel] generator pretty indent width

2008-10-14 Thread Tobias Oetiker
I have tried the generator pretty function and it looks realy cool, except for its 2 space indent use ... I am a 4 space person. Is there any way to configure the amount of indentation it does ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland

Re: [qooxdoo-devel] generator pretty indent width

2008-10-14 Thread Tobias Oetiker
Today thron7 wrote: Tobias Oetiker wrote: I have tried the generator pretty function and it looks realy cool, except for its 2 space indent use ... I am a 4 space person. Is there any way to configure the amount of indentation it does ? Hi Tobi, define your own pretty job using

[qooxdoo-devel] how to make text selectable

2008-10-18 Thread Tobias Oetiker
Hi, I would like to have some lable text selectable so that users can mark it for copy. I tried setSelectable on a label but this does not seem to have any effect at all. please advise tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [EMAIL

[qooxdoo-devel] entry on qooxdoo in LISA blog

2008-11-13 Thread Tobias Oetiker
Yesterday, I held the qooxdoo class at the LISA conference. The class as well as the qooxdoo merchandise (thanks andreas) were well received. It even generated two blog entries: one in the official conference blog http://lisa.usenix.org/2008/11/13/inside-lisa-training-qa-with-tobias-oetiker

[qooxdoo-devel] 0.7 celleditor.ComboBox oddness

2008-11-25 Thread Tobias Oetiker
Look at http://demo.qooxdoo.org/0.7.3/demobrowser/index.html#test~Table_CellEditor_1.html Edit the 'status' field. As you drop down the combo box. The value of the item appears (0,1,2) instead of the text ... any ideas ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600

[qooxdoo-devel] auto column width

2008-11-28 Thread Tobias Oetiker
Is there a way to have to qooxdoo 0.7 table widget automatically figure out the initial column width so that it adapts to the content shown ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 775 9902 / sb:

Re: [qooxdoo-devel] New browser tab

2008-12-14 Thread Tobias Oetiker
I have been solving the browser clipboard issue by creating a hidden (by moving it behind an other element) TextArea. I then put everthing I want to be available to the user into this widget and use selectAll to mark the text. When the user now presses ctrl+c the text will end up in the copy

Re: [qooxdoo-devel] Generator Bug Hunting Day (BHD)

2008-12-15 Thread Tobias Oetiker
Thomas, one thing that keeps occuring to me (and has been for some time) is that if I run 'lint' and lint runs into trouble due to a syntax error in the javascript code, then next time I try to run a normal source or build task some classes can not be found anymore and the problem only goes away

Re: [qooxdoo-devel] Best way to build Forms?

2009-01-07 Thread Tobias Oetiker
Hi Roman, Today Roman Schmid wrote: Or do you simply set the input fields as public properties of the form and then read/write them? That wouldn't be good OOP Practice, wouldn't it? Well, I'm kinda stuck here since there are some many feasible ways to this. If you lot could share some of

Re: [qooxdoo-devel] Best way to build Forms?

2009-01-07 Thread Tobias Oetiker
Today Roman Schmid wrote: Hi Tobi Thanks for your input. Dynamically building the form from a map that comes from the server sounds tempting :) Too bad that the values (eg. label text) coming from the server won't be wrapped by the translation features of qooxdoo... well if you know what

Re: [qooxdoo-devel] Closable tabs in 0.8

2009-03-07 Thread Tobias Oetiker
Hi Petr, assume result is a qx.ui.tabview.Page and remove_tab a function to call remove with result on the qx.ui.tabview.TabView var button = result.getButton(); var cross = new qx.ui.basic.Image(decoration/window/close-inactive.png).set({marginRight : -3 });

Re: [qooxdoo-devel] switched to 0.8.2

2009-03-16 Thread Tobias Oetiker
Andreas, did you check the firefox error console ? Also did you check the webserver log to see what files actually get to the browser ? cheers tobi Today Fink, Andreas wrote: Hi all, I've switched my application from 0.8.1 to 0.8.2 and now the source-version of my application didn't

[qooxdoo-devel] updated version of the perl server side (JSONRPC.pm)

2009-04-16 Thread Tobias Oetiker
Folks, We have been using the qooxdoo perl backend in a number of our projects. In the process we did a few updates: * location of the serice modules is configurable * prefix of method names is configurable * provid GetAccessability with access to the session data * response header has charset

Re: [qooxdoo-devel] A funny thing happened on the way to deployment...

2009-05-27 Thread Tobias Oetiker
Hi Larry, Yesterday larry blische wrote: I have a qooxdoo 0.8.2 app which is nearly ready for deployment. This app was developed on a Mac and will be deployed on dedicated PCs. It is sort of a touchscreen kiosk application, an employee time clock. While building the PC hosts, I was testing

[qooxdoo-devel] updated perl RPC support and debian packaging of qooxdoo

2009-06-24 Thread Tobias Oetiker
Folks, a few months back I posted some updates to the qooxdoo perl json rpc module, one thing lead to another and I ended up taking over the maintenance of the perl bindings from Nick Glencross. Finally today I got around to actually do something about it and check in my updates to the

[qooxdoo-devel] formal release of qooxdoo-contrib stuff

2009-06-24 Thread Tobias Oetiker
Hi Niko has asked me about 'official' tar balls (aka releases) for qooxdoo-contrib projects (especially the perl bindings). Is there anything planned or some process defined ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch

[qooxdoo-devel] Placeholder refresh

2009-07-30 Thread Tobias Oetiker
Gurus, I am using the new Placeholder property in one of my projects. Since I am re-using widgets, I need to 'clean' them as different data is displayed. I do textfield.setValue(null); If the field has already been empty, then it will NOT display the Placeholder but remain white. Once I

[qooxdoo-devel] SelectBox and translation

2009-07-30 Thread Tobias Oetiker
Gurus, I am using the qooxdoo SelectBox ... I use this.tr to make the ListItems values translatable. This works fine as fahr as the content of the dropdown is concerned. But as soon as I select an item, the original language gets displayed in on the SelectBox button. cheers tobi -- Tobi

[qooxdoo-devel] tabIndex and hidden forms problem

2009-08-02 Thread Tobias Oetiker
I have created an application with multiple screens. I have instanciated all the screens at once and then use the Visibility setting (hidden vs visible) to show the active one. Two screens contain multiple textinput fields. I found that the tabbing between these fields gets erratic as soon as the

Re: [qooxdoo-devel] tabIndex and hidden forms problem

2009-08-02 Thread Tobias Oetiker
Hi Alexander, Today A.Yerenkow wrote: On 02.08.2009 11:12, Tobias Oetiker wrote: I found that by disabeling the hidden screens, I could fix the problem, but I guess this would better be handled properly at the library level ... try exclude I have refrained from using exclude since

[qooxdoo-devel] cropper widget

2009-08-17 Thread Tobias Oetiker
Today I spent some quality time with qooxdoo ... and wrote a generic widget for visual selection ... its called cropper. demo onhttp://tobi.oetiker.ch/test/cropper/ source on http://tobi.oetiker.ch/test/cropper/cropper.txt would this be ok as a contrib ? I was thinking of op.ui.cropper

Re: [qooxdoo-devel] cropper widget

2009-08-18 Thread Tobias Oetiker
be possible to change the this.__startY and this.__startX after starting the cropping). done ... demo is updated ... cheers tobi Thanks for sharing. On Mon, Aug 17, 2009 at 6:22 PM, Tobias Oetiker t...@oetiker.ch wrote: Today I spent some quality time with qooxdoo ... and wrote a generic

Re: [qooxdoo-devel] cropper widget

2009-08-18 Thread Tobias Oetiker
Hi Andreas, I have just run the command you suggested, create-application.py -t contribution -n Cropper -s cropper the result is a bit confusing though ... there are now two demo locations in the generated tree Cropper/trunk/source/class/cropper/demo

Re: [qooxdoo-devel] cropper widget

2009-08-18 Thread Tobias Oetiker
Hi Andreas, Today Andreas Ecker wrote: Hi Tobi, here's some feedback (was busy the entire day). Today I spent some quality time with qooxdoo ... and wrote a generic widget for visual selection ... its called cropper. demo onhttp://tobi.oetiker.ch/test/cropper/ source on

Re: [qooxdoo-devel] cropper widget

2009-08-19 Thread Tobias Oetiker
Hi Andreas, Today Andreas Ecker wrote: Hi Tobi! I have now commited it and added a page to the wiki ... Thanks again for making it available in qooxdoo-contrib. I completed the setup process, e.g. with an accompanying bugzilla component or meta info at

[qooxdoo-devel] [patch] SmartTableModel fixes ...

2009-10-16 Thread Tobias Oetiker
compiling SmartTableModel with the latest generator (as of this morning) suggests the following fixes: Index: MSmartUnitTests.js === --- MSmartUnitTests.js (revision 19377) +++ MSmartUnitTests.js (working copy) @@ -65,7 +65,7 @@

Re: [qooxdoo-devel] validators gone in 0.8

2009-10-21 Thread Tobias Oetiker
regarding forms and qx ... have a look at the 0.8.3 release announcement ... it will mean some refactoring for your code but there are now validators and much more ... cheers tobi Tobias Oetiker schrieb: Folks, Every day I am learning new things while working with qooxdoo 0.8. Today I tried

[qooxdoo-devel] debugging async request handlers ...

2009-11-19 Thread Tobias Oetiker
Gurus, I am writing an application that runs quite a substantial bit of code in response to data coming in from the client side ... as with all code there are bugs in the request handler ... unfortunately these bugs get caught by the RequestQueue.js which then prints the following line on the

[qooxdoo-devel] about callAsync and scope

2009-11-23 Thread Tobias Oetiker
While qooxdoo is hurling towards 1.0 there is this question that is bugging me. I have learned, that using anonymous functions leads to grief when debugging. So instead of server.callAsync(function(ret,exc,id){ \\ handler code },arg1,arg2,arg3); I am writing function

Re: [qooxdoo-devel] about callAsync and scope

2009-11-23 Thread Tobias Oetiker
Today Matthew Gregory wrote: Hi Tobias, You can your qx.lang.Function.bind server.callAsync(qx.lang.Function.bind(handler, this), arg1, arg2...); That should fix your issue :) cool ... so it becomes simpley a question of huffman coding or not thanks tobi HTH Matt Tobias Oetiker

Re: [qooxdoo-devel] canvas in a table cell

2009-11-24 Thread Tobias Oetiker
Hi Martin, I was meditating on this problem tonight, and I see two scenarios: a) create a cellrenderer.Canvas which adds a canvas tag with a running id into the table and adds the values with the id into a queue. _getContentHtml : function(cellInfo) { var id =

[qooxdoo-devel] smoketrace 2.0

2009-11-24 Thread Tobias Oetiker
Yesterday morning I have asked about a canvas cell in the table widget ... It is all Work In Progress, but here is a sneak peek at my current project: http://tobi.oetiker.ch/test/smoketrace/build/#ACT=RUN;PLG=TraceRoute;host=www.caida.org;rounds=10;interval=2;method=default SmokeTrace

Re: [qooxdoo-devel] smoketrace 2.0

2009-11-24 Thread Tobias Oetiker
Hoi Martin, Yesterday MartinWittemann wrote: Hi tobi, I really like the canvas element on the table. :) I thought of a chart the first time you mentioned your idea of the canvas in the table. Pretty nice! have you seen how it winks out of existance as you scrol the table and comes back

Re: [qooxdoo-devel] canvas in a table cell

2009-11-25 Thread Tobias Oetiker
Hi Fabian, Today Fabian Jakobs wrote: Tobias Oetiker schrieb: Today MartinWittemann wrote: Hi tobi, I don't know exactly your use case but if you can use the grid instead, do so. No matter what way you will go, i'm sure everyone is interested in the outcome

Re: [qooxdoo-devel] smoketrace 2.0

2009-11-25 Thread Tobias Oetiker
Hi Fabian, Today Fabian Jakobs wrote: Hi Tobias, the canvas cell renderer is really cool. Please file a bug for the missing event (if possible with a patch). Maybe we can even include the canvas renderer into the framework. the bug is in ... 3110 ... I'm glad to contribute the renderer, to

[qooxdoo-devel] canvas and the table widget

2009-11-26 Thread Tobias Oetiker
As explained the other day I am working on a canvas cell renderer, it has been working pretty well for some time now, except that the contents of the canvas cells misteriously dissapeared when scrolling through the table. I have no investigated the problem and found the reason (and a solution).

Re: [qooxdoo-devel] Rpc* backend harmonization

2009-11-27 Thread Tobias Oetiker
Hi Christian, 1) Implementation If you look through the individual implementations, they have quite different ways of actually invoking the service methods. This is due to language specificities and to the different ways the servers work (Script vs. standalone server vs. servlet container).

Re: [qooxdoo-devel] canvas and the table widget

2009-11-27 Thread Tobias Oetiker
Hi Helder, Today Helder Magalhães wrote: Hi everyone, Tobias Oetiker-3 wrote: is the table widget realy faster by doing string manipulation instead of jugging dom nodes ? Good question. As browsers are getting faster and more efficient (I recall setting innerHTML was almost

[qooxdoo-devel] canvas tablecell renderer ... demo

2009-12-06 Thread Tobias Oetiker
I am about to release remocular - your remote eye in the cloud it sports a new table cell renderer for canvas cells which can display little bits of graphics. http://tobi.oetiker.ch/test/remocular/build/#ACT=RUN;PLG=MpStat;interval=1;rounds=10 cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG,

Re: [qooxdoo-devel] canvas tablecell renderer ... demo

2009-12-06 Thread Tobias Oetiker
tried a bit, but it seems that I did something wrong, since nothing showed up ... is there a trick ? cheers tobi Greetings Stefan Tobias Oetiker wrote: I am about to release remocular - your remote eye in the cloud it sports a new table cell renderer for canvas cells which can display

[qooxdoo-devel] qooxdoo works on the iPhone (Re: canvas tablecell renderer ... demo)

2009-12-06 Thread Tobias Oetiker
Tobias Oetiker wrote: I am about to release remocular - your remote eye in the cloud it sports a new table cell renderer for canvas cells which can display little bits of graphics. http://tobi.oetiker.ch/test/remocular/build/#ACT=RUN;PLG=MpStat;interval=1;rounds=10 I just tested

Re: [qooxdoo-devel] canvas tablecell renderer ... demo

2009-12-06 Thread Tobias Oetiker
Today Stefan Volbers wrote: Tobias Oetiker wrote: Today Stefan Volbers wrote: Hi Tobi, your app looks fantastic. Are you going to release the canvas cell renderer as a contrib? I'm sure it would come in handy for many of us sooner or later. yes, the code is pretty generic

Re: [qooxdoo-devel] Qooxdoo's translation mechanism

2009-12-07 Thread Tobias Oetiker
Hi Flj, Today f...@mail.dnttm.ro wrote: Hi all. I think reporting this might be of interest to the qooxdoo developers, especially since IMO extending the translation mechanism to cover what I'll tell you about seems easy to me. The project I am working for currently is for a customer who

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-14 Thread Tobias Oetiker
Hi Peter, Today Petr Kobalí?ek wrote: Hi, interesting renderer, but license is not acceptable for me. But thanks for demonstration, it's nice to see it in action. Did I say anything about the licensing of the cellrender? If there is sufficient interesst, I will be makeing it into a qooxdoo

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-15 Thread Tobias Oetiker
Today Stefan Volbers wrote: Hi Tobi, great you got it running even with excanvas. Fabian is right, the ui update rocks! You should consider dual licensing it, selling a commercial version; remocular might become server admin's best friend. well I (maybe stupidly) beleive in the sale of

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-15 Thread Tobias Oetiker
, greetings, Stefan On 15.12.2009 13:51, Tobias Oetiker wrote: Today Stefan Volbers wrote: Hi Tobi, great you got it running even with excanvas. Fabian is right, the ui update rocks! You should consider dual licensing it, selling a commercial version; remocular might become server

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-15 Thread Tobias Oetiker
Today thron7 wrote: My (cunning) plan is, to attract more 'enduser' attention by doing a directly userfacing tool with a powerful plugin interface as opposed to my classic rrdtool work which is sitten way too low in the stack for gaining decent tracktion What?! - I'm really

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-15 Thread Tobias Oetiker
Hi Stefan, I found the problem ... I should not call the target window 'remocular.org' it seems that ie does not like '.' characters in target names ... will fix for next update ... cheers tobi Today Stefan Volbers wrote: On 15.12.2009 14:54, Tobias Oetiker wrote: Hi Stefan, hmmm

Re: [qooxdoo-devel] Which qxd structure should I use? treeVirtual?

2009-12-16 Thread Tobias Oetiker
Hi Luke, Today thron7 wrote: Luke, lp1051 wrote: Hi T., Yes, I was playing with the example in demobrowser and that's why I wanted to ask for advice. The functionality demonstrated for normal tree was exactly what I needed for reordering the Folders and Files, but virtual tree

Re: [qooxdoo-devel] Failure in svn update qooxdoo-contrib

2009-12-17 Thread Tobias Oetiker
Hi Thomas, Today thron7 wrote: Hi, there seem to be a problem in https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib svn up qooxdoo-contrib/ svn: Can't convert string from 'UTF-8' to native encoding: svn:

Re: [qooxdoo-devel] qooxdoo talk at OSD2010

2010-01-11 Thread Tobias Oetiker
Hi Martin, Today MartinWittemann wrote: Hi tobi, thats great to hear. Let us know if you need some additional input or help. if you have merchandise I will be glad to hand it out :-) Do you plan to upload your slides? sure will ... I expect them to be taken mostly from my tutorial ...

Re: [qooxdoo-devel] Padding in qx.ui.window.Window

2010-01-11 Thread Tobias Oetiker
Today Fritz Zaucker wrote: Hi, I am trying to put something into a qx.ui.window.Window and can't get rid of the padding:

Re: [qooxdoo-devel] Table constructor tableColumnModel option

2010-01-16 Thread Tobias Oetiker
Hi Mikael, Yesterday Mikael Hakman wrote: Hello, The following code gives Please initialize 'qx.ui.table.columnmodel.Resize' objects using the new keyword! error: this.table = new qx.ui.table.Table (model ,{tableColumnModel : qx.ui.table.columnmodel.Resize}); However, the following

Re: [qooxdoo-devel] Table constructor tableColumnModel option

2010-01-17 Thread Tobias Oetiker
Today Tobias Oetiker wrote: Hi Mikael, Yesterday Mikael Hakman wrote: Hello, The following code gives Please initialize 'qx.ui.table.columnmodel.Resize' objects using the new keyword! error: this.table = new qx.ui.table.Table (model ,{tableColumnModel

Re: [qooxdoo-devel] RPC: We need a standard compliant way to serialize dates

2010-01-18 Thread Tobias Oetiker
Hi Fabian, Today Fabian Jakobs wrote: Hi, Yesterday I've landed a commit, which adds native JSON support to qooxdoo. There is a new class qx.lang.Json, which has exactly the same interface as the JSON object defined in the EcmaScript 5 specification

Re: [qooxdoo-devel] State of the Perl serverside RPC implementation

2010-02-18 Thread Tobias Oetiker
Hi Björn, Today Björn Fischer wrote: Hello, currently I am into a project using qooxdoo in application mode on the client and Perl on the server side. The available JSONRPC implementation (RpcPerl-0.1) seems a bit outdated and depends on a deprecated version of JSON.pm. Additionally I do

Re: [qooxdoo-devel] Syntax bug in JSONRPC.pm

2010-02-25 Thread Tobias Oetiker
Hi Michael, Today SCHÄFER, Michael wrote: Hi guys, I am using Qooxdoo 1.0.1 and the RpcPerl backend Version 0.1 from http://sourceforge.net/projects/qooxdoo-contrib/files/. I think there is a bug in the JSONRPC.pm file in line 479. I replaced your code return $value ? JSON::True :

[qooxdoo-devel] qooxdoo Perl bindings - RpcPerl 0.2 - released

2010-02-25 Thread Tobias Oetiker
Instead of directing everyone to the svn trunk, I have updated the RpcPerl release to 0.2 and put it up on SF. I have been using this in my own projects for some time and it seems fine so far. Changes versus 0.1: 0.2 - added new Qooxdoo::SessionLite module to use as a replacement for

[qooxdoo-devel] api viewer built from trunk (r21698) does not work

2010-03-04 Thread Tobias Oetiker
Hi, I just built the api viewer from todays trunk, when starting it, the screen remains blank and firebug sais: this.__nc is null [Break on this error] (function(){var O=toString,N=.,M=de...__pe=this.__pf=this.__pg=null;}});})();\n any ideas ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER

[qooxdoo-devel] windows can not be moved in build version (trunk r21698)

2010-03-04 Thread Tobias Oetiker
try this var win = new qx.ui.window.Window(First Window); win.setWidth(300); win.setHeight(200); this.getRoot().add(win, {left:20, top:20}); win.open(); in the source version all is as it should in the build version the window becomes unmovable ... cheers tobi

Re: [qooxdoo-devel] windows can not be moved in build version (trunk r21698)

2010-03-04 Thread Tobias Oetiker
Hi Johnathan, Today Jonathan Weiß wrote: Hello Tobi, it should be working in current trunk - thanks for letting us know this. Cheers Jonathan thanks, it works again cheers tobi - Jonathan Weiß Framework Engineer http://mysterycity.de/blog Blog -

Re: [qooxdoo-devel] api viewer built from trunk (r21698) does not work

2010-03-04 Thread Tobias Oetiker
Hi Martin, Today MartinWittemann wrote: Hello tobi, oetiker wrote: this.__nc is null [Break on this error] (function(){var O=toString,N=.,M=de...__pe=this.__pf=this.__pg=null;}});})();\n any ideas ? Yes, use r21699. ;) It was a bug we didn't recognize during our performance

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Tobias Oetiker
Hi Hanjoerg, note that the VBox and HBox layouts also take the AlignX / AlignY property into consideration ... see this: http://bit.ly/aiUikA cheers tobi Thank you Fritz for this tip. I will try this. cheers Hansjoerg Fritz Zaucker-3 wrote: You can add a spacer with flex:

Re: [qooxdoo-devel] Place (HBOX) buttons at the end of container?

2010-03-08 Thread Tobias Oetiker
, allowGrowX: false }); var btn1 = new qx.ui.form.Button(Status, icon/22/apps/internet-web-browser.png); StatusBarContainer.add(btn1); StatusBarContainer.set({ alignY:bottom }); mainContainer.add(StatusBarContainer); 2010/3/8 Tobias Oetiker t

Re: [qooxdoo-devel] Add a selectBox to a table

2010-03-31 Thread Tobias Oetiker
Hi Olivier, Today Olivier ZORO-BI wrote: Hi, I'm trying to add a SelectBox in a table cell. I found in the Qooxdoo API that I needed a qx.ui.table.celleditor.SelectBox. But I want to add an existing and filled qx.ui.form.SelectBox. So I Thought about getting the List of the existing

  1   2   3   4   >