[qooxdoo-devel] Canvas line

2011-03-22 Thread grykar
Hi is it possible to draw line on canva in qooxdoo using HTML5. It is easy in HTML5 see example below but don't know how to do that in qooxdoo Thanks, Karol -- View this message in context: http://qooxdoo.678.n2.nabble.com/Canvas-line-tp6195652p6195

Re: [qooxdoo-devel] qooxdoo 1.0 issue qx.ui.form.List

2009-12-21 Thread Grykar
Guilherme, thanks for this. Now don't get errors but my application doesn't work. Probably issue is somewhere else. Thanks, Karol Guilherme Aiolfi wrote: > > have you tried setSelection([item])? > > On Sun, Dec 20, 2009 at 8:45 PM, Grykar wrote: > >> >

[qooxdoo-devel] qooxdoo 1.0 issue qx.ui.form.List

2009-12-20 Thread Grykar
Hi, I migrated my project from qooxdoo 0.8.3 to 1.0 and cannot figure out how to replace function select(Widget item). Which was working well in 0.8.3 but there is no such function in release 1.0. I am using single selection mode. ... by the way there has been following issue since release 0.7.3

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Jonathan, I didn't get any error in FF debug console only several the same warnings undefined property "auto-complete". Declaration has been left http://localhost/index.html sorry for translation I get messages in local language Regards, Karol Jonathan Weiß-2 wrote: > > > Hello Karol

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Fritz, thanks for this hint. It has solved my problem Thanks, Karol Fritz Zaucker-3 wrote: > > Hi Grykar, > > > On Fri, 11 Dec 2009, Grykar wrote: > >> added at the end of function "getTabView1" following line >> >> tabView.se

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Jonathan, I tried this function before I post message. I don't know why but it doesn't work for me. Maybe I still don't know about something. to make sure I modified demo http://demo.qooxdoo.org/current/demobrowser/#widget~TabView.html added at the end of function "getTabView1" following line

[qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-10 Thread Grykar
Hi, could you please let me know how to check tab in qx.ui.tabview.TabView ? I have 4 tabs defined. I would like to check e.g. 3rd of them before open window within qx.ui.tabview.TabView object. Thanks, Karol -- View this message in context: http://old.nabble.com/check-tab-in-qx.ui.tabview.

Re: [qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
t;, function() > { >if (++count == numberOfAtoms) >{ > this.nextTask(); >} > }, this); > > As I said, if you give more detail we might be able to help more :) > > Matt > > Grykar wrote: >> Hi >> >> I am adding a few atoms to layout. After all atoms we

Re: [qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
this.nextTask(); >} > }, this); > > As I said, if you give more detail we might be able to help more :) > > Matt > > Grykar wrote: >> Hi >> >> I am adding a few atoms to layout. After all atoms were added I would >> like >> to start

[qooxdoo-devel] adding atoms to layout

2009-11-04 Thread Grykar
Hi I am adding a few atoms to layout. After all atoms were added I would like to start "next task". The atoms are added in random order therefore I don't know which one is last. It cannot be solved by add appear event to each atom due to "next task" should be start only one time and all atoms sho

Re: [qooxdoo-devel] ToolTip... setRich is not a function

