On 10/4/07, Naga Kiran K Y S <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi,
>
>
>
> I am using qooxdoo 0.7.1 version.
>
> I am facing the problem with the following function
>
> setAlwaysShowOpenCloseSymbol(Boolean b) which is used for
> not displaying the Collapse/Expand button for branches having no le
Hi,
I am using qooxdoo 0.7.1 version.
I am facing the problem with the following function
setAlwaysShowOpenCloseSymbol(Boolean b) which is used for not displaying
the Collapse/Expand button for branches having no leafs like this:
var tree = new qx.ui.treevirtual.TreeVirtual("Tree");
tre
dperez schrieb:
> Thanks Fabian for your explanation.
>
> This explains why the height of a width-limited tooltipo isn't right:
>
> var tip = new qx.ui.popup.ToolTip(_("Se recuerda de que existe la
> posibilidad de especificar parte de la información de este formulario en una
> 2ª fase.Para ello ut
Hi Dioc,
it seems that there hasn't been to much response to your request, so when I
came across the same (annoying) problem, I recalled your question...Here's my
little tip, just in case there are still some readers who need hints on this
There are (as always) several possible solutions:
1. Cha
I'm not shure if this is a bug in build optimization:
Sometimes I use an array like an object.
var result = new Array();
var result.ACL = new Array();
Often I access the properties (or lets say, the keys) in this way:
alert(result.ACL.propertyName);
Now I have one case, that a key name is "class"
On 10/4/07, bibliograph <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to propose two enhancements for the JSON-RPC PHP backend
> and would write the patch for them if agreed. Both enhancements would
> have no side effects and be completely backwards-compatible.
>
> 1) flexible class- and method
Hi Jim,
Thank you for your reply. This is something like I need to do.
Actually I am trying to show a popupAtom in the execution of a button.
But before I was trying to run a progressbar. Both didn't worked, with
or without a flushGlobalQueues(). Could you help me??
var popupAtom = new qx.ui.popu
This is a little more compact (removing quotes) and more bandwidth friendly:
[ {f:"foo", m:"bar", l:"baz"},
{f:"Foo!", m:"BAR!", l:"zoo"}, ...]
Hugh Gibson wrote:
>
> Then your data will be:
>
> [ {"f":"foo", "m":"bar", "l":"baz"},
> {"f":"Foo!", "m":"BAR!", "l":"zoo"}, ...]
>
--
View
Thanks Fabian for your explanation.
This explains why the height of a width-limited tooltipo isn't right:
var tip = new qx.ui.popup.ToolTip(_("Se recuerda de que existe la
posibilidad de especificar parte de la información de este formulario en una
2ª fase.Para ello utilice el menú contextual, a
Yes, something like this is needed. And it looks pretty cool.
I helped myself with a function, which opens a modal window. In case of
confirming something I give the name of the responsible function as
parameter.
Definition is something like this:
var dialog = function(windowTitle, windowTxt, wind
dperez schrieb:
> Created bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=678
>
> As a matter of fact, I've already tried to implement it in the past
> unsuccessfully:
> http://www.nabble.com/Simulating-alert%28%29-tf2566575.html#a7153538
>
>
>
Well, the problem has been and propably still is th
Yes, that did the trick, thank you! However, since
qx.ui.table.model.Simple does fine without named column data, it would
be worth thinking about reworking the remote table model accordingly.
not having the repetitive column ids in the transferred code saves a lot
of bandwith and with the right
Hi,
I would like to propose two enhancements for the JSON-RPC PHP backend
and would write the patch for them if agreed. Both enhancements would
have no side effects and be completely backwards-compatible.
1) flexible class- and method prefixes
Current state: At the moment, the prefix for acces
Created bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=678
As a matter of fact, I've already tried to implement it in the past
unsuccessfully:
http://www.nabble.com/Simulating-alert%28%29-tf2566575.html#a7153538
Fabian Jakobs-2 wrote:
>
> yes, I think this would be a really nice feature. I do
Wow, this looks very very good!
We should have something like this ;)
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs
Gesendet: Donnerstag, 4. Oktober 2007 10:00
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Enhancemen
frederic schrieb:
> Hello,
> I need your feedback concerning the qx generator params. My users have low
> speed CPU under Firefox and my app is little heavy on these machine. So, I'm
> looking for speed up the code execution only (js size is not a problem).
>
> Hereafter, my makefile options, anyth
dperez schrieb:
> Hi,
>
> It would be nice to have this implemented in qooxdoo:
> http://extjs.com/deploy/ext-2.0-alpha1/examples/message-box/msg-box.html,
> all kind of message boxes and notifiers. I think this should be very easy
> to implement by using qooxdoo.
>
> Regards
> David
>
Hi David
Hello Hugh,
thanks for the info. I'll try that. I simply assumed that the data
structure would be the same as in the Simple Table Model. I use tables
throughout my app with qx.ui.table.model.Simple and the data structure
is always like the one I describe.
Christian
Hugh Gibson schrieb:
>> th
Hi Fabio,
> Hi,
>
> in qx.ui.tree.TreeFolder.js line 553 it should say
> this._containerObject.remove.apply(this._containerObject, arguments);
>
> instead of
> this._containerObject.remove.apply(this._containerObject, varargs);
>
>
> Otherwise, "varargs" is not variable arguments, but must be an a
> thanks, but this is not the problem. Both the setRowCount() and the
> setRowData() methods are called with the respective data.
> setRowData() passes the data to the superclass _onRowDataLoaded()
> method as required by the superclass. The data is there - I can get
> it with getTableModel().g
Hello,
Take a look at QxTransformer. http://qxtransformer.sourceforge.net
QxTransformer has this functionality as well as macro definitions.
Best regards,
Siarhei Barysiuk
On 10/4/07, Juan Matias Granda <[EMAIL PROTECTED]> wrote:
> hi, i want to now if qooxdoo have a function like PHP include, i
21 matches
Mail list logo