Re: [qooxdoo-devel] qx.ui.mobile.SelectBox

2011-06-14 Thread Greg Beaver
xdoo-devel Greg Beaver June 8, 2011 10:10 PM Hi, does qx.ui.mobile.SelectBox work on iPhone yet?  I have

Re: [qooxdoo-devel] qx.ui.mobile.SelectBox

2011-06-13 Thread Greg Beaver
stinfo/qooxdoo-devel Greg Beaver June 8, 2011 10:10 PM Hi, does qx.ui.mobile.SelectBox work on iPhone yet?  I have been tapping furiously on one in my app and it doesn't

Re: [qooxdoo-devel] qx.ui.mobile.SelectBox

2011-06-13 Thread Greg Beaver
ox-dev2dev ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Greg Beaver June 8,

[qooxdoo-devel] qx.ui.mobile.SelectBox

2011-06-08 Thread Greg Beaver
Hi, does qx.ui.mobile.SelectBox work on iPhone yet? I have been tapping furiously on one in my app and it doesn't do anything :). It works in safari/mac and chrome on mac and linux. Thanks, Greg -- EditLive Enterprise i

Re: [qooxdoo-devel] mobile app weirdness

2011-06-06 Thread Greg Beaver
Greg Beaver June 6, 2011 10:15 AM Hi Tino, Thanks for taking a look at this.  Since I last wrote, I managed to get a source

Re: [qooxdoo-devel] mobile app weirdness

2011-06-06 Thread Greg Beaver
Hi Tino, Thanks for taking a look at this.  Since I last wrote, I managed to get a source version up as well at http://chiaraquartet.net/cs2/source/index.html. To be clear: on my end, it works just fine in chrome on both linux and mac os x.  T

[qooxdoo-devel] mobile app weirdness

2011-06-05 Thread Greg Beaver
Hi, I'm experimenting with the new mobile stuff, and have run against a brick wall. I am working off of bleeding edge trunk, and am getting a blank page in safari and a non-blank page in chrome. Unfortunately, I also get the blank page on an iPhone browser. Test url: http://chiaraquartet.net/c

Re: [qooxdoo-devel] integrating CKEditor 3.0 into qooxdoo

2011-03-04 Thread Greg Beaver
Hi, The constructor parameters are not necessary, as default values are used if not present. As for your error message, hard to debug without seeing it. Chances are you either forgot to include the class, forgot to regenerate, or forgot to include ckeditor.js BEFORE you include the qooxdoo js fi

Re: [qooxdoo-devel] Singleton getInstance with parameters

2011-01-06 Thread Greg Beaver
Hi, Just a quick note: there are many real-life situations that one would want singletons to be different based on the arguments.  In pattern-speak, this is usually referred to as an object registry, and qooxdoo does this to garbage collect its objects, but a hybrid singleton/object registry makes

[qooxdoo-devel] minor typo in qx.ui.list.List docs

2011-01-02 Thread Greg Beaver
Hi, at http://manual.qooxdoo.org/1.3/pages/widget/virtuallist.html the link to the API docs at the bottom says it is linking to qx.ui.indicator.progressbar but correctly links to the API docs for qx.ui.list.List Greg ---

[qooxdoo-devel] demo browser scroll on mac chrome doesn't work

2011-01-02 Thread Greg Beaver
Hi, I just browsed to the demo browser for the first time in 1.3 using Chrome 8.0.552.231 on Mac, and found that the native two-fingered scroll results in such an imperceptible increment of scrolling that it is essentially useless. Some of the scrollbars don't work at all. Firefox works just fin

Re: [qooxdoo-devel] stuck, need help

2010-11-15 Thread Greg Beaver
in the post you quoted, I tried binding, which is to say I was using the above example and it did not work. This is also not the same as what I want because the json is static. My use case is lazy-loading the children branches as needed. Thanks, Greg > On Fri, Nov 12, 2010 at 5:16 PM, G

Re: [qooxdoo-devel] stuck, need help

2010-11-15 Thread Greg Beaver
Tristan Koch wrote: > Hi Greg, > > can you compose a simple code-example of the behavior you're > describing, e.g. in the playground. This would help us to better > understand your problem. > >> When I stopped using binding and instead tried to monitor change events, >> the same problem occurred: n

[qooxdoo-devel] stuck, need help

2010-11-12 Thread Greg Beaver
Hi, I've been trying to solve a problem I have using qooxdoo for over 3 months now with no luck. Any assistance modeling this properly using qooxdoo would be helpful. Basically, I have a 3-tiered tree of data organized as follows: Composer \-> Piece1 \-> Movement \-> Movement \-> Move

