i wanted to recommend the '-q' option of the generator to you, but i
just saw that it doesn't work as advertised anymore :-(.
i've opened a bug for this (#3722).
t.
On 05/20/2010 05:30 AM, rsantiagopaz wrote:
>
> Thanks for all. Some your comments made me think about some wrong settings in
> my
Hi all,
I'm extending treevirtual to be able to show calculated values for branches
like count of leafs, avg, total min or max value in additional columns
(those of you knowing Lotus Notes - I mimic the categorized views in Lotus
Notes). There is an easy way to set the style for the branch label w
I saw that I cannot add buttons table data and I've tried to use some HTML
code in a tabel column which has an qx.ui.table.cellrenderer.Html()
renderer. My problem is: if I click on the image i don't receive the alert.
The example is http://tinyurl.com/29tvgd4 here .
I need an advise in order t
Hello Sid,
cell renderer are just responsible for displaying content. They will not
listen to events and therefore they don't retrieve events.
Use the "cellClick" event and check which cell has been clicked in order to
perform the corresponding action:
http://demo.qooxdoo.org/current/demobrowser
On Wed, May 19, 2010 at 17:28, SimplyNotes wrote:
>
> Hi all,
> I'm extending treevirtual to be able to show calculated values for branches
> like count of leafs, avg, total min or max value in additional columns
> (those of you knowing Lotus Notes - I mimic the categorized views in Lotus
> Notes
I like to be able to put the CACHE into a 'private' directory
therefore I'd liketo use something like:
"CACHE": "/scratch/qooxdoo-cache/${USERNAME}",
in config.json
I found that the following patch makes this possible:
--- ./pylib/generator/config/Defaults.py~ 2010-05-20 15:1
Hi Jonathan,
thanks for your answer!
Regards,
sid
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/HTML-code-not-working-in-table-tp5076354p5079592.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
cheers, tobi
i assume you added the patch to the bug?!
t.
On 05/20/2010 03:22 PM, Tobias Oetiker wrote:
> I like to be able to put the CACHE into a 'private' directory
> therefore I'd liketo use something like:
>
> "CACHE": "/scratch/qooxdoo-cache/${USERNAME}",
>
> in config.json
I am receiving a strange error message when I try to load a qooxdoo
application that I have written--and the this application does not even
load:
/qooxdoo-1.0-sdk/framework/source/class/qx/log/appender/Native.js:91000996
qx.core.Init: Load runtime: 996ms
/qooxdoo-1.0-sdk/framework/source/class/qx
which version of chrome are you using?
any chance you test this with qooxdoo 1.1?
t.
On 05/20/2010 06:28 PM, ndm40 wrote:
>
> I am receiving a strange error message when I try to load a qooxdoo
> application that I have written--and the this application does not even
> load:
>
> /qooxdoo-1.0-sd
I understand you thron7-2, using the quiet mode. But I meant another thing,
please sorry.
I try reformulate better the question:
Which is the standard or correct form to structure my project and which is
the correct form to write correctly my config.json, Manifest.json, etc, for
add any number of
Hi,
I tried
var rpc = new qx.io.remote.Rpc;
rpc.addListener('timeout', function() {
alert('My time-out hander');
}, this);
It seems to me that the above handler is never called. Looking at
qx/io/remote/Rpc.js it seems that there is a timeout handler installed
there. Does this imply that my
Today Fritz Zaucker wrote:
> Hi,
>
> I tried
>
> var rpc = new qx.io.remote.Rpc;
> rpc.addListener('timeout', function() {
> alert('My time-out hander');
> }, this);
>
> It seems to me that the above handler is never called. Looking at
> qx/io/remote/Rpc.js it seems that there is a timeout ha
Hi Fritz,
Today Fritz Zaucker wrote:
> Hi,
>
> I tried
>
> var rpc = new qx.io.remote.Rpc;
> rpc.addListener('timeout', function() {
> alert('My time-out hander');
> }, this);
>
> It seems to me that the above handler is never called. Looking at
> qx/io/remote/Rpc.js it seems that there is a
>
> I understand you thron7-2, using the quiet mode. But I meant another
> thing,
> please sorry.
> I try reformulate better the question:
> Which is the standard or correct form to structure my project and which is
> the correct form to write correctly my config.json, Manifest.json, etc,
> for
> a
On Thu, May 20, 2010 at 11:18 PM, Tobias Oetiker wrote:
>
> > Would I have to use callAsyncListeners() instead if I want to catch
> timeout
> > events?
>
> yes the rpc events are only generated if you call
> callAsyncListeners
> (
> http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Rpc~callA
Hi Tobi, Ilkka
On Thu, 20 May 2010, Ilkka Oksanen wrote:
> On Thu, May 20, 2010 at 11:18 PM, Tobias Oetiker wrote:
>>
>>> Would I have to use callAsyncListeners() instead if I want to catch
>>> timeout events?
>>
>> yes the rpc events are only generated if you call
>> callAsyncListeners
>>
>> wh
Hey,
some of my users have reported that the context menu in my table does
not work under Windowx / Firefox 3.5.x - as I don't have Windows at home
I never ran into this. Just checked it on a machine at work to which I
have remote access and yes, if I click the right mouse button, nothing
happens
On Thu, May 20, 2010 at 17:58, Jörg Sawatzki wrote:
> Hey,
>
> some of my users have reported that the context menu in my table does
> not work under Windowx / Firefox 3.5.x - as I don't have Windows at home
> I never ran into this. Just checked it on a machine at work to which I
> have remote ac
FWIW, I've been working around this for the last three releases by adding a
single line to qx/ui/table/columnmenu/Button.js:
case "menu":
20 matches
Mail list logo