Re: [qooxdoo-devel] add-script question

2012-05-14 Thread alexandr
Thanks thron7-2! - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/add-script-question-tp7555881p7556149.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] add-script question

2012-05-14 Thread alexandr
- white window in browser. If I run job "build" - all is ok. Questions: 1. Is "my-build" job correct? 2. If "add-script" successfully added my-script.js to application, my-script.js file would be appear in "script" folder of the builded project, or it would

Re: [qooxdoo-devel] Memory managment

2012-03-05 Thread alexandr
Ok, I will open a bug. I just thought that if object's name has prefix '$$' - it means that object was disposed. But for some reason warning about it got into log. Seems it is not so - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.na

[qooxdoo-devel] Memory managment

2012-03-04 Thread alexandr
ssages like "Missing destruct definition for '*$$*...", (whith prefix '$$') I can ignore? - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Memory-managment-tp7344002p7344002.html Sent from t

Re: [qooxdoo-devel] How to set icon to browser page (favicon.ico)?

2012-02-29 Thread alexandr
Thanks! - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-set-icon-to-browser-page-favicon-ico-tp7328930p7329014.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] How to set icon to browser page (favicon.ico)?

2012-02-29 Thread alexandr
Hi Qooxdoo Team! I need to set my own icon to browser's page. How can I do this? Thanks! - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-set-icon-to-browser-page-favicon-ico-tp7328930p7328930.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)

2012-02-09 Thread alexandr
Thanks a lot, guys!!! Your answers were very helpfull for me ;) - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Component-returned-failure-code-0x80004005-NS-ERROR-FAILURE-tp7265346p7268955.html Sent from the qooxdoo mailing list archive at

[qooxdoo-devel] Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)

2012-02-08 Thread alexandr
is instance of qx.ui.window.Window. 1. Maybe anyone knows reasons of this exception? 2. How can I catch this exception in code, for not to show it to user? I try to use try-catch block, but it didn't caught the exception... Will be glad for any help... - Best regards, Alexandr -- Vi

Re: [qooxdoo-devel] Customizing decoration theme

2011-12-06 Thread alexandr
{ decorator : qx.ui.decoration.Background, style : { backgroundImage : "loan_app_qx/toolbar-gradient-red.png", backgroundRepeat : "scale" } } } }); - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2

Re: [qooxdoo-devel] Customizing decoration theme

2011-12-06 Thread alexandr
Any help, please... I've read tutorial on theming and a lot of topics, but I didn't achieve expected result. I simply want to set my own background image for toolbar (by customizing decorator). I think I missed some little thing, but what? - Best regards, Alexandr -- View this

Re: [qooxdoo-devel] Customizing decoration theme

2011-12-05 Thread alexandr
n.js, and of course place image "toolbar-gradient-red.png" in the directory "resource/loan_app_qx". Maybe I should do something else? - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Customizing-decoration-theme-tp7062785p70657

[qooxdoo-devel] Customizing decoration theme

2011-12-05 Thread alexandr
image is not applied. Where is my error? Will be glad for any help. - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Customizing-decoration-theme-tp7062785p7062785.html Sent from the qooxdoo mailing list a

[qooxdoo-devel] Opacity of toolbar buttons

2011-12-02 Thread alexandr
Hi, Qooxdoo Team! I want to get semi transperent toolbar and non transperent toolbar buttons. How can I achieve this? Setting of different opacity for the toolbar and toolbar buttons don't work. - Best regards, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabbl

Re: [qooxdoo-devel] Treevirtual without icon

2011-11-15 Thread alexandr
urning: { html: '', pos: pos }. > > Cheers, > Chris > - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Treevirtual-without-icon-tp6992446p6995627.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Treevirtual without icon

2011-11-14 Thread alexandr
There is unwanted space between OpenCloseSymbol and name of the node in case of empty icon... - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Treevirtual-without-icon-tp6992446p6992483.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] Treevirtual without icon

2011-11-14 Thread alexandr
Hi, Qooxdoo Team! Tell please, what shall I do to get qx.ui.treevirtual.TreeVirtual wich has no icon? I tried to set null, empty string, empty icon to icon property, but I didn't got the solution... - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabbl

Re: [qooxdoo-devel] NumberFomat and group separator