Re: [qooxdoo-devel] adjusting look of widget in response to events

2010-10-18 Thread Greg Beaver
Ken Arnold wrote: > I'm trying to write a widget that changes its border if the user tracks over > it dragging something. The highlight is to show which of the several widgets > on the page would be the recipient of the drop if the user let go. In > addition, If the user's cursor is close to the

Re: [qooxdoo-devel] getTableRowData.php

2010-10-16 Thread Greg Beaver
georg wrote: > Hi Sak, > > > thank you very much for the example. > > But is for my app to big. > > I have fix the problem. > > $arr = array ('first'=>'John','last'=>'Doe'); > $arr1 = array ('first'=>'John2','last'=>'Doe2'); > > > > echo "[", json_encode($arr),"," > ,json_encode($arr1),"]"; > > >

[qooxdoo-devel] bug in qooxdoo focus handling in chrome?

2010-10-12 Thread Greg Beaver
Hi, I am noticing a behavior difference between firefox and chrome, and am wondering if it is a bug. Basically, the blur event is fired in chrome on a qx.ui.form.List() when I click on a ListItem, but it is not fired in firefox. According to the docs, the blur event should only be fired if the f

Re: [qooxdoo-devel] custom objects in controller.list

2010-10-09 Thread Greg Beaver
aho wrote: > hi all, > > i am trying to get the names of my custom class into a list. I followed the > great examples and documentation, but still this error remains: > > uncaught exception: No event could be found for the property: source > Hi, I have run into this many times before. I actual

Re: [qooxdoo-devel] qx.ui.basic.Label sizing problem

2010-10-06 Thread Greg Beaver
John Spackman wrote: > Hi Jim > > Isn't that inconsistent with other controls such as a text field which > expand to fill the available space? For example, if you add a > TextField in exactly the same way, it does not cause the composite to > grow. Hi, Not necessarily. If the widget has a minWid

Re: [qooxdoo-devel] demo of EditableLabel widget

2010-10-03 Thread Greg Beaver
panyasan wrote: > Hi Greg, > > it's totally fine to create a contrib and abondon it - I myself have to > plead guilty to that crime ;-) -- the whole idea of qooxdoo-contrib is to > make it easy for others to pick up a project and continue it. I think there > is a plan to make it more transparent wh

Re: [qooxdoo-devel] demo of EditableLabel widget

2010-10-02 Thread Greg Beaver
's use in our website backend because it's more technophobe-friendly than a big form, but I wanted to share it just in case this is useful to others since it took a while to get it working right. Cheers, Greg > > Best, > Martin > > > Am 01.10.2010 um 21:52 schrieb Greg Bea

Re: [qooxdoo-devel] demo of EditableLabel widget

2010-10-01 Thread Greg Beaver
another link? Would be interesting to see. > Best, > Martin > > Von meinem iPad gesendet > > Am 30.09.2010 um 09:04 schrieb "thron7" : > > >> On 09/30/2010 06:27 AM, Greg Beaver wrote: >> >>> Hi, >>> >>> For those wh

[qooxdoo-devel] demo of EditableLabel widget

2010-09-29 Thread Greg Beaver
Hi, For those who are interested, I put together both a gist and a playground demo of the editable label I described earlier today. It can be used with any form element except for selectbox and other selection-style widgets (I haven't yet implemented this, it's not impossible). The gist can be l

Re: [qooxdoo-devel] dynamically changing size

2010-09-29 Thread Greg Beaver
Does this sound like I understand what you're suggesting? Thanks, Greg > Best, > Martin > > Am 29.09.2010 um 16:00 schrieb Greg Beaver: > > >> Hi, >> >> I am creating a control similar to how Google calendar's detailed view >> works. Th

[qooxdoo-devel] dynamically changing size

2010-09-29 Thread Greg Beaver
Hi, I am creating a control similar to how Google calendar's detailed view works. The information is listed as text, and when you click on a line, a textfield control appears to allow editing, which disappears again when focused out of the control. I've implemented this as a stack container that

Re: [qooxdoo-devel] big bug in uploadwidget trunk

2010-09-26 Thread Greg Beaver
Danke, this does the trick. Greg Tobias Oetiker wrote: > Hi Greg, > > Yesterday Greg Beaver wrote: > > >> Hi, >> >> I found a rather serious mistake in the uploadwidget trunk code, bug is >> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4112 >>

[qooxdoo-devel] big bug in uploadwidget trunk

