Re: [qooxdoo-devel] pycon

2009-03-29 Thread Deepak Mishra
Hi, Very very wonderful ! I was about to start a similar project. I had been contemplating on a good way to do it. Thanks for sharing your source code. Which country are you from? just curious ? Regards, Deepak Mishra 2009/3/29 Burak Arslan > > hi, > > i wanted to let you know

[qooxdoo-devel] Attaching an image to the mouse cursor

2009-03-28 Thread Deepak Mishra
there some other more efficient way ? Regards, Deepak Mishra -- ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: [qooxdoo-devel] Optimizing for size

2009-03-28 Thread Deepak Mishra
o the trick Regards, Deepak 2009/3/25 Jim Hunter > Just an FYI, your application does not run in Chrome on a PC. I get a > completely blank screen. > Jim > > > > 2009/3/24 Deepak Mishra > >> Hi, >> >> I have been experimenting with qooxdoo for a wh

[qooxdoo-devel] Optimizing for size

2009-03-24 Thread Deepak Mishra
6 KB in size. It can take a while to load on my clients computers,which are slow connections. Do you have any suggestions to reduce the file size further or on coding practices which might optimize the size ? Regards, D

Re: [qooxdoo-devel] Cloning qooxdoo objects

2009-02-09 Thread Deepak Mishra
regarding layout property missing on object contained within the composite object. I initially tried using a javascript hack: cloned_object=eval( uneval ( object ) ), but it did not work because of obvious reasons. Is there any other thing I can do ? Deepak Mishra > The "clone" method is

Re: [qooxdoo-devel] Cloning qooxdoo objects

2009-02-09 Thread Deepak Mishra
Window(x)* i get an error - *[Exception... "'Error: At least one child in control qx.ui.container.Composite[2f6] requires a layout, but no one was defined!' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJE

[qooxdoo-devel] Cloning qooxdoo objects

2009-02-09 Thread Deepak Mishra
ned!' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "" data: no] * I tried a simple solution - i did this inside the lastWindow() function - *a.setLayout(new qx.ui.layout.VBox(10)); * then it compai

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-13 Thread Deepak Mishra
Hi all, I noticed that correcting the "-" solved the problem for jonathan. But I have been working on a qooxdoo project named "charge-mix" and have not faced simillar problems. Am I missing out on something ? xask.linus was here 2009/1/12 Fabian Jakobs > Hi Jonathan, > > the problem with your s

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-09 Thread Deepak Mishra
2009/1/10 Deepak Mishra > > >> I noticed two things that might be related. >> > >> (1) It appears that the qooxdoo-test app relies on a lot of things in >> the qooxdo-0.8.1-sdk directory. It references them with relative paths >> (../../qooxdoo-0.8.10sdk/b

Re: [qooxdoo-devel] Qooxdoo not working on Fedora 10

2009-01-09 Thread Deepak Mishra
> > I noticed two things that might be related. > > (1) It appears that the qooxdoo-test app relies on a lot of things in > the qooxdo-0.8.1-sdk directory. It references them with relative paths > (../../qooxdoo-0.8.10sdk/blah). It is precisely due to this reason you are unable to see the "sourc

Re: [qooxdoo-devel] qx.io is undefined

2008-12-30 Thread Deepak Mishra
Hi ! I will see if it can be reproduced reliably & will open a bug for it. xask.linus wuz here On 28/12/2008, thron7 wrote: > > > I use a new class, suppose qx.io.remote.Request("url") in my source. > > The I run ./generate build, and check the index.html page in the build > > directory, the er

Re: [qooxdoo-devel] qx.io is undefined

2008-12-27 Thread Deepak Mishra
Hi, I agree it is feature if you have to "./generate.py source" each time you include a new class. Infact its the same as compiling a C program on changing the source. Its perfectly acceptable. But the problem is this - I use a new class, suppose qx.io.remote.Request("url") in my source. The I ru