Re: [qooxdoo-devel] Autowrapping rich Label without setting an explicit width

2014-11-27 Thread Eric-Christian Koch
Hi Tobi Thx for the hint! Sadly, the patch doesn't seem to change anything as far as i can see it in my UI. I have set a fixed width now. (but i am not happy with it) Cheers Eric Am 21.11.14 um 14:07 schrieb Tobias Oetiker: Eric, Today Eric-Christian Koch wrote: Hi I have a l

[qooxdoo-devel] Autowrapping rich Label without setting an explicit width

2014-11-21 Thread Eric-Christian Koch
ithout wrapping. Actually, it's parent and parent of parent are getting bigger as well. Maybe that is a point to hook in? *http://tinyurl.com/n7ntne3* Is there a better way (widget) to get autowrap without explicit width? Best regards Eric -- Eric-Christian Koch sum.cumo AG Bahnhofstrasse 27

Re: [qooxdoo-devel] DateField issue after creation with childControl

2014-05-26 Thread Eric-Christian Koch
Hi Mustafa Awesome, works like a charm! :) Thx for the hint. Viele Grüße Eric Am 26.05.14 15:19, schrieb Mustafa Sak: Hi Eric, Just add to your custom appearance theme class, following line: "widget/my-date-field" : "datefield" I would advise you to set an own appe

[qooxdoo-devel] DateField issue after creation with childControl

2014-05-26 Thread Eric-Christian Koch
round: http://tinyurl.com/ktmfap9 Kind regards Eric -- Eric-Christian Koch sum.cumo AG Bahnhofstrasse 27 CH-6301 Zug Telefon +41 44 48545-13 E-Mail eric.k...@sumcumo.com smime.p7s Description: S/MIME Cryptographic Sign

Re: [qooxdoo-devel] no keypress events on modal window?

2013-10-16 Thread Eric-Christian Koch
binding stops other modal windows, that are behind the active one, to close as well. But i'm not sure about using getChildControl. Is it a good or a bad idea? Best regards Eric Am 16.10.13 19:24, schrieb Eric-Christian Koch: Hey I'm having a little problem with not getting "ke

[qooxdoo-devel] no keypress events on modal window?

2013-10-16 Thread Eric-Christian Koch
vents? I've tried to find something about this topic with google, but wasn't able to find anything useful. Playground: http://tinyurl.com/oxxo9bw modal: false <- works like a charm modal: true <- nothing happens Best regards Eric -- Eric-Christian Koch sum.cumo AG Bahn

[qooxdoo-devel] Progress bar / qx.timer example

2012-08-14 Thread Eric Paul
Does anyone have a good example of using a progress bar with a qx.timer? Here's what I've tried so far: // Document is the application root var root = this.getRoot(); var box = new qx.ui.layout.VBox(); var container = new qx.ui.container.Composite(box); var pb = new qx.ui.indicator.Pr

Re: [qooxdoo-devel] Progress Bar

2012-08-03 Thread Eric Paul
a look on qx.event.Timer Hope I could help Regards Mustafa Von meinem iPhone gesendet Am 03.08.2012 um 20:24 schrieb "Eric Paul" : > Is there a way to display a progress bar while performing a long > running task? > > Generally when I do this it requires 2 threads, does

[qooxdoo-devel] Progress Bar

2012-08-03 Thread Eric Paul
Is there a way to display a progress bar while performing a long running task? Generally when I do this it requires 2 threads, does such a thing exist in qooxdoo? Here's what I have so far: //console.clear(); // Document is the application root var root = this.getRoot(); var box = new qx.

Re: [qooxdoo-devel] qooxdoo RPC

2012-07-31 Thread Eric Paul
e.getTarget(); // HTTP status code indicating success, e.g. 200 req.getStatus(); // "success" req.getPhase(); // JSON response req.getResponse(); }, this); // Send request req.send(); This actually hit the server. From: Eric Paul

Re: [qooxdoo-devel] qooxdoo RPC

2012-07-31 Thread Eric Paul
o even talk to the server. I guess it's not really feasible unless you control both ends. From: Eric Paul [mailto:ericallenp...@hotmail.com] Sent: Tuesday, July 31, 2012 2:56 PM To: 'qooxdoo Development' Subject: Re: [qooxdoo-devel] qooxdoo RPC OK, I'll do

Re: [qooxdoo-devel] qooxdoo RPC

2012-07-31 Thread Eric Paul
OK, I'll do some digging on the CrossDomain request stuff. Thanks, -Eric From: Derrell Lipman [mailto:derrell.lip...@unwireduniverse.com] Sent: Tuesday, July 31, 2012 2:35 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] qooxdoo RPC On Tue, Jul 31, 2012 at 2:29 PM,