2010-09-25 Thread Greg Beaver
Hi, I found a rather serious mistake in the uploadwidget trunk code, bug is http://bugzilla.qooxdoo.org/show_bug.cgi?id=4112 I mention it here because my app literally won't function without it, and I need others to be able to download the trunk of uploadwidget. Thanks, Greg ---

Re: [qooxdoo-devel] TimeChooser contrib cleanup [...@derrell]

2010-09-15 Thread Greg Beaver
On 9/15/10 3:08 AM, panyasan wrote: > Ok, here's a quick and dirty timechooser: > > http://demo.qooxdoo.org/devel/playground/#gist%3D580398 > > not very elegant, no search-as-you-type support, and so on. Maybe somebody > feels tempted ;-) > > C. Hi, I had mentioned this before, but the way google

Re: [qooxdoo-devel] (off topic?) Qooxdoo's ecossystem question

2010-09-13 Thread Greg Beaver
Hi, As a new user to qooxdoo, perhaps my perspective could be useful. Ignore if not. On 9/13/10 11:16 AM, Jean-Baptiste BRIAUD -- Novlog wrote: > On 13 sept. 2010, at 18:07, thron7 wrote: > >> >> On 09/13/2010 05:43 PM, Jean-Baptiste BRIAUD -- Novlog wrote: >>> Thomas, >>> >>> You got wrong fee

[qooxdoo-devel] why does a controller have to have a different model to have a different selection?

2010-09-12 Thread Greg Beaver
Hi, I think I may have found a weird bug in form handling. I was trying to set up 2 lists using the same (identical) model in order to allow users to choose from a list of packages to search in and a list of packages not to search in. However, when I click on one list, the identical selection i

[qooxdoo-devel] setting list controller selection to nothing?

2010-09-12 Thread Greg Beaver
Hi, I really need to be able to have a list controller and its corresponding list's selection set to nothing by default. In another unrelated application, I also need to be able to do this with a selectbox, but qooxdoo always selects the first item, and resetting the selection does not empty it.

Re: [qooxdoo-devel] looking for easy way to set font weight with appearances

2010-09-07 Thread Greg Beaver
Greg > Cheers, > Chris > > Am 07.09.2010 06:52, schrieb Greg Beaver: >> Hi, >> >> I recently committed this godawful-looking code, and would love to be >> able to find a quick way to set font weight and size using appearances >> instead of directly using htm

Re: [qooxdoo-devel] looking for easy way to set font weight with appearances

2010-09-07 Thread Greg Beaver
a font size in pixel an not in > percentage. Hi Chris, Yes, but how do you set the font weight? I don't see any properties that do it. Which property sets font size? Thanks, Greg > Cheers, > Chris > > Am 07.09.2010 06:52, schrieb Greg Beaver: >> Hi, >> >>

[qooxdoo-devel] looking for easy way to set font weight with appearances

2010-09-06 Thread Greg Beaver
Hi, I recently committed this godawful-looking code, and would love to be able to find a quick way to set font weight and size using appearances instead of directly using html. I tried setting a color theme and using the textColor property of widgets, but the qx.ui.basic.Label appears to ignore

[qooxdoo-devel] typos in documentation

2010-09-04 Thread Greg Beaver
Hi, Small typo in the docs for 1.2 at http://manual.qooxdoo.org/1.2/pages/widget/table_remote_model.html: If the user scrolls, the rows he will see soon are loaded asynchroniously in the background. All loaded data is managed in a cache that automatically removes the last resently used rows when

[qooxdoo-devel] struggling with table model

2010-09-04 Thread Greg Beaver
Hi, Is there anything obviously wrong with this code: tablemodel.setColumns(["First", "Second"], ["my", "thing"]); tablemodel.addRows( [ {"my": "test", "thing" : "this"}, {"my": "another", "thing" : "thing"} ] ); table.setTableModel(tablemodel); I get

[qooxdoo-devel] virtual list

2010-09-01 Thread Greg Beaver
Hi, Are there any demo examples of the experimental virtual list using the virtual listitem cell renderer? Additionally, how experimental is the API at this point? For further information, I'm toying with converting the frontend of an open source issue tracker into a qooxdoo app, and would need

[qooxdoo-devel] build error

2010-06-25 Thread Greg Beaver
Hi, I have replaced index.html with index.php in my application, and have encountered an error when running ./generate-py build that fails in the last step. This does not affect my ability to use the app, as it appears to fail at the part of modifying index.html. However, ./generate.py source an