2009-03-24 Thread Grykar
still true, but try this: >>>> >>>> var tt5 = new qx.ui.tooltip.ToolTip("A long label text with >>>> auto-wrapping. " >>>> + "This also may contain rich HTML markup " >>>> + "and with a (show) t

Re: [qooxdoo-devel] ToolTip... setRich is not a function

2009-03-24 Thread Grykar
t;> var tt5 = new qx.ui.tooltip.ToolTip("A long label text with >> auto-wrapping. " >> + "This also may contain rich HTML markup " >> + "and with a (show) timeout of 50ms.", >> "icon/32/actions/h

Re: [qooxdoo-devel] ToolTip... setRich is not a function

2009-03-24 Thread Grykar
ource http://family3.org/test/source/class/test/Application.js Karol thron7-2 wrote: > > I've tried your code in Playground - works perfectly! :-\ > > T. > > Grykar wrote: >> Hi >> >> I tryied use example of qx.ui.tooltip.ToolTip from Demo browser.

[qooxdoo-devel] ToolTip... setRich is not a function

2009-03-24 Thread Grykar
Hi I tryied use example of qx.ui.tooltip.ToolTip from Demo browser. Generally it works except example below var tt5 = new qx.ui.tooltip.ToolTip("A long label text with auto-wrapping. " + "This also may contain rich HTML markup " + "and with a (show) timeout of 50ms.",

Re: [qooxdoo-devel] qooxdoo-contrib UploadWidget

2009-03-10 Thread Grykar
Roman, you are right it is easy :-) thanks a lot Karol -- View this message in context: http://www.nabble.com/qooxdoo-contrib-UploadWidget-tp22440337p22444108.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ---

[qooxdoo-devel] qooxdoo-contrib UploadWidget

2009-03-10 Thread Grykar
Hi, How tu use UploadWidget with php instead of perl ? Is it possible ? Karol -- View this message in context: http://www.nabble.com/qooxdoo-contrib-UploadWidget-tp22440337p22440337.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. -

[qooxdoo-devel] how to check when image is loaded to the browser successfully ?

2009-03-02 Thread Grykar
Hi, Is there any way to check when is the image (qx.ui.basic.Image) loading process on the layout finished ? I would like to check position and size of the image. The image is added to HBox layout and is centered. So the position of image depends on size of image and is known when image is load

Re: [qooxdoo-devel] work with cookie in v8.0

2008-12-18 Thread Grykar
Fabian, thanks for hint Karol Fabian Jakobs-2 wrote: > > Grykar schrieb: >> Hi, >> >> please let me know how to save and read cookie in v8.0 I know how to do >> that >> in v7.3 but in new one it doesn't work >> >> Thanks, >> Karol &

[qooxdoo-devel] work with cookie in v8.0

2008-12-18 Thread Grykar
Hi, please let me know how to save and read cookie in v8.0 I know how to do that in v7.3 but in new one it doesn't work Thanks, Karol -- View this message in context: http://www.nabble.com/work-with-cookie-in-v8.0-tp21069360p21069360.html Sent from the qooxdoo-devel mailing list archive at Nab

Re: [qooxdoo-devel] is it bug or common behaviour of this.tr() ?

2008-10-07 Thread Grykar
Fabian, I have found the root cause I think. I am using qx.ui.form.TextArea to view some information. When I create object var CheckInput = new qx.ui.form.TextArea(""); and use setValue() to update message in this case the memory is not allocated I suppouse. The memory is overwritten and I see t

[qooxdoo-devel] is it bug or common behaviour of this.tr() ?

2008-10-04 Thread Grykar
Hi, I am not sure if it is bug or common behaviour. The issue happens when this.tr("...") is defined in event function or function which is called from event. In this case application is working unstable. There are memory issues - data in variables is randomly overwritten. Before build everythin

Re: [qooxdoo-devel] compilation date

2008-09-24 Thread Grykar
Thomas, I think it is better solution than update manually variable in file before each build what I have done :-) Thanks, Karol > Hi Karol, unfortunately, we don't currently have a way of including dynamic content into the build. This might come in a future version. Currently, we are m

[qooxdoo-devel] compilation date

2008-09-23 Thread Grykar
Hi I would like to add info about project version (date). Is there way to updated the info automatically when project is building ? Then use the variable in project e.g. to show version of compilation. Thanks, Karol -- View this message in context: http://www.nabble.com/compilation-date-tp1

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

2008-09-14 Thread Grykar
Thanks for answers Karol -- View this message in context: http://www.nabble.com/How-to-open-new-browser-window-in-0.8-tp19457385p19484360.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. - This SF.Net

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

2008-09-12 Thread Grykar
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 -- View this message in context: http://www.nabble.com/How-to-open-new-browser-window-in-0.8-tp19457385p19457385.html Sent from the

Re: [qooxdoo-devel] How to get position of widget in 0.8?

2008-09-11 Thread Grykar
Thanks for help Sebastian Werner wrote: > > Try out getDocumentLeft/getDocumentTop: > > http://demo.qooxdoo.org/current/apiviewer/ > #qx.event.type.Mouse~getDocumentLeft > > Sebastian > > > Am 11.09.2008 um 18:33 schrieb Grykar: > >> >>

Re: [qooxdoo-devel] How to get position of widget in 0.8?

2008-09-11 Thread Grykar
n(e) { >alert(this.getBounds()); > }); > > Sebastian > > > Grykar schrieb: >> I don't know why part of code below doesn't work properly. >> >> var button1 = new qx.ui.form.Button("First Button"); >> this.getRoot().add(button1, {left: 10

Re: [qooxdoo-devel] How to get position of widget in 0.8?

2008-09-11 Thread Grykar
in qx.ui.core.MPlacement is already included into some > widgets like Popup and has some useful methods for these positioning > tasks as well. > > Sebastian > > > > Grykar schrieb: >> I would like to know in relation to the next parent. >> >> I suppous

Re: [qooxdoo-devel] How to get position of widget in 0.8?

2008-09-11 Thread Grykar
cument or in relation to the next > parent? > > Sebastian > > > Grykar schrieb: >> Hi >> >> There is easy way to getLeft, getRight, getTop, getBottom in 0.7. How to >> d

[qooxdoo-devel] How to get position of widget in 0.8?

2008-09-11 Thread Grykar
Hi There is easy way to getLeft, getRight, getTop, getBottom in 0.7. How to do the same in 0.8 ? Thanks, Karol -- View this message in context: http://www.nabble.com/How-to-get-position-of-widget-in-0.8--tp19435030p19435030.html Sent from the qooxdoo-devel mailing list archive at Nabble.com.

Re: [qooxdoo-devel] setTheme issue

2008-03-25 Thread Grykar
er with qx.Theme.getByName > to get the theme instance back. This instance then could be used for the > setTheme call you wish to make. > > Hope this helps. > > Sebastian > > > > > Grykar schrieb: >> Hi, >> >> step 1 save theme in cook

[qooxdoo-devel] setTheme issue

2008-03-22 Thread Grykar
Hi, step 1 save theme in cookie qx.io.local.CookieApi.set('_theme_', qx.theme.manager.Meta.getInstance().getTheme(), 2); step 2 in the same session nor next one the code below doesn't work var theme_cookie = qx.io.local.CookieApi.get('_the

[qooxdoo-devel] JSON + MySQL example ?

2008-01-03 Thread Grykar
I would like to ask you for simple example how to setup JSON-RPC service and use it to access data on MySQL database via qooXdoo GUI. All components are installed base on http://python.cx.hu/python-cjson and example from http://qooxdoo.org/documentation/0.6/user_manual/rpc/python?s=json is working