Re: [qooxdoo-devel] qooxdoo RPC

2012-07-31 Thread Eric Paul
Thanks for your prompt reply. I do not need a synchronous call but I do need to crossDomain support. Whenever I use the callAsync then nothing happens at all. No error-nothing. That's why I was using "call". A ".net service" is really just a page written in .net to handle the JSON-RPC requ

Re: [qooxdoo-devel] Force image reload

2011-10-19 Thread Eric
I've had this issue, but it was actually my httpd.  If you're using Apache2, try adding "EnableSendfile off" to httpd.conf.  References: http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile http://serverfault.com/questions/163894/file-change-on-a-lamp-development-server-not-taken-into-a

Re: [qooxdoo-devel] Custom Mouse Events in SVG

2011-10-05 Thread Eric
Marc, It worked.  Thanks for the help! From: Marc Puts To: qooxdoo-devel@lists.sourceforge.net Sent: Tuesday, October 4, 2011 1:34 PM Subject: Re: [qooxdoo-devel] Custom Mouse Events in SVG Hi Eric, The values that you put into the args array of fireEvent

[qooxdoo-devel] Custom Mouse Events in SVG

2011-10-04 Thread Eric
I've added a double click event to svg elements.  It works, but I don't understand how to set up event data.  All I really want to do is pass along the event parameter from the click event that triggers the double click.  The ["div", "Mouse"] array in the fireEvent invocation is there only becau

[qooxdoo-devel] Table metacolumn

2010-02-07 Thread Eric Mbiya
Hello, I have a table with two metacolumns. For the moment, each metacolumn has a fixed width, so that I can use the scroll bar of each metacolumn to see all columns in each metacolumns, like in the following picture : http://n2.nabble.com/file/n4525235/image1.jpg I would like to know if there

Re: [qooxdoo-devel] Interface Validation

2009-06-04 Thread Eric Brachmann
he example below)? This is not important for my current project - im just curious. Regards, eB. Fabian Jakobs schrieb: > Hi Eric, > > With 0.8 we slightly changed the way interfaces are verified. Now we > expect the verify methods to raise an exception if a precondition isn't >

Re: [qooxdoo-devel] Interface Validation

2009-05-31 Thread Eric Brachmann
Hello Michael, thank you for your answer. Unfortunatly that didn't help. The method still gets executed despite the interfaces precondition and hasInterface() still returns false. Michael Helwig schrieb: > Hey Eric, > > have you tried leaving the brackets "[" and &q

[qooxdoo-devel] Interface Validation

2009-05-31 Thread Eric Brachmann
Hello, working on a project with qooxdoo I recognized, that the preconditions I set in an interface were not evaluated correctly. It seems that my classes do not implement their interfaces at all, although the code looks fine and no error is thrown. An example to illustrate the issue: IMyInte

Re: [qooxdoo-devel] Bidirectional binding with array element

2009-05-15 Thread Dacquay, Eric
some way of automatically having this conversion from value to its associated ListItem and vice versa for the reverse binding. Thanks Eric -Original Message- From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: Friday, May 15, 2009 3:19 AM To: qooxdoo Development Subjec

Re: [qooxdoo-devel] Bidirectional binding with array element