Re: [qooxdoo-devel] Promote Qooxdoo on social network.

2010-06-21 Thread Greg Beaver
On 6/21/10 4:21 AM, Jean-Baptiste BRIAUD -- Novlog wrote: > Hi, > > Just to let LinkedIn users that a Qooxdoo group exists : > http://www.linkedin.com/groups?gid=112784 > > A French group (hub) on viadeo : > http://www.viadeo.com/hu03/0022ceseey2k6vu8/qooxdoo > > A Facebook group : http://www.fac

Re: [qooxdoo-devel] Twitter tutorial question

2010-06-21 Thread Greg Beaver
On 6/21/10 10:02 AM, murtaza52 wrote: > What is the meaning of the last line - 'Setting a already set value will > cancel the whole process of setting a new value' ? > potential rephrase: "If the value passed into the setter is the same as the existing value, it is ignored and no event is fired.

Re: [qooxdoo-devel] mac firefox 3.6 oddity with single form renderer?

2010-06-17 Thread Greg Beaver
On 6/17/10 1:19 AM, MartinWittemann wrote: > Hello Greg, > This is a behavior I didn't see before. Can you reproduce it all the time? > Can you perhaps supply a small code snippet for me to reproduce it? If it > would run in playground, it would be perfect. It seems like a bug which we > should fix

[qooxdoo-devel] mac firefox 3.6 oddity with single form renderer?

2010-06-16 Thread Greg Beaver
Hi, I have been noticing some odd rendering problems with the single form renderer on Mac only in FF 3.6, screenshot at : http://chiaraquartet.net/oddity.png As you can see the left side of all of the text fields are clipped. If I drag the window anywhere, the fields render correctly. Just won

Re: [qooxdoo-devel] speed of development

2010-06-14 Thread Greg Beaver
Hi, As a user new to qooxdoo, and relatively new to advanced javascript, but extremely proficient in C, PHP, HTML, CSS, and a few other random languages, I want to say that I have found nothing but blitz speed of development as a direct result of the attention that 1&1 devs pay to the mailing list

Re: [qooxdoo-devel] Java backend and Javascript date

2010-06-12 Thread Greg Beaver
Hello, Incidentally, this is why my app always sends dates as strings. On the client-side, a simple new Date(datestring) always gets the right date, and on the server-side I can do similar things. Additionally, do NOT use the native to*string() methods. Manually format it with dateFormat() into

[qooxdoo-devel] svn commit mailing list

2010-06-12 Thread Greg Beaver
Hi, Is there any resource comparable to http://news.php.net/php.cvs where one can see a complete history of commits as diffs? If not, would the core devs consider implementing this? It would certainly make my life easier. This: http://pipes.yahoo.com/pipes/pipe.info?_id=fqtZxB3t3RGydrWV_w6H4A

Re: [qooxdoo-devel] odd rendering behavior of child controls

2010-06-10 Thread Greg Beaver
On 5/27/10 2:54 AM, thron7 wrote: >> One other note: I couldn't figure out how to make it grab the built-in >> qx standard icon, so I just copied it over to my app, but if there is a >> way to show this, that would also clarify the example. >> > Shouldn't be anything more than: > > #asset(qx/i

Re: [qooxdoo-devel] form validation and invalidMessage

2010-06-10 Thread Greg Beaver
On 6/10/10 1:05 AM, MartinWittemann wrote: > Hello Greg, > thats a thing we can not change easily. The validators supplied by the > framework can be used for validation in the form context and for validation > of properties. Thats why they have to throw a validation error because > property validat

Re: [qooxdoo-devel] form validation and invalidMessage

2010-06-09 Thread Greg Beaver
On 6/10/10 1:05 AM, MartinWittemann wrote: > > Hello Greg, > thats a thing we can not change easily. The validators supplied by the > framework can be used for validation in the form context and for validation > of properties. Thats why they have to throw a validation error because > property valid

[qooxdoo-devel] form validation and invalidMessage

2010-06-09 Thread Greg Beaver
Hi, It would be great if the built-in validation static methods such as qx.util.Validate.regExp() did not override a custom invalidMessage() set by the user. "234.34 does not match /^\$?\d+(,\d+)*$/" is not an error message that I want to show to my users :) Thanks, Greg ---

Re: [qooxdoo-devel] big problem with docs

2010-06-09 Thread Greg Beaver
n Wed, Jun 9, 2010 at 10:07 AM, Greg Beaver <mailto:g...@chiaraquartet.net>> wrote: > > Hi, > > http://qooxdoo.org/documentation/1.1/ui_form_handling > > appears to be ignoring its wiki markup, and th

