Re: [qooxdoo-devel] French mistakes in Feedreader

2008-08-28 Thread Dan
Oops. My mistake. Sorry. On 8/28/08, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > Hi there, > > Here are two mistakes I just noticed in the French translation of the > feed reader: > > In the preference window, "Annuller" should be "Annuler" (and this > should be fixed across all Qooxdoo, since

[qooxdoo-devel] Google Chrome

2008-09-01 Thread Dan
It looks like Google will launch its own browser soon, based on Webkit: http://blogoscoped.com/google-chrome/ This looks very promising to me. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

Re: [qooxdoo-devel] Google Chrome

2008-09-01 Thread Dan
914-2.html > > Jim > > > On Mon, Sep 1, 2008 at 1:15 PM, Dan <[EMAIL PROTECTED]> wrote: > >> It looks like Google will launch its own browser soon, based on Webkit: >> >> http://blogosco

Re: [qooxdoo-devel] Google Chrome

2008-09-02 Thread Dan
I downloaded it. I like the task manager. Using it, I see the feedreader sample app uses between 10 mb and 20 mb of RAM, that's rather light. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [qooxdoo-devel] First numbers for Google Chrome

2008-09-02 Thread Dan
You might want to check the benchmark page Google used to test V8: http://code.google.com/apis/v8/run.html It might be biased towards Chrome though. - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [qooxdoo-devel] Promising framework was: qooXdoo without any external tools: Yes I'd like this as well

2008-09-09 Thread Dan
> Maybe not a toy, but a good tool for evaluation proposes. The half an > hour to setup qooxdoo after the evaluation should not be the deal. My evaluation went as follow: - Check the demos, it showed to me that qooxdoo could do real desktop-y applications that other frameworks seemed to have trou

Re: [qooxdoo-devel] Window dimensions in percents

2008-09-12 Thread Dan
On Fri, Sep 12, 2008 at 5:21 AM, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Just note that "appear" is post-layout and post-DOM. You might see the > window in the original dimensions first. Better is to use the resize > event. Can you test this as well and tell us if it works OK, too? > > Sebast

[qooxdoo-devel] Data presentation app

2008-09-16 Thread Dan
I want to do an application whose goal is to present a massive amount of data, a bit like the api-viewer does. It doesn't require any ajax transport. Hopefully, it will also be autogenerated so that my data will be in a YAML (a superset of JSON) which is easier to write and converted into the final

[qooxdoo-devel] Secure login with ajax (without SSL)

2008-09-17 Thread Dan
This one should interest the crypto team. http://daptivate.com/archive/2007/01/14/ajax-login-secure-without-ssl.aspx This is quite clever and in my humble opinion, much superior to simply login in plain text. - This SF.Net e

Re: [qooxdoo-devel] Theming

2009-01-16 Thread Dan
> > But why is this not documented? I tried to set > qx.theme.manager.Icon.setTheme(qx.theme.icon.Oxygen), with out success. I > would never imagin to use getInstance. And could not find any example. > > qx.theme.manager.Icon is a singleton (and the API defines it as such too). This mean that one a

[qooxdoo-devel] Subclassing windows with animations?

2009-01-17 Thread Dan
I'd like to create a Window subclass that works exactly like a Window but that appears with a fade in and closes with a fade out. I'm confused about how to achieve this. Animation are rather low-level, I'm not sure when exactly the DOM elements are created and it has to play nice with the queue tha

Re: [qooxdoo-devel] Singleton Class getInstance failes

2009-01-17 Thread Dan
The problem is with the keyword new in: this.appSale = new radial.Sale.getInstance(); Just remove that keyword (getInstance takes care of creating the object if it does not exists) and the problem will be solved. -- This

Re: [qooxdoo-devel] Singleton Class getInstance failes

2009-01-17 Thread Dan
> By the way, how to kill the instance from the memory? You don't, the singleton pattern is strictly for things that are intended to live until the application terminates. This is the only way to ensure you always get the same instance. Theme management is obviously a good fit for the pattern as i

Re: [qooxdoo-devel] Subclassing windows with animations?

2009-01-17 Thread Dan
> This approach works very well, except for a small nuisance, which is: > whenever you open a window the first time, it may flash to 100% visible, > then start to fade in. Further closing and re-opening works fine, > because the opacity is a 0% after the first close... > > Maybe you find a good sol

Re: [qooxdoo-devel] Event beforeAppear no longer exists in 0.8

2009-01-20 Thread Dan
> I'm not the OP, but i noticed some flicker while fading a window in when > opening (see my post in the "Subclassing windows with animations?" > thread). I solved the Problem by setting the widgets opacity to 0 > beforehand. One could also use that method for the described problem: > Set the opaci

Re: [qooxdoo-devel] How to access to "this" in async call handler functions

2009-01-21 Thread Dan
On Wed, Jan 21, 2009 at 4:51 PM, Mustafa Sak wrote: > Hi list, > > how to use "this" in the handler funtion of a async call. In outher words, > how get access to global objects in such a function. > > regards Mustafa yourObject.addListener("the_event", your_function, this); What you pass as the

Re: [qooxdoo-devel] Planning infrastructure for virtual widgets

2009-01-25 Thread Dan
What I am wondering is if it would be possible to improve speed by pre-rendering in html widgets at compile time. Obviously, some things cannot be known before runtime but I'd guess that lots of things could be pre-computed. It might require something like python-spidermonkey (http://code.google.co

[qooxdoo-devel] Javascript testing doesn't scale

2009-03-23 Thread Dan
John Resig wrote a great article about why Javascript testing doesn't scale and the solution he is building to deal with it: http://ejohn.org/blog/javascript-testing-does-not-scale/ -- Apps built with the Adobe(R) Flex(R)

[qooxdoo-devel] Google Chrome Frame

2009-09-22 Thread Dan
Google just released (early preview) Google Chrome Frame which should make life easier for many of us having to support Internet Explorer. All you have to do is to add in your and if the user have the GCF plugin installed, your app will be rendered using Webkit and use the V8 javascript engine. T

Re: [qooxdoo-devel] Google Chrome Frame

2009-09-23 Thread Dan
> > > If I had the power to make them install a plugin, I could probably also > make them use another browser ... > > My first reaction was, that this plugin would solve the problem where the > users of my application are forced by their IT staff/polic(i)e(s) to use IE > (and are not allowed to ins

Re: [qooxdoo-devel] Google Chrome Frame

2009-09-23 Thread Dan
2009/9/23 Guilherme Aiolfi > Google Wave wont support IE? Where did you read that? I'm not saying that > it will, but I haven't read nothing about it not supporting IE.Actually It > would be a good thing if it doesn't. > Right on the Google Wave blog. In this entry

[qooxdoo-devel] generate all?

2009-11-25 Thread Dan
>From the qooxdoo doc: > Just be aware (as mentioned on that page) that all of them need a generate.py > build first in their respective directories. I always wondered if there is there a reason why no single command exists to generate *all* the example and demo code instead of having to run gen

Re: [qooxdoo-devel] Python 2.4 - anybody?!

2009-11-26 Thread Dan
Recent Linux and Mac releases come with at last 2.5, most often 2.6. It shouldn't be very hard for Windows users to upgrade. I would say go for it. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 3

Re: [qooxdoo-devel] generate all?

2009-11-27 Thread Dan
It ends with a: IOError: [Errno 2] No such file or directory: 'config.json' On qooxdoo 0.8.3, taken directly from svn -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your r

Re: [qooxdoo-devel] Your favorite aspects of qooxdoo !?

2009-12-08 Thread Dan
I'm surprised no one mentioned the api viewer yet! Having an interactive and *searchable* api is invaluable. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2de

Re: [qooxdoo-devel] Javascript power (2)

2009-12-09 Thread Dan
On Wed, Dec 9, 2009 at 8:47 AM, Jean-Baptiste BRIAUD -- Novlog < j-b.bri...@novlog.com> wrote: > > GNOME 3 will use Javascript ... > > > http://www.ubuntugeek.com/gnome-3-the-future-of-the-linux-desktop-revealed.html > > Thanks to Clutter project. > http://www.clutter-project.org Qt have easy to

[qooxdoo-devel] Speed Tracer

2009-12-10 Thread Dan
I almost missed it because Google hid it in the GWT 2.0 announcement but they created an extension for Chrome (dev channel only at the moment, works on the Linux beta) to profile Ajax apps. It's available here: http://code.google.com/p/speedtracer/ You need to start chrome with this switch for it

Re: [qooxdoo-devel] qooxdoo 1.0 released

2009-12-17 Thread Dan
> > > Thanks to everyone for your support. It would be great you could help in > > promoting qooxdoo and let others know about this release (blogs, > > twitter, ...) and the framework in general (articles, > > conferences, ...). > > > > Bye, > > > > Andreas > The blog post and showcase are very we

Re: [qooxdoo-devel] Do pre-releases before the official release

2009-12-17 Thread Dan
On Tue, Dec 15, 2009 at 9:09 AM, Jean-Baptiste BRIAUD -- Novlog < j-b.bri...@novlog.com> wrote: > I just eead that on Twitter : Flex 3.5 SDK released -- > http://bit.ly/6vgy4h > > I was thinking they started after qooxdoo but are now in 3.5 while we are > only in 1.0. > Should we introduce more ma

Re: [qooxdoo-devel] Do pre-releases before the official release

2009-12-18 Thread Dan
On Fri, Dec 18, 2009 at 5:12 AM, Jean-Baptiste BRIAUD -- Novlog < j-b.bri...@novlog.com> wrote: > I understand that, but you are thinking like smart people already > convinced, and that don't need/care/sensible to marketing and communication > :-) > We are thinking like developers. I don't think

[qooxdoo-devel] Sikuli

2010-01-24 Thread Dan
I just found an interesting project from MIT. It's called Sikuli and it lets you automate GUI actions very easily. It seems to me it would be a very nice way to test a qooxdoo app. A demo is available here: http://sikuli.csail.mit.edu/demo.shtml And more info on unit testing is found here: http://

[qooxdoo-devel] Google Gears

2007-05-30 Thread Dan
If there is one thing that lacked in current Ajax apps, it's the capacity to run offline. That's not much of a problem anymore with what Google just released. They gave us an extension for Firefox (plugin for IE) that gives you Javascript APIs for: * caching your app locally * storing data locally

[qooxdoo-devel] Has no properties

2007-07-19 Thread Dan
This code: this.add(new qx.ui.toolbar.MenuButton("File", custom.ui.menus.FileMenu.getInstance())); In a class extending the toolbar works fine, however this code: var mb = qx.ui.toolbar.MenuButton; var m = custom.ui.menus; this.add(new mb("File", m.FileMenu.getInstance())); only works in sourc

Re: [qooxdoo-devel] Has no properties

2007-07-19 Thread Dan
I forgot, the error I get is FileMenu.getInstance() has no properties. On 7/19/07, Dan <[EMAIL PROTECTED]> wrote: > This code: > > this.add(new qx.ui.toolbar.MenuButton("File", > custom.ui.menus.FileMenu.getInstance())); > > In a class extending the toolbar work

Re: [qooxdoo-devel] Has no properties

2007-07-20 Thread Dan
> Hi, > > normally this should work as long as you don't use "eval()" somewhete in > your code. > > Best Fabian That's what I thought but strangely, it doesn't work. I don't use any eval precisely not to mess with the build.

[qooxdoo-devel] Layout demos?

2007-07-20 Thread Dan
It seems to me that the demo browser is lacking some layout demos. Since they are the preferred way of layouting applications, it would be nice if there was some demos to kickstart newbies. I quite like the new demo browser by the way. -

[qooxdoo-devel] IRC-like Client

2007-10-01 Thread Dan
I'm doing an IRC-like client for a school project with qooxdoo and I was wondering what widget could be the main text window. I'd like to be able to colour text and be able to enter private chat with people by double-clicking their name. I'd also like text to auto-scroll as more text comes in. It

[qooxdoo-devel] How to pack() a window?

2007-10-15 Thread Dan
I'm having trouble packing a window, it always resizes to a 1 pixel square. I tried to put a few "auto" for sizes but it doesn't change anything? I don't want to set a fixed size since it defeats the point of having layout widgets in the first place. I just have a normal window with a (vertical) l

Re: [qooxdoo-devel] How to pack() a window?

2007-10-15 Thread Dan
On 10/16/07, dperez <[EMAIL PROTECTED]> wrote: > > > You can try setting the minWidth and minHeight properties of the window > itself of any contained widget. > Can you post an example? How can I set it so it computes itself based on what the widget need? Here's my code below, I just added a si

Re: [qooxdoo-devel] How to pack() a window?

2007-10-16 Thread Dan
On 10/16/07, Tim Kemna <[EMAIL PROTECTED]> wrote: > > I'm having the same problem. I think the problem is the call to > centerToBrowser() before show(). In my code I use: > If I remove centerToBrowser(). it packs to a single pixel in the top-left corner...

Re: [qooxdoo-devel] How to pack() a window?

2007-10-16 Thread Dan
On 10/16/07, Tim Kemna <[EMAIL PROTECTED]> wrote: > > This code works for me: > > window.setLeft(qx.ui.core.ClientDocument.getInstance().getClientWidth()); > window.show(); > window.addEventListener("appear", > function(e) > { > window.centerToBrowser(); > }, this); > > BTW I d

Re: [qooxdoo-devel] How to pack() a window?

2007-10-17 Thread Dan
On 10/17/07, dperez <[EMAIL PROTECTED]> wrote: > > > You're missing a vLayout.auto() call. > > with(vLayout) > { > auto(); > setSpacing(4); > > > Daniel Gagnon wrote: > Added but I still have a one pixel window: qx.Class.define("custom.ui.Login", { ex

Re: [qooxdoo-devel] Localization - tr() - in NON Qooxdoo code

2007-10-18 Thread Dan
> I wonder if I could set up the build to make the tr() & trn() functions > available in a much smaller version of the library and then call them like > static/global functions? The this.tr thing works through inheritance, if you don't inherit from a qooxdoo class, it won't work. You could us

Re: [qooxdoo-devel] How to pack() a window?

2007-10-18 Thread Dan
Can anyone explain me what I don't get about qooxdoo's layouts? On 10/17/07, Dan <[EMAIL PROTECTED]> wrote: > > > > On 10/17/07, dperez <[EMAIL PROTECTED]> wrote: > > > > > > You're missing a vLayout.auto() call. > >

Re: [qooxdoo-devel] How to pack() a window?

2007-10-19 Thread Dan
On 10/19/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > > First off, you keep insisting on using pack() when clearly no one else is > using it and to your own admission it doesn't work. So ditch pack() and come > up with another way to do the same thing. With qooxdoo there is always more > then one wa

Re: [qooxdoo-devel] How to efficiently develop with tomcat?

2007-11-04 Thread Dan
> > I'm using eclipse with Aptana and/or JSEclipse, > is there some other support for a more efficient development cycle? > I use mock objects that mimic the server (login with username bob, fails otherwise and similar behaviour). That way, I don't have to test with the server as much. ---

Re: [qooxdoo-devel] How to efficiently develop with tomcat?

2007-11-04 Thread Dan
> > You mock objects are written in Javascript? > Or do you have real http requests with some dummy server? Javascript. It let me build the interface quickly. - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [qooxdoo-devel] to qooxdoo or to pyjamas?

2008-04-03 Thread Dan
On 4/3/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Dear all, > > I have a dilemma. I only know Python. I don't know > Java, and I don't even know Java Script - but I really > like what I see from the qooxdoo web page. Someone > suggested that I look at pyjamas (a Python wrapper > over t

Re: [qooxdoo-devel] Build version is not working

2008-04-03 Thread Dan
> > Obviously this funtion if called wrongly but I can't really determine the > position in the generated JavaScript file. How to handle this error? Is this > a known problem and does anyone have an idea how to fix or to narrow it down > at least? > I had this kind of problem when I used an unsaf

Re: [qooxdoo-devel] make?

2008-04-07 Thread Dan
On Mon, Apr 7, 2008 at 6:47 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Hmmm, I don't recall installing gzip it in cygwin, but zip (perhaps the > Linux version of zip is gzip?) is needed. I followed the instructions on > http://qooxdoo.org/documentation/0.6/user_manual/installing_cygwin and it > w

Re: [qooxdoo-devel] No Python backend support?

2008-05-01 Thread Dan
> I still don't quite know what a web "framework" would do for me but from the > web, it appears they are saying Qooxdoo backend support doesn't include > Python. Does that mean I shouldn't spend my time understanding "framework"s > like Django or Turbogear? > > All I need is to port some deskt

[qooxdoo-devel] Setting a Unix environment, the easy way

2008-05-01 Thread Dan
qooxdoo was built with a Unix environment in mind and even though it's possible to use it under Windows with Cygwin, it's not as comfortable as running it under a real Unix system with a decent console (where you can do basic things like copy / pasting). Fortunately, there is a very easy way to se

Re: [qooxdoo-devel] No Python backend support?

2008-05-01 Thread Dan
> That's what I read. However, if your web page isn't changing from day to > day, and there are no database required in the backend, would it be an > overkill? Why would you need a backend then? Why not just put your data in your qooxdoo application? --

Re: [qooxdoo-devel] Setting a Unix environment, the easy way

2008-05-01 Thread Dan
> So far, I don't see a problem. Yes, cygwin can be picky on path names but I > can preprocess the makefiles and fix that. The other thing is that > Qooxdoo-sdk will commit suicide from time to time. It happens when some > cygwin program craps out on "Unable to allocate heap" and probably ru

Re: [qooxdoo-devel] No Python backend support?

2008-05-01 Thread Dan
> The data entered needs to be "crunched" to a degree not possible in > JavaScript. I intend to "rent" this code to my clients but the code is > running on my ISP's server. What about a cron job that runs a python script that crunches the values and puts them in a javascript file you can read

Re: [qooxdoo-devel] No Python backend support?

2008-05-01 Thread Dan
On Thu, May 1, 2008 at 2:51 PM, <[EMAIL PROTECTED]> wrote: > Thanks, Dan. I'll look into it. > > Do I still need special support within Qooxdoo then? Do I still need this > qxjsonrpc.py Derrell is asking Thomas about? You don't need anything but the problem o

[qooxdoo-devel] Form binding remote data.

2013-07-26 Thread dan
understand the api, example is the function parameters ds.put(key,fields). Where in the docs is the method described showing what parameters each get,put,post,delete the rest api request accepts? For each option is it just a string of key/value pairs separated by a comma? Thank you for any help, Dan var

[qooxdoo-devel] Selectbox form model binding and set selected value to form model

2013-07-26 Thread dan
matching id to form model property, do I have to do this manually with selectboxes? Scenario Form with two text fields firtsName,lastName and a select box ContactType remote json data via rest bound to the form json {firstName: "dan", lastName: "green", ContactType:{__KE

Re: [qooxdoo-devel] Selectbox form model binding and set selected value to form model

2013-08-04 Thread dan
Martin, Thanks for the reply, I understand what you are saying but I cannot change the data {firstName: "dan", lastName: "green", ContactType:{__KEY:3} Is there a way to specify what to bind to so that it will work with this data? Thanks, Dan Date: Mon, 29 Jul

Re: [qooxdoo-devel] Selectbox form model binding and set selected value to form model

2013-08-07 Thread dan
to navigate the the property that I want to use. Thanks, Dan -- View this message in context: http://qooxdoo.678.n2.nabble.com/Selectbox-form-model-binding-and-set-selected-value-to-form-model-tp7584244p7584312.html Sent from the qooxdoo mailing list archive at Nabble.com

[qooxdoo-devel] Set border radius of a container

2013-08-22 Thread dan
ut I don't know how to access them in code. Thanks, Dan -- View this message in context: http://qooxdoo.678.n2.nabble.com/Set-border-radius-of-a-container-tp7584450.html Sent from the qooxdoo mailing list archiv

Re: [qooxdoo-devel] Set border radius of a container

2013-08-24 Thread dan
dan wrote > I am using the default theme defined for a new application > > I have a container defined as > > composite.setLayout(new qx.ui.layout.HBox(5)); > > Then I set the decorator to > composite.setDecorator("main") > > Now I want to just change to

[qooxdoo-devel] Window slide out on open and in on close

2013-08-24 Thread dan
Framework version 3.0 I have seen some examples of this using the old qx.fx animations but I am using the 3.0 version of the framework and need a little help. I would like the window to slide in on button click that opens the window and slide out on the window.close function. Using the qx.bom.e

Re: [qooxdoo-devel] Window slide out on open and in on close

2013-08-27 Thread dan
subclass stuff better Thanks, Dan -- View this message in context: http://qooxdoo.678.n2.nabble.com/Window-slide-out-on-open-and-in-on-close-tp7584458p7584483.html Sent from the qooxdoo mailing list archive at N

Re: [qooxdoo-devel] Table

2013-09-08 Thread dan
for the table like we have for lists and forms, so that we can bind data the same way we do with forms and stores. An example I would like to see and haven't found would be a master-detail form view where you have a grid and form bound to the same data and when you select a row the form data cha

[qooxdoo-devel] Remove Row from Table Model

2008-02-01 Thread Dan Trif
Hi, I'm using the following code to remove selected row from a table: var tableModel = new qx.ui.table.model.Simple(); var table = new qx.ui.table.Table(tableModel, tableBehaviour); function removeSelectedRow(){ table.getSelectionModel().iterateSelection(function(index){

[qooxdoo-devel] Table vertical scrollbar always visible?

2008-02-06 Thread Dan Trif
Hi, Any ideea how to make the vertical scrollbar always visible even when the table has no elements? Best regards -- Dan Trif Java Development 1&1 Internet AG - Romania 18 Mircea Eliade St. Tel :+40-21-319-3571 ext. 511 Sect 1, Bucharest Mobile: +40-749-770-517 01

[qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-06 Thread Dan Trif
Hi, I'm using a table which has a changeSelection event listener attached. On the listener I get a value from the currently selected row and do other things ... Using qooxdoo version 0.7.2 everythingh worked fine but when I switched to 0.7.3 I found out that the method removeRows(Integer |startI

Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Dan Trif
ectedValue = tableModel.getValue(0, index); }); ... and when removeRows method triggered the event listener the element with this index did not exist I found that works ok if I'm using var index = table.getFocusedRow(); .. and this fixed my problem. cheers, Dan -- Dan Trif Java Development

[qooxdoo-devel] Table cell background color does not change on edit (using theme Ext)

2008-02-13 Thread Dan Trif
te in edit mode? Regards, -- Dan Trif Java Development 1&1 Internet AG - Romania 18 Mircea Eliade St. Tel :+40-21-319-3571 ext. 511 Sect 1, Bucharest Mobile: +40-749-770-517 012015, Romania Email : [EMAIL

[qooxdoo-devel] Error while sending large text as a request parametter

2008-04-23 Thread Dan, Trif
x.io.remote.Request(url, "POST", qx.util.Mime.JSON); request.setAsynchronous(false); request.setRequestHeader("Content-Type", "application/json"); request.setParameter("largeContent", largeTextContent); request.send(); Best rega

[qooxdoo-devel] using CSS style inside HorizontalSplitPane

2008-06-02 Thread Dan, Trif
how implement this design so the CSS style to be applied only to that HTML content (the right side of the splitpane) and not affect other areas. Regards, Dan -- Dan Trif Java Development 1&1 Internet AG - Romania 18 Mircea Eliade St. Tel :+40-21-319-3571 ext. 511 Se

[qooxdoo-devel] Disable Logging

2006-08-23 Thread Dan Fillpot
ivAppender); does not stop the popup. any ideas? Thanks Dan - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

[qooxdoo-devel] Capturing a Combobox/List Scroll event

2006-09-08 Thread Dan Fillpot
be busy" error to be triggered. Keeping track of scroll position will allow me to load on demand. Any help is appreciated Dan - Using Tomcat but need to do more? Need to support web services, security? Get stuff d

Re: [qooxdoo-devel] style.cursor ?

2006-10-10 Thread Dan Fillpot
.setStyleProperty("cursor","wait") works for me Dan Alex D. wrote: > Hi folks, > > in some cases i would like to change the cursor appearance for a while. > I tried: > > document.getElementsByTagName("body")[0].style.cursor = "wait"; >

Re: [qooxdoo-devel] globalCursor

2006-10-16 Thread Dan Fillpot
setTimeout(function(){qx.ui.core.ClientDocument.getInstance().setGlobalCursor("wait");},0); should work also Jim Hunter wrote: I just saw your previous post about flushGlobalQueues and I have found in recent build, this call does nothing unless you pass in true as the parameter (like my e

Re: [qooxdoo-devel] Reusing a button

2006-11-13 Thread Dan Fillpot
var newButton = origButton.clone(); HTH, Dan Aaron Cooper wrote: > Hi all, > > I've got a button (well several actually) that I want to use on > multiple windows of my app. In this case it&

Re: [qooxdoo-devel] Resetting all fields

2006-11-16 Thread Dan Fillpot
jects I am looking for To reset a form, iterate through all form elements, if the object string matches a resettable object(you should know the object types you are looking for), set its value HTH, Dan Jim Hunter wrote: A brute force way would be to iterate each child control of the