Re: [qooxdoo-devel] Experimental file upload implementation for qooxdoo 0.6.5 and 0.6.6

2007-03-14 Thread Cornelius Weiss
Dietrich Streifert schrieb: > > > Cornelius Weiss schrieb: >> Hi Dietrich, >> >> as for the layout problems, >> >> i set >> this._text.set({readOnly:true,display:false}); >> >> > Yes, but the field is now invisible ;-) > I thought this is the desired behaviour :-) >> in UploadField. Works for m

Re: [qooxdoo-devel] MessageBox replacement

2007-03-14 Thread Hugh Gibson
> but you could use a modal internal window as replacement: > http://demo.qooxdoo.org/current/sample/html/example/Window_1.html Yep, it would be based on that. What's missing is the simple API. It would accept: - caption - icon (possibly none) to show, specified by simple constant - HTML form

[qooxdoo-devel] ComoBox Ex

2007-03-14 Thread Jesus Perez
Hi: First of all congratulations for the work done until now for version 0.7-alpha2 By migrating apps I found ComboBox Ex not working I can fixLine 1064 in qx.ui.form.ComboBoxEx.js var border = qx.renderer.border.BorderPresets.getInset(); In any case setSelection does not rend

Re: [qooxdoo-devel] MessageBox replacement

2007-03-14 Thread Leander Hanwald
Hi Hugh You are right that the alert() isn't perfekt, but you could use a modal internal window as replacement: http://demo.qooxdoo.org/current/sample/html/example/Window_1.html Ok, a simple MessageBox needs less code, but it should work. (I'm new to qooxdoo, sorry if I'm wrong when I say that th

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Andreas Junghans
Hi Hugh, Am 14.03.2007 um 16:41 schrieb Hugh Gibson: >> Maybe I should explain the development and testing of RPC calls in >> more detail > > Not that I do this sort of development, but it seems to me that > this should be in the Wiki... It mostly is (see http://qooxdoo.org/documentation/user_

[qooxdoo-devel] MessageBox replacement

2007-03-14 Thread Hugh Gibson
Has anyone written a MessageBox clone for qooxdoo? Happy to share it? I don't like using alert as it locks up the interpreter, it looks ugly, and it doesn't give any options for asking questions etc. Hugh - Take Surveys.

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Hugh Gibson
> Maybe I should explain the development and testing of RPC calls in > more detail Not that I do this sort of development, but it seems to me that this should be in the Wiki... Hugh - Take Surveys. Earn Cash. Influence th

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-03-14 Thread Derrell . Lipman
Andreas Ecker <[EMAIL PROTECTED]> writes: > Just did a grep through treevirtual and got 16 matches for the > qx.ui.table namespace. > > I would also suggest to reconsider moving those parts out of the table > namespace that are of some general interest to other widgets/parts of > the system. Mayb

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Andreas Junghans
Hi Alexander, Am 14.03.2007 um 09:25 schrieb Alexander Weisser: [snip] > var rpc = new qx.io.remote.Rpc( > "http://localhost:8080/qooxdoo/.qxrpc";, > "qooxdoo.test" > ); > rpc.setCrossDomain(true); [snap] > It is the standart skeletton with a

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hi Hugh, >> Don't worry about qooxdoo being US-centric. The data files we use for >> localizing date and time formats come from the Common Locale Data >> Repository (CLDR) of the Unicode consortium. We don't maintain them >> ourselfes. Maybe the CLDR is US-centric :-) ? >> > > Ah, I see. An

Re: [qooxdoo-devel] Experimental file upload implementation for qooxdoo 0.6.5 and 0.6.6

2007-03-14 Thread Dietrich Streifert
Cornelius Weiss schrieb: Hi Dietrich, as for the layout problems, i set this._text.set({readOnly:true,display:false}); Yes, but the field is now invisible ;-) in UploadField. Works for me. cu Cornelius Dietrich Streifert schrieb: The UploadButton widget did not reflect the visual

Re: [qooxdoo-devel] Experimental file upload implementation for qooxdoo 0.6.5 and 0.6.6

2007-03-14 Thread Cornelius Weiss
Hi Dietrich, as for the layout problems, i set this._text.set({readOnly:true,display:false}); in UploadField. Works for me. cu Cornelius Dietrich Streifert schrieb: > The UploadButton widget did not reflect the visual mouse over and > pressed states. > > I've attached a new version of the zip

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> Don't worry about qooxdoo being US-centric. The data files we use for > localizing date and time formats come from the Common Locale Data > Repository (CLDR) of the Unicode consortium. We don't maintain them > ourselfes. Maybe the CLDR is US-centric :-) ? Ah, I see. Anyway, working now - thou

Re: [qooxdoo-devel] table inside an Atom and event "appear"