[qooxdoo-devel] form handling fixed up

2010-06-09 Thread Greg Beaver
Hi, It looks like spammers destroyed the form handling docs in April, I just fixed it Greg -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parenta

[qooxdoo-devel] big problem with docs

2010-06-09 Thread Greg Beaver
Hi, http://qooxdoo.org/documentation/1.1/ui_form_handling appears to be ignoring its wiki markup, and there's no edit link available. Greg -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day

Re: [qooxdoo-devel] Problem with Datefield and Form Controller

2010-06-08 Thread Greg Beaver
On 6/8/10 3:15 PM, pbkofon wrote: > Martin, > Your suggestion fixed the problem. I didn't know a Date object had to be > returned in the converter. I went a step further and added the following > target2model converter: > > {converter: function(data){return dateFormat.format(data);}} > However, w

Re: [qooxdoo-devel] Form Controller and Store bindings

2010-05-29 Thread Greg Beaver
On 5/28/10 2:05 PM, Guilherme Aiolfi wrote: > Hi, > > I'm trying to bind a store to a form controller. So all I need to do > to load a record into a form is to set the right URL into the store > and wait it to load. > > It works great. The problem is when I try to load some data that there > is no

Re: [qooxdoo-devel] odd rendering behavior of child controls

2010-05-26 Thread Greg Beaver
On 5/26/10 1:57 AM, MartinWittemann wrote: > Hi Greg, > > > Greg Beaver wrote: > >> All in all, a very frustrating experience. I've been working on this >> for 3 days now with absolutely no luck getting it to display a stupid >> selectbox or list proper

Re: [qooxdoo-devel] odd rendering behavior of child controls

2010-05-25 Thread Greg Beaver
"On 5/25/10 8:25 AM, MartinWittemann wrote: > > Hi Greg, > I found a section about child controls in general [1] and about the alias > handling of child controls in the appearance [2]. Maybe those two help. > Regards, > Martin > > [1] > http://qooxdoo.org/documentation/1.1/ui_develop?s=child%20cont

Re: [qooxdoo-devel] odd rendering behavior of child controls

2010-05-25 Thread Greg Beaver
On 5/25/10 6:04 AM, MartinWittemann wrote: > Hey Greg, > you have to take care of the appearance of those sub widgets. If you use > them as child control, the appearance id's change (I guess) which causes the > appearance (the arrow for example) to go away. Try to define an item in your > appearanc

[qooxdoo-devel] odd rendering behavior of child controls

2010-05-23 Thread Greg Beaver
Hi, I'm creating a simple widget that connects 2 selectboxes and a list and then uses the combination in place of a listitem in another list. For some reason, the selectboxes render with no down arrow, and the scrollbars have no arrows as well. Is there some trick I am missing to make them rende

[qooxdoo-devel] qx not defined

2010-05-18 Thread Greg Beaver
Hi, I'm using trunk in my development build, and have noticed that on almost every refresh, I get a "qx not defined" error in a random portion of the code. It never seems to affect the application, but is a bit curious. Any insights in to why this could be happening? Thanks, Greg -

[qooxdoo-devel] intercepting paste into HtmlArea?

