Hi,
clearCache() or reloadData() shouldn't set __firstLoadingBlock to -1?
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great pr
Hi Chris,
while it is indeed often more useful to introduce new custom appearances
- even for a few instances, as they typically start to grow in
number ;-) - you can still override the appearance values of an
individual instance, e.g. in the skeleton: button1.setTextColor("red")
Decorators do of
Never mind. I found in the forum.
TextField.getComputedValue()
Thanks.
Kanugula.
Kanugula wrote:
>
> Hello,
>
> Qooxdoo 0.7.3.
> IE6 and FF3
>
> If I don't enter any value on a Textfield, I get TextField.getValue()
> returning null, which is good.
> If I enter some thing and delete it, it r
Hello,
Qooxdoo 0.7.3.
IE6 and FF3
If I don't enter any value on a Textfield, I get TextField.getValue()
returning null, which is good.
If I enter some thing and delete it, it returns "";
Why is like that? From the display point of view both are same. Is there a
way to get only one value always?
Chris,
You can give any instance another appearance e.g.
spinnerInstance.setAppearance("my-spinner");
But this entry must be defined in your currently used theme. A typical
use case might be to extend the existing theme, add some custom entries
like "my-spinner" and use this theme instead. The
Hi Alex,
I thought it(qooxdoo) could choose the action for me. Here is how I think it
should be done: When hitting a shortcut, it would be looking for the layout
items related (buttons) and would choose the one that is visible at the
moment (that would be the right choose every time). If two butto
Hi devs,
I'm curious if its easy to re-decorate a specific object (for example a
comb box) without going through making/sub-classing an existing Theme?
I have a couple of standard qx control widgets (a combo box & a button)
that I'd like to just modify the look of for in just a single location
Hi Gaetan,
many thanks for your report.
this issue was filed under bug #1259 (
http://bugzilla.qooxdoo.org/show_bug.cgi?id=1259 ) at was fixed with the
Revision #16062.
cheers,
Alex
Gaetan de Menten wrote:
> Hi there,
>
> I just noticed the "Table Huge" demo. I'm pleasantly surprised at h
Hello,
I am using qooxdoo 0.7.3 and found that Internet Explorer displays caret in
a TextField after its appearance when the TextField is not focused
programmatically or manually. How to avoid this behaviour?
Try the following code to see the problem.
var field = new qx.ui.form.TextField();
fiel
Alexander,
Many thanks, it run now ...
...
Alexander Back a écrit :
> Hi,
>
> geo wrote:
>> How is possible to add a popup menu in a gallery widget ?
> Quite easy one :)
>
> You can listen to the "contextmenu" event to get to know when the
> contextmenu should be showed. The contextmenu itself
done. Bug #1261
-Chris
> Hi Chris,
>
> definitely like your doc layout. Could you make a bug out of it?! Just
> dump your suggestion into a comment.
>
> Thanks,
> Thomas
>
-
This SF.Net email is sponsored by the Moblin
Hi Chris,
definitely like your doc layout. Could you make a bug out of it?! Just
dump your suggestion into a comment.
Thanks,
Thomas
>
>
> What I would personally suggest is to reorganize your wiki docs to
> take the view of someone coming to qooxdoo for the first time. Make
> the main headin
Hi,
yes the scrollbar knob is really small. I think that 10 pixels would
be ok. 31 pixels us ultra large as everything in GTK :-)
Cheers
- Petr
2008/8/25 Gaetan de Menten <[EMAIL PROTECTED]>:
> Hi there,
>
> I just noticed the "Table Huge" demo. I'm pleasantly surprised at how
> it copes with su
Hi,
it would be great, if you could help as a native speaker with updating
the language-specific translations in qooxdoo 0.8. There's a
qooxdoo-contrib project for easy collaboration:
http://contrib.qooxdoo.org/Translation
Languages to have a look at (de/German already taken care of):
* en, es
Hi Chris,
thanks for your input regarding documentation. It is indeed being
reworked with to goals (and users) in mind: tutorial (for newbies) and
reference. Current version in the wiki is still rough and is in the
works.
As we already discussed, looking forward to collaborating with you on
this
thron7 wrote:
Jason,
I read on the qooxdoo homepage that to make releases easier - that only the
version 8 sdk release is slated to happen, and future "build releases" are
being discontinued.
I love qooxdoo - and I'm a new user - but I tried to follow the instructions
for the 0.7.3 SDK - a
Hi there,
I just noticed the "Table Huge" demo. I'm pleasantly surprised at how
it copes with such a huge amount of data. There is one simple issue
which makes it a pain to use though: the scroll bar "knob" is really
tiny and thus very hard to "grab", making it painfully hard to jump to
the end of
Chris Banford schrieb:
> Fabian Jakobs wrote:
>> Chris,
>>
>> Thats cool. I'm back from my weekend and find an almost complete flow
>> layout :-) Making it easy to write custom layout managers was one of our
>> design goal. It's great to see that it actually works. Until now only
>> Sebastian an
Regarding all topics you find interesting regarding CouchDb and qooxdoo.
Your experiences, what you have already done, ideas for further
development etc.
Sebastian
Ralf Nieuwenhuijsen schrieb:
> Concerning couchDB or reactiveness?
>
> 2008/8/20 Sebastian Werner <[EMAIL PROTECTED]>:
>> Hi Ralf
Concerning couchDB or reactiveness?
2008/8/20 Sebastian Werner <[EMAIL PROTECTED]>:
> Hi Ralf,
>
> are you interested in writing a blog post around this whole topic. Maybe
> interesting for users outside the mailing list as well?
>
> Sebastian
>
>
>
> Ralf Nieuwenhuijsen schrieb:
>> I'm working ha
Jason,
> I read on the qooxdoo homepage that to make releases easier - that only the
> version 8 sdk release is slated to happen, and future "build releases" are
> being discontinued.
>
> I love qooxdoo - and I'm a new user - but I tried to follow the instructions
> for the 0.7.3 SDK - and Cygwin
Fabian Jakobs wrote:
Chris,
Thats cool. I'm back from my weekend and find an almost complete flow
layout :-) Making it easy to write custom layout managers was one of our
design goal. It's great to see that it actually works. Until now only
Sebastian and me have written layout managers for 0.
Hi,
geo wrote:
> How is possible to add a popup menu in a gallery widget ?
Quite easy one :)
You can listen to the "contextmenu" event to get to know when the
contextmenu should be showed. The contextmenu itself is an instance of
"qx.ui.menu.Menu" which can be set with the "setContextMenu" meth
Chris,
Thats cool. I'm back from my weekend and find an almost complete flow
layout :-) Making it easy to write custom layout managers was one of our
design goal. It's great to see that it actually works. Until now only
Sebastian and me have written layout managers for 0.8.
> I've got a very r
Hi Guilherme,
Guilherme Aiolfi wrote:
> Can't I create 2 commands with the same shortcut?
>
> For example,
>
> I have this StackLayout with 2 layers. Both have its own toolbar with a
> "back" button. And I want to use "Escape" to both.
>
> Is it possible?
Short answer: yes. If you create two co
I read on the qooxdoo homepage that to make releases easier - that only the
version 8 sdk release is slated to happen, and future "build releases" are
being discontinued.
I love qooxdoo - and I'm a new user - but I tried to follow the instructions
for the 0.7.3 SDK - and Cygwin doesn't install p
Tobias,
> will it be easy to find widgets for which it has been forgotten to
> delete/dispose them?
>
>
>
> When I make a new qooxdoo-0.8-app I want to be sure that all objects,
> widgets... are destroyed correctly.
>
I'm afraid there is no dedicated manual entry for disposing in 0.8 right
n
Hi John,
first of all sorry for the late answer.
If you want to use qooxdoo widgets inside your existing HTML page you
have to set this setting to "false". This setting inserts (if it has the
value "true") the following stylesheet into your page
--snip--
html,body{width:100%;height:100%;overfl
28 matches
Mail list logo