2007-03-14 Thread Sebastian Werner
Tobias Koller (GERMO GmbH) schrieb: > I have a horizontalBoxLayout over the complete size of the screen. > On the left, there is a tree-Object(about 200px width and height 100%) and > the rest is an Atom where I will put all my > Content depending on the selected TreeFolder/File. > > If there is

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-03-14 Thread Andreas Ecker
Howdy! On Wed, 2007-03-07 at 10:10 +0100, Til Schneider wrote: > [EMAIL PROTECTED] schrieb: > > Sebastian Werner <[EMAIL PROTECTED]> writes: > > > >> Generally, before you start, I don't like the current structure because it > >> mix widgets with other features. The original intention for the "

Re: [qooxdoo-devel] Autosizing HtmlEmbed?

2007-03-14 Thread Sebastian Werner
Ok, after I took a look at your example I understand your problem. This case could not be solved with qooxdoo currently. The label auto-sizing, or better the preferred sizing do not respect any limits regarding the width or height. This means that the preferred height is calculated under the s

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-14 Thread Cornelius Weiss
sorry, by looking in the code, i saw what's happening. tnx cornelius Cornelius Weiss schrieb: > Hi Hugh, > > tnx for your patience! > > i finally managed to extend the RemoteTableModel as you sugested. Now > the funny thing is, that the table sorting seems not to be working any > more... > > if

Re: [qooxdoo-devel] *.js source file formatter?

2007-03-14 Thread thron7
> Yes, it's always good to look for other bugs in the same class as the > original bug. > And it's also about refactoring (as you might know, I'm already thinking about a next-generation pretty-printer, and don't want to put unnecessary effort in the old code). > I hope you will request a co

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-03-14 Thread Andreas Ecker
Hi Derrell! > Sebastian et al, I can do the namespace reorganization of Table, but not the > migration support for it. Let me know when you have time to work on the > migration, and I'll get the reorganization done. If the restructuring the table only involves renaming the existing classes, a fe

Re: [qooxdoo-devel] table inside an Atom and event "appear"