2010-05-15 Thread Greg Beaver
Hi, I have some MS Word-cleaning code which works well, but I would like to activate it only when the user pastes, so that normal stuff is not affected. Is there an easy way to intercept both keyboard and mouse-initiated paste command? Will I need to detect the platform (i.e. command-paste vs. c

Re: [qooxdoo-devel] github clone of qooxdoo appears to be corrupted

2010-05-14 Thread Greg Beaver
> > Hi Greg, > > Greg Beaver schrieb: > >> Hi, >> >> Interesting. git:// also had the same error for me. >> > Hmm. Did you delete any files created by earlier attempts before running > clone again? > > I got the error on the initia

[qooxdoo-devel] why is ?nocache=xxx appended to every .js url in trunk?

2010-05-14 Thread Greg Beaver
Hi, Because a nocache parameter is appended to every single .js file loaded in trunk, it makes it impossible to debug startup errors in firebug because the filenames keep changing, so breakpoints are cleared on restart. This was not the case in 1.0.x, and would be nice to turn off if qx.debug = o

Re: [qooxdoo-devel] github clone of qooxdoo appears to be corrupted

2010-05-14 Thread Greg Beaver
Regards, > Daniel > > [1]http://support.github.com/discussions/repos/2598-clone-issues-over-http-packfile-is-not-a-git-packfile-unable-to-get-pack-index > > Greg Beaver schrieb: > >> Hi, >> >> git clone fails with an error when trying to clon

[qooxdoo-devel] github clone of qooxdoo appears to be corrupted

2010-05-13 Thread Greg Beaver
Hi, git clone fails with an error when trying to clone the qooxdoo repository from github on my machine. Can anyone else reproduce this? Greg -- ___ qooxdoo-devel mailing lis

Re: [qooxdoo-devel] Require a "live" form; what are my options?

2010-05-11 Thread Greg Beaver
> > Thank you both for your input. Let me take a sec to try and iterate what I'm > looking for more clearly. > > The only thing I'm focusing on is user interaction with the form. Greg, > you're correct in that I'm looking for the form to lack a save button. When > the user changes data in the form,

Re: [qooxdoo-devel] Require a "live" form; what are my options?

2010-05-11 Thread Greg Beaver
> > Hi Nick > > > For projects at the complexity level you will arrive at very early in > your project a PHP backend and 'whatever'RPC is simply not cutting to > the meat in my opinion, because of a lot of missing concepts in PHP. > Code in PHP becomes usually muddled really fast when solvi

Re: [qooxdoo-devel] MResizable onresize event?

2010-05-10 Thread Greg Beaver
On 5/10/10 4:34 AM, Christian Hagendorn wrote: > Hi Greg, > > if I understood you correct, then the "resize" event could the right > choice. The event is fired when the size from a widget is changed and it > contains the new top, left, width and height. Have a look at the Demo > Browser [1], the

Re: [qooxdoo-devel] MResizable onresize event?

2010-05-10 Thread Greg Beaver
On 5/10/10 4:34 AM, Christian Hagendorn wrote: > Hi Greg, > > if I understood you correct, then the "resize" event could the right > choice. The event is fired when the size from a widget is changed and it > contains the new top, left, width and height. Have a look at the Demo > Browser [1], the

[qooxdoo-devel] MResizable onresize event?

2010-05-07 Thread Greg Beaver
Hi, Is there any reason the MResizable mixin doesn't have a way to access the new size of whatever has been resized? This could be either as an event, or by making the width/height used internally by MResizable into properties if the user requests to track them. This would make it really easy to

[qooxdoo-devel] PATCH: add StyleWithCSS support to HtmlArea command manager

2010-05-03 Thread Greg Beaver
Hi, I'd like to be able to turn off the annoying Firefox habit of inserting crap like instead of , which can be done with the execCommand "styleWithCss" passing false. The patch at http://chiaraquartet.net/Command.diff.txt implements this command with a dummy for other browsers. It may also

Re: [qooxdoo-devel] Iframe support multipart/form-data?

2010-05-03 Thread Greg Beaver
On 5/3/10 10:59 AM, Derrell Lipman wrote: Greg Beaver schrieb: > Hi, > > Is there any reason the qx.io.remote.transport.Iframe class is > hard-coded to use x-www-form-urlencoded? It makes it impossible to use > as a file upload form, even though the qx.ui

[qooxdoo-devel] Iframe support multipart/form-data?

2010-05-03 Thread Greg Beaver
Hi, Is there any reason the qx.io.remote.transport.Iframe class is hard-coded to use x-www-form-urlencoded? It makes it impossible to use as a file upload form, even though the qx.ui.remote.Request claims to have the ability to support file uploads with its "fileupload" property. If it's just

Re: [qooxdoo-devel] odd behavior of tree changeSelection event

2010-05-02 Thread Greg Beaver
On 5/2/10 11:48 AM, Derrell Lipman wrote: On Sun, May 2, 2010 at 10:23, Greg Beaver <mailto:g...@chiaraquartet.net>> wrote: I've implemented a simple "appear-when-you-click" button in a tree folder, and have encountered some odd behavior. The changeSelection

[qooxdoo-devel] odd behavior of tree changeSelection event

2010-05-02 Thread Greg Beaver
hi, I've implemented a simple "appear-when-you-click" button in a tree folder, and have encountered some odd behavior. The changeSelection event is fired about 10 times on a single change of the selection (i.e. click on the tree folder). Is there an obvious reason why this would happen? It

[qooxdoo-devel] pitfalls in moving from extracted qooxdoo to svn checkout?

2010-05-01 Thread Greg Beaver
Hi, I'd like to move my app from an extracted qooxdoo to the latest subversion. Are there any pitfalls aside from the basic my-app-might-break (which is no problem, I'm pre-release), and what steps should I take, is updating config.json's qooxdoo path enough? Thanks, Greg ---

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-30 Thread Greg Beaver
On 4/29/10 3:52 AM, MartinWittemann wrote: > Hello greg, > I opened up a bug report for a similar problem on the list: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3650 > I hope thats the same problem you have. Could you add yourself as CC and > check your problem if the bug is fixed? If its not f

