I'm noticing this "freezing" from time to time is other areas as well...same
workaround though...allow the browser to lose focus, then regain it, and
all's well again. Would well placed calls to flushGlobalQueues (as suggested
for my refresh problems) tend to help this or is that unlikely?
Tha
Fred McDavid schrieb:
Would it make sense to "release" some sort of pre-alpha version prior to
commit?
"renderer" is somewhat pre-alpha. IMHO it is to much overhead to create
a release version for each API change inside a development branch. We
have tagged the branch before adding the appeara
Hello,
Where to peek to see possible values of vColumns and vData? In the
HEAD there was width:"scale", but now it is not accepted. I'm new and
haven't yet gotten used to the layout
--
Konrads Smelkovs
Applied IT sorcery.
---
This SF.net email i
All -
In working with qooxdoo, I ran across a case where IP sorting would be
handy. I went ahead and added it to QxCompare.
The addition is a single function called 'QxCompare.byIPv4'. It sorts
IP addresses numerically, by octet. I followed the style of the other
QxCompare functions and left o
Would it make sense to "release" some sort of pre-alpha version prior to
commit?
--Fred
On Thursday 12 January 2006 12:07 pm, Sebastian Werner wrote:
> Hi All!
>
> The appearance stuff will be committed to CVS in about 16 hours. These
> stuff add many more styling possibilities to all qooxdoo wi
Hi All!
The appearance stuff will be committed to CVS in about 16 hours. These
stuff add many more styling possibilities to all qooxdoo widgets. I am
sure there are many bugs. These bugs will be fixed after we have
committed the first work in this direction tomorrow. Any help and bug
reports
I found a solution, but I not fully understand it:
// some magic :)
var t = new QxTerminator;
t.setHeight(0);
t.setVerticalAlign("top");
p.addTop(t);
QxWidget.flushGlobalQueues();
var l = new QxListView(ld, lc);
p.add(l);
Now it work.
Stefano
Stefano Marocco ha scritto:
Stefano Marocc
Stefano Marocco ha scritto:
Hi,
I use renderer branch.
I can't insert a ListView in a DockLayout pane. The list view in not
rendered.
var l = new QxListView(ld, lc);
var p = new QxDockLayout;
p.add(l);
There is a solution to this problem?
Thanks in advance,
Stefano
More details:
I u
Hi,
I use renderer branch.
I can't insert a ListView in a DockLayout pane. The list view in not
rendered.
var l = new QxListView(ld, lc);
var p = new QxDockLayout;
p.add(l);
There is a solution to this problem?
Thanks in advance,
Stefano
--
On Wed, 11 Jan 2006 22:42:12 -0500, Chris Ricks
<[EMAIL PROTECTED]> wrote:
* QxHttpTransportQueue's add() method is altered to accept multiple
arguments, supporting the code examples you gave earlier.
Sorry, until now I overlooked the QxHttpTransportQueue.add () method. This
is enough, I a
The attachment is a modified QxBuilder for renderer branch
1. copy the QxBuilder.js to source\script\core
2. copy other files to source\test\user
3. add these two lines to the end of config.sh
# Builder
L="$L core/QxBuilder"
Please review the code and examples
Quake
QxBuilder.js
Description: J
Hello,Anyone know how to get Qooxdoo to work in Safari 1.3.1? I just get a grey page. Works fine in Firefox...Cheers,Nathan.
12 matches
Mail list logo