2009-05-14 Thread Dacquay, Eric
demos which do what I am trying to do. I would appreciate any suggestions you might have as to how best approach this. Thanks Eric -Original Message- From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: Wednesday, May 06, 2009 3:11 AM To: qooxdoo Development Subject: Re: [qo

Re: [qooxdoo-devel] Bidirectional binding with array element

2009-05-05 Thread Dacquay, Eric
e know if you need anything else but I don't think there is anything else relevant to this particular issue. Thanks Eric -Original Message- From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: Tuesday, May 05, 2009 3:12 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] B

[qooxdoo-devel] Bidirectional binding with array element

2009-05-04 Thread Dacquay, Eric
h does not work. Does anyone have any suggestions as to how to get around this? The list controller is not appropriate in this case since I am not binding the array itself to the control, but only a single element. Thanks Eric

Re: [qooxdoo-devel] Binding custom list like objects

2009-05-01 Thread Dacquay, Eric
event associated with the data reload. Otherwise, the regular changeModel event could be fired. If necessary, the reload event could in turn also fire the changeModel event. I haven't yet had a chance to put all of this into practice but I haven't encountered any problems so far. Th

Re: [qooxdoo-devel] Binding custom list like objects

2009-04-30 Thread Dacquay, Eric
d add the bindings continuously. On the topic of binding again, is there a way to tell if the change in model came from a reloaded data store or from a form element update? I have an idea on how to go about doing this but I don't want to re-implement something which has already been done. Th

Re: [qooxdoo-devel] Binding custom list like objects

2009-04-29 Thread Dacquay, Eric
using the sample data would give the following: a e b f c g d h when moving through the records. It's as if the current record is a selection into the arrays. The only thing I can think of would be to rebind all the elements every time a record changes but this seems wrong to me. Thanks E

[qooxdoo-devel] Binding custom list like objects

2009-04-28 Thread Dacquay, Eric
ectly using the bind method doesn't seem to allow me to select any element from an array (only the first or the last). Is there any way that I can do what I want with the existing classes or do I have to dig into the List controller to understand what it does and then roll out my own? Thank

[qooxdoo-devel] File Upload issues in IE

2009-01-13 Thread Dacquay, Eric
is nothing happening anymore. Neither of these issues show up on Firefox. Any ideas/insights/tips anyone might have would be greatly appreciated. Thanks Eric Dacquay -- This SF.net email is sponsored by: SourcForge Communi

Re: [qooxdoo-devel] Creating a desktop area with scrollbars

2009-01-12 Thread Dacquay, Eric
to scroll all the way to the right hand side of the window. Thanks Eric Dacquay -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source

[qooxdoo-devel] Creating a desktop area with scrollbars

2009-01-11 Thread Dacquay, Eric
since I updated from SVN, the scroll bars no longer show up, making it impossible to see all the data. Does anyone have any suggestions as to how I might be able to resolve this issue? Thanks Eric Dacquay -- Check out th

Re: [qooxdoo-devel] Creating a printable page

2008-12-03 Thread Dacquay, Eric
initially as it would require more time than I really have to work on this app. Thanks Eric On 12/3/2008 11:24 AM, Stefan Volbers wrote: > Hi Eric, > > not quite the same thing but somewhat comparable: > having to produce a printable report out of my qooxdoo app, I have an > even

[qooxdoo-devel] Creating a printable page

2008-12-03 Thread Dacquay, Eric
up. All I get is the gray background of an empty application. Is there anything I'm missing or should this be done in a different way? Thanks Eric - This SF.Net email is sponsored by the Moblin Your Move Developer&#x

Re: [qooxdoo-devel] [ANN] Spket IDE add qooxdoo support

2008-10-02 Thread Eric Suen
Hi Andreas, Thanks, Spket IDE will support custom class in feature release. Regards, Eric Suen > Hi Eric, > > congrats to the new release and thanks for the excellent qooxdoo > support! :-) > >> Spket IDE 1.6.16 just released, qooxdoo support was added, the code >>

[qooxdoo-devel] [ANN] Spket IDE add qooxdoo support

2008-10-01 Thread Eric Suen
Hi, Spket IDE 1.6.16 just released, qooxdoo support was added, the code assist for built-in Class, including its methods/properties. for more informations, please visit: http://www.spket.com/qooxdoo.html Regards, Eric Suen

Re: [qooxdoo-devel] XMLHTTP problems with IE 6.0.2800.*

2006-04-18 Thread Eric Internicola
QxRequestQueue[HASHCODE:44] 016963:ActiveCount:0 016978:Progress:0/0 -- Eric Internicola BAE Systems [EMAIL PROTECTED] On Tue, 2006-04-18 at 17:02 +0200, Sebastian Werner wrote: > Hi! > > Anyone using the IE version 6.0.2800.*? Could you, if so please test > this example and look if it

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Eric
sure which one I'm using. What I've done is download the update extract it to a directory ... then make a new directory and set it up as the instructions said on the web site. Cheers Eric Sebastian Werner wrote: Eric schrieb: That works the page loads with no errors, but I

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Eric
'HEAD'? I'm not sure which one I'm using. What I've done is download the update extract it to a directory ... then make a new directory and set it up as the instructions said on the web site, copying the 3 directories out of the public folder. Cheers Eric Sebastia

Re: AW: [qooxdoo-devel] Getting started question

2005-11-13 Thread Eric
ument();        var im = new QxImageManager;     im.setPath("qooxdoo/images/");   };  and they still appear, but not when I look at the samples in 'test' ... I don't see the difference. Thanks Eric Oliver Vogel wrote: Your Path is to long (to deep)

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Eric
o says the image is not there. I'm using the qooxdoo-allwithdocs-0.1.2.tar.gz file from SourceForge if this helps ... I tries the Zip one, but that seems corrupt. Cheers and thanks again Eric Oliver Vogel wrote: in the "release" version (not renderer) i found out that this error

[qooxdoo-devel] Getting started question

2005-11-12 Thread Eric
owser error message "Image path is not valid: widgets/cursors/move.gif". I've checked that I have the right directory structure and I haven't added anything other than the test html functions. Any ideas of what I've blown up ?? Eric