Re: [qooxdoo-devel] drag/drop: how to get widget hovered over in a dragover event?

2010-04-30 Thread Greg Beaver
r a TreeFolder. Greg > Thanks, > Chris > > Am 30.04.2010 07:23, schrieb Greg Beaver: > >> Hi, >> >> I'm trying to do smart dragover with a hierarchical tree (each level can >> be dragged within the level, but you can't drag a parent into the child >&

[qooxdoo-devel] drag/drop: how to get widget hovered over in a dragover event?

2010-04-29 Thread Greg Beaver
Hi, I'm trying to do smart dragover with a hierarchical tree (each level can be dragged within the level, but you can't drag a parent into the child of a sibling). In the past, I implemented this by setting draggable/droppable on each of the treefolders, but this seems unnecessary if one can just

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-29 Thread Greg Beaver
On 4/29/10 3:50 AM, MartinWittemann wrote: > Hi, > I took the time today to check that behavior you writing about. This really > seems like a bug. So I opened up an issue report for that [1]. > Currently, we have a second thread on the mailing list maybe on the same > issue [2]. Maybe you can have

Re: [qooxdoo-devel] Best practice encrypting/decrypting passwords qooxdoo <- rpc -> php

2010-04-25 Thread Greg Beaver
On 4/25/10 10:19 AM, Derrell Lipman wrote: > Along comes Public Key Cryptography. With public key cryptography, > there is no one shared secret key. Instead, a pair of keys is used: a > private key and a public key. Text encrypted with the public key can > be decrypted using the private key. I don'

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-22 Thread Greg Beaver
On 4/20/10 3:06 AM, MartinWittemann wrote: > Hello Greg, > I took a look at your example but I really cold not figure out whats > happening here. Sorry! > But if you say that cloning the reference helps, then someone dispose the > former model. Or... do you rely on the changeModel event? Maybe that

[qooxdoo-devel] image resize/crop widget?

2010-04-19 Thread Greg Beaver
Hi, I am looking for a pre-existing widget that would allow manipulating a local image and then uploading it. Basically, I'd like to be able to pass along information to the server such as "crop to these dimensions and then resize to these dimensions" which I can easily do server-side. Does anyo

Re: [qooxdoo-devel] another minor bug, this one in qx.data.controller.Form

2010-04-19 Thread Greg Beaver
On 4/19/10 3:17 AM, MartinWittemann wrote: > Hello Greg, > are you sure about that? I'm quite sure that this is working the way it is. > Take a look at the unit tests to see what we test every night: > http://github.com/qooxdoo/qooxdoo/blob/master/qooxdoo/framework/source/class/qx/test/data/contro

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-19 Thread Greg Beaver
On 4/19/10 2:50 AM, MartinWittemann wrote: > Hello Greg, > this behavior sounds strange in deed. Currently it's not clear to me why > this is happening. Can you cut down this issue to a small playground example > where I can exactly see what you are doing and how your structure is? > Maybe we can a

[qooxdoo-devel] another minor bug, this one in qx.data.controller.Form

2010-04-18 Thread Greg Beaver
Hi, If one actually initializes a form controller with: var blah = new qx.data.controller.Form(model, target); the model is not set because models are not set unless the target is not null. The constructor for qx.data.controller.Form needs to flip the initializers from: if (model != null)

[qooxdoo-devel] bug in AbstractTreeItem.js

2010-04-18 Thread Greg Beaver
Hi, I just found an out-of-bounds bug (not a security issue) in AbstractTreeItem.js. If one creates a tree with 3 TreeFolders item1 item2 and item3 added in that order, and then calls tree.addBefore(item1, item3) to move the first item to the 2nd index, the code fails with an exception. The bug

[qooxdoo-devel] AbstractTreeItem.js bug revision to code

