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
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:
>
>>
>
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
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
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
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
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.
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
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
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
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
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
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.
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.",
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.
---
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.
-
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
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
&
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
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
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
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
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
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
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
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:
>
>>
>>
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
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
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
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.
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
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
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
33 matches
Mail list logo