2011-10-20 Thread alexandr
Thanks a lot! - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/NumberFomat-and-group-separator-tp6911924p6912250.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] NumberFomat and group separator

2011-10-20 Thread alexandr
Hi, Qooxdoo Team! As it says in the forum, group separators in qx.util.format.NumberFomat depends on locale. But I want to have value "1 500 000.00" instead "1,500,000.00". Can I achieve this? ----- Cheers, Alexandr -- View this message in context: http://qooxd

Re: [qooxdoo-devel] Coloring of table row (using rowrenderer)

2011-09-13 Thread alexandr
Hi, Norbert! Thanks for the reply! In my case I need to change colors in runtime, so themes is not suitable solution... N. Schröder wrote: > > Privet Alexandr, > > have you considered styling your table by using qooxdoo's theming > capabilities as described

[qooxdoo-devel] TabView: TabButtons position

2011-09-08 Thread alexandr
- - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/TabView-TabButtons-position-tp6771762p6771762.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] Keyinput event

2011-08-10 Thread alexandr
The bug is http://bugzilla.qooxdoo.org/show_bug.cgi?id=5503 Alexander Steitz wrote: > > Hi Alexandr, > > Please file a bug report at bugzilla.qooxdoo.org and describe what is the > wrong behaviour. > > Thanks, > Alex > - Cheers, Alexandr -- View thi

Re: [qooxdoo-devel] Keyinput event

2011-08-09 Thread alexandr
eValue event handler is only called every other time. > > I am pretty sure it is a bug in Qooxdoo. > > Cheers, > Fritz > - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Keyinput-event-tp6663993p6671047.html Sent from the qooxdoo mail

Re: [qooxdoo-devel] Keyinput event

2011-08-09 Thread alexandr
Is this qooxdoo bug? alexandr wrote: > > Thanks Derrel and Fritz! > > I tried to implement what Derrell said, below is my code. At first glance > all works fine, but sometimes changeValue event isn't raised, I think it > because of I change the value inside handler of c

Re: [qooxdoo-devel] Keyinput event

2011-08-08 Thread alexandr
Thanks Derrel and Fritz! I tried to implement what Derrell said, below is my code. At first glance all works fine, but sometimes changeValue event isn't raised, I think it because of I change the value inside handler of changeValue event (maybe not...). For example, try to input "12...". Can you h

Re: [qooxdoo-devel] Keyinput event

2011-08-08 Thread alexandr
Thanks a lot, Gabriel! You example match case [digits-dot-digits], but not [digits-dot-2_digits]... And, for user, it is better if the programm does not allow to input wrong characters, but not only highlight wrong input... So I try to find the way, how to restrict input in textfield, depending o

Re: [qooxdoo-devel] Keyinput event

2011-08-08 Thread alexandr
Thanks, RegExp is good, but I am not expert in it... In my case i want to create money text field - only digits, only one dot and only two digits after dot... So I think, that I can do all checks inside keyinput event, and restrict input if need... About ReqExp - can my goal be achieved only by u

[qooxdoo-devel] Keyinput event

2011-08-08 Thread alexandr
Hi Qooxdoo Team! I want to restrict input of some characters in text field using keyinput event. How can I do it? __ Thanks, Alexander -- View this message in context: http://qooxdoo.678.n2.nabble.com/Keyinput-event-tp6663993p6663993.html Sent from the qooxdoo mailing list archive at Nabbl

Re: [qooxdoo-devel] multiline table header cells

2011-07-25 Thread alexandr
Hi, I made what I wanted. Maybe, it will be useful for somebody: http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%22qx.Class.define%28%2522MultilineHeaderRenderer%2522%252C%2520%257B%250A%2520%2520extend%2520%253A%2520qx.ui.table.headerrenderer.Default%252C%250A%2520%2520members%2520%

[qooxdoo-devel] Multiline table header

2011-07-24 Thread alexandr
Hi, Does the qooxdoo feature to set table header cell to multiline? __ Thanks, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/Multiline-table-header-tp6617287p6617287.html Sent from the qooxdoo mailing list archive at Nabble.com

Re: [qooxdoo-devel] multiline table header cells

2011-07-22 Thread alexandr
this without magic with header renderer? Thanks, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/multiline-table-header-cells-tp3356231p6610159.html Sent from the qooxdoo mailing list archive at Nabbl