Done
On Mon, Jun 28, 2010 at 9:47 AM, Petr Kobalíček
wrote:
> I will, probably tomorrow, I'm not home and I haven't bugzilla password here:)
>
> On Thu, Jun 24, 2010 at 2:01 PM, thron7 wrote:
>> Petr,
>>
>> thanks, please add your thoughts to existing bug#2569. They'll fit there
>> nicely.
>>
>>
Sorry for delay, i have password for bugzilla account only at home:)
Bug #3815 added.
On Thu, Jun 24, 2010 at 8:07 AM, MartinWittemann
wrote:
>
> Hey guys,
> seems like this features could be useful for a lot of people. I'm still not
> sure about it but you're the application developer so I just
Hi, I'm looking to display a 2-dimensional calendar of items in qooxdoo.
Each cell in this table can have a varying number of line items, sort of
like an event calendar - so columns could be Sunday -> Saturday, and time
slots could be the rows. In my case, a single cell can have anywhere from 10
to
Hi,
Does Qooxdoo implement a high-level way to animate a series of still images
procedurally (more specifically, animate based on user interaction)? I
assume that reassigning a background image rapidly or something similar
would do the trick - but I'm looking for something cleaner and faster. Any
t
Um brasileiro aqui. Legal :)
On Tue, Jun 29, 2010 at 1:06 PM, Leandro Santiago wrote:
> I've resolved my problem. I've just used Canvas layout. Sorry my mistake.
>
> 2010/6/29 Leandro Santiago :
> > Hello to all.
> >
> > I'm writting an application having a desktop with windows inside it.
> >
>
You control this through the visibility property, see here
http://manual.qooxdoo.org/1.2.x/pages/gui_toolkit/ui_layouting.html#visibility-handling
T.
On 06/29/2010 07:14 PM, Werner Thie wrote:
> Hi all
>
> May I ask what's the best practice for creating elements hidden at their
> proper position
Hi all
May I ask what's the best practice for creating elements hidden at their
proper position.
So far I resorted to the rather clumsy trick of creating them with a
high negative margin and then hiding them in the first go through a
'resize' event, because I had to position them anyway abso
On 06/29/2010 05:53 PM, Werner Thie wrote:
> Hi all
>
> - Comments for backgroundPositionX and backgroundPositionY seem to be
> interchanged, the comments mention 'vertical' for backgroundPositionX
> and 'horizontal' for backgroundPositionY.
Fixed.
Thanks,
T.
-
> I assume that it doesn't make sense anymore to file a bug for this,
> right?
> Nevertheless, I will wait for any further report on this from Per-Ola
>
>
> For a complete record, it is probably useful to file a bug report and
> indicate that the problem should be resolved by r22536
I've resolved my problem. I've just used Canvas layout. Sorry my mistake.
2010/6/29 Leandro Santiago :
> Hello to all.
>
> I'm writting an application having a desktop with windows inside it.
>
> Actually this is the "prototype":
>
> http://img715.imageshack.us/img715/4919/appb.png
>
> It's compos
Hi all
- Comments for backgroundPositionX and backgroundPositionY seem to be
interchanged, the comments mention 'vertical' for backgroundPositionX
and 'horizontal' for backgroundPositionY.
- Stumbled over this while analyzing a problem with IE and decorators
with backgroundImage in an inline
On Tue, Jun 29, 2010 at 11:45, Peter Schneider wrote:
> O.K. Thanks for the commit Derrell,
>
> I assume that it doesn't make sense anymore to file a bug for this, right?
> Nevertheless, I will wait for any further report on this from Per-Ola
>
For a complete record, it is probably useful to file
O.K. Thanks for the commit Derrell,
I assume that it doesn't make sense anymore to file a bug for this, right?
Nevertheless, I will wait for any further report on this from Per-Ola
/Peter
On 2010-06-29 17:41 Derrell Lipman wrote:
> [...]
> This was wrong in the code, and could certainly cause a
Hello to all.
I'm writting an application having a desktop with windows inside it.
Actually this is the "prototype":
http://img715.imageshack.us/img715/4919/appb.png
It's composed by:
A main VBox with a toolbar on top and a desktop. So now I need add a
float "panel" with absolute position ove
On Tue, Jun 29, 2010 at 08:00, Peter Schneider wrote:
>
> Index: TimerManager.js
> ===
> --- TimerManager.js (Revision 96)
> +++ TimerManager.js (Arbeitskopie)
> @@ -297,7 +297,8 @@
> {
> // ... then stop listeni
Hello,
I've been busy with other parts of the project this afternoon. Peter please
file the report i like, if I find anything more I will add it later.
I will add the TimerManager.js patch tomorrow and se how it works.
Best regards
Per-Ola
At 15:33 2010-06-29, you wrote:
>On Christian Hagend
Hi,
thanks, the typo is now fixed.
Cheers,
Chris
Am 29.06.2010 14:33, schrieb b a:
> In http://qooxdoo.org/documentation/1.1/interfaces we have --> "The
> precondition should raise an exception if the arguments are don’t meet
> the expectations"
> I propose removal of the word "are"
> I imagi
Hi there,
during investigations on another issue[1] I stumbled over a disposal issue that
I can not resolve by myself.
Both form renderer (qx.ui.form.renderer.Single and Double) bind the label and
the field item together in their "addItems()" method via
"label.setBuddy(item);".
Whenever I call t
On Christian Hagendorn wrote:
> Hi Peter,
>
> yes, maybe that's the reason. Could you please add this to the bug report.
Sure, as soon as there is one ;) Per-Ola wanted to file that one.
I will add all the informations/patches I have to the issue-report when it's
available.
/Peter
> Thanks,
>
On Tue, Jun 29, 2010 at 02:11, Nika wrote:
>
> I am using a table and I need some kind of special renderer for that table.
> Depending on information in the cellvalue the cell should be renderered as
> checkbox, image, text or bold text. So I guess I need to extend
> qx.ui.table.cellrenderer.Defa
In http://qooxdoo.org/documentation/1.1/interfaces we have --> "The
precondition should raise an exception if the arguments are don’t meet
the expectations"
I propose removal of the word "are"
I imagine this is just a small typo.
--
Hi Peter,
yes, maybe that's the reason. Could you please add this to the bug report.
Thanks,
Chris
Am 29.06.2010 13:52, schrieb Peter Schneider:
> Hey Per-Ola, Christian, Martin,
>
> I did some quick research on this and I think I have some information:
> It seems to me that the listeners that w
On Tue, Jun 29, 2010 at 02:05, Nika wrote:
>
> Hi Derrel
>
> I maybe didnt explain exaclty what I meant. I want to hide columns header.
> And I wonder if I need to set it up by using function setColumns. I
> definitely need to have columns Ids. So I wanted to use only one function:
> setColumnIds
Thanks!
Am 29.06.2010 12:02, schrieb Peter Schneider:
>> [...] could please some of you create a bug report for this issue. [...]
>>
> Done! ;)
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=3812
>
> /Peter
>
>
> On Christian Hagendorn wrote:
>
>> Hi Per-Ola, Hi Peter,
>>
>> could plea
Hey Per-Ola, Christian, Martin,
I did some quick research on this and I think I have some information:
It seems to me that the listeners that will be added by the Manager will not be
removed.
Whenever I do a
tid = timer.start(); followed by
timer.stop(tid); the "entryList" in
qx.event.
Here's another one ;)
It seems that my thought in the last post (wrong context at "removeListener")
was correct.
@Per-Ola: Could you please try the attached patch and see what happens.
/Peter
On 2010-06-29 13:57 Per-Ola Stenborg wrote:
> Hi Chris and Peter
>
> I'll do some more invetigation o
Hey Per-Ola,
thanks for the information about Chrome. I will also add this info to the
issue-report [1]
/Peter
[1]
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3812
On 2010-06-29 12:51 Per-Ola Stenborg wrote:
> Hi Chris and Peter
>
> I think there still is a destructor problem in Chrome. Peters
> [...] could please some of you create a bug report for this issue. [...]
Done! ;)
http://bugzilla.qooxdoo.org/show_bug.cgi?id=3812
/Peter
On Christian Hagendorn wrote:
> Hi Per-Ola, Hi Peter,
>
> could please some of you create a bug report for this issue. But please
> describe the issue s
Hi Chris and Peter
I think there still is a destructor problem in Chrome. Peters patch seems to
work in FF but not in Chrome. Thought you should know Peter.
Best regards
Per-Ola
At 11:26 2010-06-29, you wrote:
>Hi Peter,
>
>yes, sorry. Please provide one for the qx.io.remote.transport.Abstract
Hi Chris and Peter
I'll do some more invetigation on the timer issue and will then file a report.
It still seems lika a bug. I'm running crome without debuging in the build
right now and it still increases cpu usage.
Best regards
Per-Ola
At 11:26 2010-06-29, you wrote:
>Hi Peter,
>
>yes, sorry
Hi Peter,
yes, sorry. Please provide one for the qx.io.remote.transport.Abstract
and one for the timer issue.
Thanks!
Chris
Am 29.06.2010 11:12, schrieb Peter Schneider:
> Hi Chris,
>
> I can provide a bug/report for the qx.io.remote.transport.Abstract thing.
> Shouldn't the "timer" issue be h
Hi Chris,
I can provide a bug/report for the qx.io.remote.transport.Abstract thing.
Shouldn't the "timer" issue be handled in a different bug?
@Per-Ola: I will create a report on the "transport" issue, right? So we don't
do double work.
/Peter
On Christian Hagendorn wrote:
> Hi Per-O
Hi all,
I've implemented the patch and I think it didn't break anything (yet :-) ). The
debugger doesn't complain anymore about missing desturctor. Good work Peter!
Time will show if it helps reducing the racing memory allocation.
Thanks!
/Per-Ola
At 10:04 2010-06-29, you wrote:
>Hi Per-Ola
Hi.
> 1. How do I do async updates back to the qx client? Or do I have to
> implement up a client driven polling mechanism?
Maybe you'd get some ideas by looking at the package qx.data.controller. I'd
make a model throwing events to which the UI subscribes, and isolate all the
server polling/
Hi Kenny,
that is indeed interesting stuff, and I would love to see more of this
high-level-GUI-maintenance best-practices discussed ... here is how I do it
in qcl/qxtransformer:
Thanks Chris.
regards,
santosh
On Tue, Jun 29, 2010 at 1:22 PM, Christian Hagendorn <
christian.hagend...@1und1.de> wrote:
> Hi Santosh,
>
> > 1) where is the instance created for the class "custom.Application"
> The instance is created in the ready method from "qx.core.Init". Please
> have a lo
>> PS/off topic: the only place where I found an example of an event
>> declaration was in the framework classes. Maybe custom events would
>> benefit from a page in the manual or some example in the demo
>> browser.
>>
>
> Please open a bug for this.
Done so: #3811
Hi Per-Ola, Hi Peter,
could please some of you create a bug report for this issue. But please
describe the issue so good as possible perhaps with a code snippet. I
talked with Martin and he will have a look at it.
Thanks!
Chris
Am 29.06.2010 09:38, schrieb Peter Schneider:
> Hey Per-Ola,
>
> a
Hi Olivier,
there's currently no convenient way to do that using the qooxdoo
Selenium extensions. It would be trivial to add it, though, so feel free
to add an enhancement bug for the Simulator contribution if you like.
In the meantime, you can use the following snippet to get the header
(AKA
Hi Santosh,
> 1) where is the instance created for the class "custom.Application"
The instance is created in the ready method from "qx.core.Init". Please
have a look at the method. By the way, the application name is resolved
by settings mechanism.
> 2) what exactly qx.application.Standalone ref
Hey Per-Ola,
as you wrote you are using qooxdoo 1.1: I experienced similar problems, so this
thread
http://qooxdoo.678.n2.nabble.com/Missing-destruct-definitions-in-qx-io-remote-transport-XmlHttp-v1-1-tt5018573.html
might be about the same root-cause.
I was able to reduce my memory-leakage proble
Hi,
the Feed Reader uses it. You find the sources for e.g. in the SDK in the
"application/feedreader/source" folder.
Cheers,
Chris
Am 28.06.2010 23:03, schrieb nrg-b:
> Oh well - polling it is.
>
> Thx for the pointer to qx.io.PartLoader.require - are there any
> tutorials/examples which make u
42 matches
Mail list logo