2007-03-14 Thread Tobias Koller (GERMO GmbH)
I have a horizontalBoxLayout over the complete size of the screen. On the left, there is a tree-Object(about 200px width and height 100%) and the rest is an Atom where I will put all my Content depending on the selected TreeFolder/File. If there is a better solution (I'm sure there is ;) ) please

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-14 Thread Cornelius Weiss
Hi Hugh, tnx for your patience! i finally managed to extend the RemoteTableModel as you sugested. Now the funny thing is, that the table sorting seems not to be working any more... if i do a this._tableModel.setColumnSortable('schluessel', true); this._tableModel.sortByColumn('schluessel', tru

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hello Hugh, >> The locale "en" just contains the basic settings for all english >> speaking countries. >> > > That is a joke, yes? > > Look at the wikipedia article: http://en.wikipedia.org/wiki/Calendar_date > and specifically at > http://en.wikipedia.org/wiki/Calendar_date#m.2Fd.2Fyy_.28mo

Re: [qooxdoo-devel] Autosizing HtmlEmbed?

2007-03-14 Thread Hubert Denkmair
Thanks Sebastian, using qx.ui.basic.Label works better (and is basically what i want), but not entirly correct. I made a small testcase here: http://qooxdoo.denkmair.de/label/source/ The label widget seems to be what I looked for, but it's height doesn't seem to be computed correctly. The ful

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-03-14 Thread Derrell . Lipman
naftali <[EMAIL PROTECTED]> writes: > can we expect this in 0.7? Sebastian et al, I can do the namespace reorganization of Table, but not the migration support for it. Let me know when you have time to work on the migration, and I'll get the reorganization done. Cheers, Derrell > Derrell.Lipm

Re: [qooxdoo-devel] What are the required modules for acustom build?

2007-03-14 Thread Sebastian Werner
Hi Carsten, the build system included in skeletons is just for the regular user of qooxdoo. It uses the generator.py script which has a lot more options than shown in the Makefiles. You can indeed create "packages" of classes, for example of core, tree, table etc. Please be sure to checkout th

Re: [qooxdoo-devel] Proposed restructuring of the Table namespace

2007-03-14 Thread naftali
can we expect this in 0.7? Derrell.Lipman wrote: > > "Hugh Gibson" <[EMAIL PROTECTED]> writes: > >>> The Table namespace is getting somewhat cluttered, and will become >>> more so as additional Data Cell Renderers are soon added. It seems >>> worthwhile to split up this single-level namespac

Re: [qooxdoo-devel] What are the required modules for acustom build?

2007-03-14 Thread Carsten Harnisch
I understand the reason for using the "compile process" to generate "light-weight" version of packed qx_xyz.js files and definetly you guys got some reason doing it. Anyway if you use a server-side based UI-generation process you will get the problem, that you might not already know what you need

Re: [qooxdoo-devel] Problems with Events

2007-03-14 Thread Daniel Haferkorn
Jim Hunter epiuniverse.com> writes: > > Instead of using the getValue() on the field, try using getComputedValue(). The 'value' of the control does not get set until the focus is lost. the function getComputedValue() returns the current content of the field. > For the second question, I think yo

Re: [qooxdoo-devel] What are the required modules for a custom build?

2007-03-14 Thread Sebastian Werner
Hugh Gibson schrieb: >> I've tried it for both quickstart and sample. I get an object >> expected error. Am I actually missing something here because I know >> this must be a very basic question? > > I tried it for Showcase and it worked fine. > > The key part from the build output is this: > >

Re: [qooxdoo-devel] What are the required modules for a custom build?

2007-03-14 Thread Sebastian Werner
sub schrieb: > > > Hugh Gibson wrote: >> The default value for APPLICATION_COMPLETE_BUILD is false which leaves >> out classes you don't use. >> > > Thanks for clarifying things for me. Each of the Makefiles for the apps that > come with the sdk (0.6.6) have the flag APPLICATION_COMPLETE_BUILD

Re: [qooxdoo-devel] *.js source file formatter?

2007-03-14 Thread Hugh Gibson
> but I want to see which other tree > manipulations are done and which are necessary. Yes, it's always good to look for other bugs in the same class as the original bug. I hope you will request a corpus of code from people (perhaps under an NDA) to test all the formatting stuff. I've only run

Re: [qooxdoo-devel] table inside an Atom and event "appear"

2007-03-14 Thread Sebastian Werner
I don't know why at all you want to place a table inside a atom. I don't think the table was developed for such a usage. I am not sure how the timeout-based workarounds for some layout engine bugs, which are used by the table, influence the compatibility with the appear events. I think your pro

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> The locale "en" just contains the basic settings for all english > speaking countries. That is a joke, yes? Look at the wikipedia article: http://en.wikipedia.org/wiki/Calendar_date and specifically at http://en.wikipedia.org/wiki/Calendar_date#m.2Fd.2Fyy_.28month.2C_day.2C_year.29 Hmmm. Can

Re: [qooxdoo-devel] Autosizing HtmlEmbed?

2007-03-14 Thread Sebastian Werner
Auto-sizing is not supported by HtmlEmbed. This widget should be used for areas which do not need this feature. Alternatively use qx.ui.basic.Label and fill it with HTML. Label supports preferred dimensions calculation and this way allows you to use auto dimensions, too. Hope this helps. Seba

Re: [qooxdoo-devel] *.js source file formatter?

2007-03-14 Thread thron7
> Thomas, are you going to work on > http://bugzilla.qooxdoo.org/show_bug.cgi?id=333 ? I've dug into the tokeniser > now and have a bit of a handle on how to approach it, but haven't looked in > detail. > Hugh, I've started working on 334, it looks more severe. Your patch looks like a good

Re: [qooxdoo-devel] What are the required modules for a custom build?

2007-03-14 Thread Hugh Gibson
> I've tried it for both quickstart and sample. I get an object > expected error. Am I actually missing something here because I know > this must be a very basic question? I tried it for Showcase and it worked fine. The key part from the build output is this: SORT OF INCLUDE LIST:

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hello Hugh, > I'm not really up on the localisation stuff. However, I'm putting some date > stuff into our application, and the default format for the date using a > date-picker is coming up as M/d/YY. > > This is not how we do things here (UK) - it is d/M/YY (and Australia and > probably other

[qooxdoo-devel] HTML in table cells

2007-03-14 Thread westor
It took me a while to figure out how to use HTML in table cells. I found one Hint that told me to overwrite DefaultDataCellRenderer. Unfortunately this shows HTML (eg. for links or colors) only after resizing table, otherwise it is ecaped. Later I found the solution here in the forum: You have to

Re: [qooxdoo-devel] bug in feedreader-demo

2007-03-14 Thread Fabian Jakobs
Heoolo Cornelius, > Hi devs, > > i just encounterd a bug in the reedreader demo when i wanted to work out > how the table-ui is working. > > When you use the table-sort-headers and sort e.g. by "Subject", the > feeds displayd after are not the once witch where selected in the table. > Thanks

Re: [qooxdoo-devel] Problem with Tomcat

2007-03-14 Thread Alexander Weisser
Andreas Junghans wrote: > > You can't issue synchronous calls in a cross-domain way, only > asynchronous ones. This is a technical limitation that we cannot work > around. Even within the same domain, synchronous calls are usually a > bad idea: They block the whole browser until the respon

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> I think the issue is in the en.xml file in the locale folder. The > short date setting is: Yes, that is wrong - but how does that get built into the qx.locale.data.en file? "make build" doesn't do it. I've raised http://bugzilla.qooxdoo.org/show_bug.cgi?id=337 for it. The long formats are wr