2010-04-18 Thread Greg Beaver
Hi, I'd reply to my own message, but it doesn't get mailed to me, apologies for a new thread. I inadvertently pasted an earlier version of my fix to the bug in AbstractTreeItem.js. Here is the correct fix: var oldParent = treeItem.getParent(); if (oldParent) { if (oldParent

[qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-18 Thread Greg Beaver
Hi, I'm setting up a tree from a hierarchical listing of category->album->track for organizing audio for display on a website. The tree has drag/drop support so that tracks can be re-ordered or moved into other albums, the same for albums into categories and the ordering of categories. To implem

Re: [qooxdoo-devel] Font problem with password dots

2010-04-13 Thread Greg Beaver
On 4/13/10 4:07 PM, Dave Baggett wrote: > Under certain Windows + IE combinations (e.g., Vista + IE7), the dots in the > password field look like boxes with question marks in them. I've seen this > on three different machines. Has anyone else seen it? Is there a workaround? > Looks like the default

[qooxdoo-devel] making an intelligent link button for HtmlArea widget

2010-04-12 Thread Greg Beaver
Hi, I'm trying to expand upon the HtmlArea example from the demo browser so that when the user has the cursor in a link and clicks the link button, it extracts the existing link and displays it in the text box, and then replaces the old one with the new one. This code: var test = this.getR

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-11 Thread Greg Beaver
On 4/8/10 8:21 AM, Christian Schmidt wrote: > Hi Greg, > > thank you for your suggestions, I will this discuss with the other core > developer. > > At the moment I have only the idea override the stopPropagation method, > to avoid a copy/past: > _onMouseDown : function(e) > { > var oldStopPro

Re: [qooxdoo-devel] Editor add?

2010-04-11 Thread Greg Beaver
On 4/11/10 11:13 AM, dragon2k...@gmx.de wrote: > I try to add the editor creation to an new class. The head looks like > this > > qx.Class.define("go.system.editor.Main", { > extend: qx.core.Object, > members : { > htmlArea : null, > > main : function() { > this.base

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-07 Thread Greg Beaver
On 4/7/10 2:04 AM, Christian Schmidt wrote: > Hi Greg, > > Thank you for answering, but I think it's like Alex sad in a other > thread. You have to override the behavior yourself. Hi, I have done this, but the problem is twofold: this is not documented anywhere that drag/drop doesn't work with ch

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-06 Thread Greg Beaver
On 4/6/10 3:04 AM, Christian Schmidt wrote: > Hi Greg, > > could you please send me a code snippet to reproduce this behavior? > Hi Chris, I took this example: http://demo.qooxdoo.org/current/demobrowser/#data~ExtendedList.html and combined it with this one: http://demo.qooxdoo.org/current/demo

Re: [qooxdoo-devel] including external resources?

2010-04-06 Thread Greg Beaver
On 4/6/10 3:39 AM, thron7 wrote: > Greg, > > On 04/04/2010 11:01 PM, Greg Beaver wrote: > >> Hi, >> >> I'm trying to include some oxygen icons and also some icons from the >> htmlarea demo browser in my application, but qooxdoo is unable to find >

[qooxdoo-devel] including external resources?

2010-04-04 Thread Greg Beaver
Hi, I'm trying to include some oxygen icons and also some icons from the htmlarea demo browser in my application, but qooxdoo is unable to find them. I have an #asset() declarative in my source file and have run generate.py source-all, is there anything else I need to do that I am missing? Thank

[qooxdoo-devel] making qx.ui.form.CheckBox draggable

2010-04-01 Thread Greg Beaver
Hi, It turns out that there is a small bug in the implementation of qx.ui.form.ToggleButton._onMouseDown which is preventing drag-and-drop from working. The fix? change: e.stopPropagation(); to if (!this.isDraggable()) { e.stopPropagation(); } at the end of the func

[qooxdoo-devel] proper fix for CheckBox drag/drop support

2010-04-01 Thread Greg Beaver
Hi again, After some more research, in order for a CheckBox to be used in a List and also support drag/drop, the event listener must be off all the time. So, I'm wondering if a better implementation of draggable/droppable CheckBoxes would be a subclass of CheckBox. Introduce a member named _drag

[qooxdoo-devel] link to subversion browse

2010-04-01 Thread Greg Beaver
Hi, It would be great if the download page had a link to the subversion browser at http://qooxdoo.svn.sourceforge.net/viewvc/qooxdoo/ I'd add this, but my user doesn't have edit access to that page. Thanks, Greg -- Down

[qooxdoo-devel] drag and drop with a checkbox?

2010-04-01 Thread Greg Beaver
Hi, I have a List containing custom ListItems that are CheckBox objects as in one of the demo browser examples. I'd like to be able to have the user re-order the list by drag and drop, but it appears that the event handling for the checkbox is preventing drag and drop from working. Is there anyt

  1   2   >