Re: [qooxdoo-devel] qx.ui.table.Table, qx.ui.table.model.Simple column width

2016-07-12 Thread Derrell Lipman
Hi Peter. The secret is to use the Resize table column model instead of the default, Basic table column model. See the example in the following link: http://qooxdoo.678.n2.nabble.com/Controlling-Column-Sizes-in-the-Table-widget-td5823201.html Cheers, Derrell On Tue, Jul 12, 2016 at 4:25 AM Pet

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread Derrell Lipman
_operator > > Without context, I'd guess this line is attempting to convert a generic > Iterableobject (maybe arguments) into an Array. If arr is already type > Array then this statement should be idempotent. > > This helps identify Denis's issue but does not help solve

Re: [qooxdoo-devel] Qooxdoo generate doesn't support ... operator?

2016-05-05 Thread Derrell Lipman
What is the ellipsis? Is that something in ES6? What does that statement mean? Derrell On Thu, May 5, 2016 at 9:58 AM deniska wrote: > Hi, all. > > I'm trying to generate my app and I'm getting this error message: > > Unknown operator u'..' (pos (10, 12)) > > On the following line: > > arr = [

Re: [qooxdoo-devel] bugs.qooxdoo.org -> https://github.com/qooxdoo/qooxdoo/issues

2016-05-02 Thread Derrell Lipman
Thanks for your work on this, Tobi! Derrell On Mon, May 2, 2016 at 8:52 AM Tobias Oetiker wrote: > It is done ... > > the content of bugs.qooxdoo.org has been moved to > https://github.com/qooxdoo/qooxdoo/issues > > please do not use bugs.qooxdoo.org anymore ... > > cheers > tobi > > > > -- >

Re: [qooxdoo-devel] What to do with projects using svn:externals to qooxdoo framework?

2016-04-26 Thread Derrell Lipman
Perfect. Done. Thanks! Derrell On Tue, Apr 26, 2016 at 10:00 AM Tobias Oetiker wrote: > Derell > > Today Derrell Lipman wrote: > > > I read every message on qooxdoo-devel, and answer some. If we're moving > to > > stackoverflow, I want to ensure that I receiv

Re: [qooxdoo-devel] What to do with projects using svn:externals to qooxdoo framework?

2016-04-26 Thread Derrell Lipman
I read every message on qooxdoo-devel, and answer some. If we're moving to stackoverflow, I want to ensure that I receive every qooxdoo message posted there. I just created a stackoverflow account, but I can't figure out how to get notified of qooxdoo posts. Can someone enlighten me? Cheers, Derr

Re: [qooxdoo-devel] please spend a few minutes, helping with the bugzilla migration ...

2016-04-08 Thread Derrell Lipman
g ones ... > > cheers > tobi > > > > On Fri, Apr 8, 2016 at 10:22 AM Tobias Oetiker wrote: > > > > > Today Derrell Lipman wrote: > > > > > > > On Fri, Apr 8, 2016 at 7:32 AM Tobias Oetiker > wrote: > > > > > > > &g

Re: [qooxdoo-devel] the bugzilla migration ...

2016-04-08 Thread Derrell Lipman
On Fri, Apr 8, 2016 at 10:22 AM Tobias Oetiker wrote: > Today Derrell Lipman wrote: > > > On Fri, Apr 8, 2016 at 7:32 AM Tobias Oetiker wrote: > > > > > for now the bug migrator just closes all the imported bugs ... > > > > > > my idea in conn

Re: [qooxdoo-devel] the bugzilla migration ...

2016-04-08 Thread Derrell Lipman
On Fri, Apr 8, 2016 at 7:32 AM Tobias Oetiker wrote: > for now the bug migrator just closes all the imported bugs ... > > my idea in connection with this is, that in this way we have > the option to 're-open' an issue that is still relevant, but then > it is clear WHO re-opened it ... otherwhise

Re: [qooxdoo-devel] the bugzilla migration ...

2016-04-08 Thread Derrell Lipman
I, too, would prefer to see them all in one place, in the qooxdoo issue tracker. (Then, we should have a dead bug clean-up party and close all of the ones that are no longer relevant or that we don't expect to ever tackle.) Derrell On Fri, Apr 8, 2016 at 6:24 AM Dietrich Streifert < dietrich.str

Re: [qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Derrell Lipman
Here's how you do it on qx.mobile. http://tinyurl.com/h2eqtrq Derrell On Tue, Mar 29, 2016 at 9:54 AM Norbert Schroeder wrote: > Ah, you're on qx.mobile, I assumed qx.desktop (qx.ui.form.list). Can't > help you there, I'm entirely immobile. > > Regards, > > Norbert > > > Tomás Antunes schri

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Derrell Lipman
Sounds reasonable. Thanks for the further explanation. Derrell On Mon, Mar 21, 2016 at 12:13 PM Tobias Oetiker wrote: > Today Derrell Lipman wrote: > > > Essentially, this is making a backup of the bugzilla issues in the > > qooxdoo-bugzilla repository's issue tracker

Re: [qooxdoo-devel] qooxdoo issues moving to github

2016-03-21 Thread Derrell Lipman
Essentially, this is making a backup of the bugzilla issues in the qooxdoo-bugzilla repository's issue tracker, but moving forward to keeping new issues in the qooxdoo repository's issue tracker. Am I interpreting that correctly? If so, I propose that the list of issues in qooxdoo-bugzilla be revi

Re: [qooxdoo-devel] How to dispose a finite state machine?

2016-03-09 Thread Derrell Lipman
get this debug line: > > 005436 qx.util.fsm.FiniteStateMachine[52-0]: Fsm_1: Cannot listen to > event 'terminated', because the finite state machine is not running. > > > > On 08/03/2016 11:42 μμ, Derrell Lipman wrote: > > So I've been thinking about this.

Re: [qooxdoo-devel] How to dispose a finite state machine?

2016-03-08 Thread Derrell Lipman
exaggerate. I > wasted hours to understand the problem even after you suggested that > there was no need to dispose the fsm. > > > > > > On 08/03/2016 07:03 μμ, Derrell Lipman wrote: > > Right. My suggestion is that you shouldn't need to call fsm.dispose(). > &g

Re: [qooxdoo-devel] How to dispose a finite state machine?

2016-03-08 Thread Derrell Lipman
Right. My suggestion is that you shouldn't need to call fsm.dispose(). Instead, just set fsm = null; so it will be garbage collected. I don't believe there is anything here that needs "help" with disposing. Here's the modified example: http://tinyurl.com/zxmbrcj Cheers, Derrell On Tue, Mar

Re: [qooxdoo-devel] How to dispose a finite state machine?

2016-03-07 Thread Derrell Lipman
The finite state machine doesn't use any DOM element nor anything else that shouldn't be very normally garbage collected. It (at least theoretically) shouldn't require any manual disposing. In very old browsers, I think it needed some help, but I don't think it's required in today's browsers. Be su

Re: [qooxdoo-devel] Trying to set a font to a custom widget (fullcalendar wrapper)

2016-02-26 Thread Derrell Lipman
Yes and no. You don't get the mobile "feel" when using qooxdoo desktop in a mobile enviornment. qx.mobile really is much better catered to the mobile environment. What I've ended up doing, since I need both environments, is putting all of my core "business logic" into a library containing mixins wh

Re: [qooxdoo-devel] Component library

2016-02-25 Thread Derrell Lipman
qooxdoo apps already include only those GUI components that are actively used by the user's app. Yes, they're included in the qooxdoo source code, but are otherwise unused. I would be opposed to removing them. That's going in the opposite direction of making qooxdoo easier for new people to use. A

Re: [qooxdoo-devel] qx.util.TimerManager initialTime

2016-01-28 Thread Derrell Lipman
Thanks for the report! That has now been fixed in master. If you're not pulling directly from git, you can just change: if (! initialTime) to if (typeof initialTime != "number") Derrell On Wed, Jan 27, 2016 at 4:34 PM kreimer wrote: > Hi. Before hand.. I want to say this is sort of trivial

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
could be things that were added to Qx that mine doesn’t have. I’ll > have a go at comparing them side by side to give you a better answer! > > John. > > From: Derrell Lipman > Reply-To: qooxdoo Development > Date: Tuesday, 12 January 2016 at 13:25 > To: qooxdoo Developme

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
Thanks, John! Do you know if there anything about your Image class that would prevent it from directly replacing the native qooxdoo Image class? Any known non-backward-compatibilities? As I searched the archives, I found that there have been many questions about how to do this over the years... De

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
Reed, you probably have to click Run twice to view this since the image is not initially loaded and doesn't appear initially. Also, I think Dietrich intended max-height vs maxHeight and max-width vs maxWidth in the image. Dietrich, thanks! Unfortunately, this doesn't do what Reed needs and I haven

Re: [qooxdoo-devel] accessing a static member of a mixin within the mixin

2015-12-23 Thread Derrell Lipman
ould be to have a hash of hashes within the mixin, which > is specific to the class where the mixin is included to. > But this assumes that the mixin is capable of retrieving the class to > which it is mixed in. > > > > > Am 23.12.2015 um 16:08 schrieb Derrell Lipman: > > N

Re: [qooxdoo-devel] accessing a static member of a mixin within the mixin

2015-12-23 Thread Derrell Lipman
No, sorry, singleton is the opposite of what you want. Just some other regular class. Derrell On Wed, Dec 23, 2015 at 10:07 AM Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > I don't think you can do that. The static is part of the mixin, it's not > per wha

Re: [qooxdoo-devel] accessing a static member of a mixin within the mixin

2015-12-23 Thread Derrell Lipman
Derrell, > > but I want myhash to be specific to the class where the mixin is mixed in. > > So if I mixin to myapp.A and also to myapp.B the myhash static should be > different for each class A and B. > > > Am 23.12.2015 um 15:58 schrieb Derrell Lipman: > > Static memb

Re: [qooxdoo-devel] accessing a static member of a mixin within the mixin

2015-12-23 Thread Derrell Lipman
Static members are accessed in exactly the same way regardless of whether they're in a mixin or not. In this case, you'd access "myapp.MMixin.myhash" because myhash is a static of the mixin itself. Derrell On Wed, Dec 23, 2015 at 9:52 AM Dietrich Streifert < dietrich.streif...@googlemail.com> wr

Re: [qooxdoo-devel] How to make parts independent

2015-12-22 Thread Derrell Lipman
John, that sounds incredibly cool! Derrell On Tue, Dec 22, 2015, 8:06 PM John Spackman wrote: > Hi Defero > > To make that work you’d need to be able to analyse the dependencies of > each plugin on demand, and then load those classes to the client; I dont > think you can do this with the curren

Re: [qooxdoo-devel] Instance member working as static

2015-12-16 Thread Derrell Lipman
Hi Tashos. This is just how JavaScript works. An object (map) is a "reference type' in JavaScript. That means that regardless of how many variables are assigned that same value, they'll all get a reference to the one and only actual object. So when you create your object in the *members* section li

Re: [qooxdoo-devel] Cannot make subclass of qx.ui.table.table. Constructor does not work.

2015-12-03 Thread Derrell Lipman
This appears to be working. What problem are you seeing? Derrell On Tue, Dec 1, 2015 at 9:14 PM kreimer wrote: > > > http://tinyurl.com/pluba8s > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Cannot-make-subclass-of-qx-ui-table-table-Constructor-does-not-work-tp75

Re: [qooxdoo-devel] Cannot make subclass of qx.ui.table.table. Constructor does not work.

2015-12-01 Thread Derrell Lipman
Please create a small playground example that we can see. It should work fine, so there's probably something else going on. Derrell On Tue, Dec 1, 2015, 7:32 PM kreimer wrote: > try this in the constructor (line 7): > > > this.base(arguments, model); > > > > -- > View this message in context: >

Re: [qooxdoo-devel] pojo driven qx.ui.tree.Tree with qx.data.controller.Tree and TreeFiles

2015-11-05 Thread Derrell Lipman
Hi Dietrich, There's really no difference between a file and a folder except for its appearance. The open/close button is automatically attached to a folder based on whether there are children. Therefore you can set the appearance based on whether there are children, too. I think this should do wh

Re: [qooxdoo-devel] Mobile layouts: how to get equivalent of "Flow"?

2015-10-30 Thread Derrell Lipman
Thanks, Andreas. I'm quite enjoying the look and feel of qx.mobile; just not how close I need to get to html and css. I'll keep working with it. The flow layout portion is just a small part of my needs (albeit, an important need). I'm quite sure I'll find some appropriate solution. If I come up wi

Re: [qooxdoo-devel] Mobile layouts: how to get equivalent of "Flow"?

2015-10-29 Thread Derrell Lipman
y code so I have a mixin that acts as the "controller" > for my desktop "view" and that same mixin will be used as the "controller" > for the mobile "view." > > I c , that is cool! I just do not like Mobile framework of qooxdoo. i >

Re: [qooxdoo-devel] Mobile layouts: how to get equivalent of "Flow"?

2015-10-27 Thread Derrell Lipman
e desktop for both mobile and desktop layout . like we did > in phwa.be > it works quite well. You can use flow layout and dock layout. > > > > On Tue, Oct 27, 2015 at 11:05 PM, Derrell Lipman < > derrell.lip...@unwireduniverse.com> wrote: > >> I am experimenting wi

[qooxdoo-devel] Mobile layouts: how to get equivalent of "Flow"?

2015-10-27 Thread Derrell Lipman
I am experimenting with qx.mobile, and trying to learn about its layouts. I see that layouts are mostly just a matter of setting CSS, but I can't find where that CSS is defined. The mobile HBox layout, for example returns css class "qx.hbox" where is the source file for that? *In particular, I'd l

Re: [qooxdoo-devel] SilverBlueTheme for qx 3.0+ released

2015-09-14 Thread Derrell Lipman
Thanks, Norbert! We'll be using one of your themes, it appears, so I greatly appreciate your time creating and updating these! Cheers, Derrell On Sun, Sep 13, 2015 at 8:01 PM Norbert Schröder wrote: > Hello again, > > "SilverBlueTheme" is now ready to use with the latest qooxdoo versions. > y

Re: [qooxdoo-devel] DarkTheme for qx 3.0+ released

2015-09-14 Thread Derrell Lipman
On Mon, Sep 14, 2015 at 4:24 AM Peter Caffin wrote: > Hi Norbert, > > I'm just trying this theme out with my app, and I get this error: > > >>> Scanning libraries > Error: Invalid include block: [u'au_js.Application', > u'darktheme.theme.Theme'] > : > Expression gives no results. Malformed entr

Re: [qooxdoo-devel] Available themes - qooxdoo 3.0+

2015-09-10 Thread Derrell Lipman
Thanks, Chris. Yes, it's too white for what I'm looking for, but is clean and nice looking. Most themes I found on the qooxdoo contribs page, although many were for for older versions of qooxdoo. I don't recall seeing yours on the contribs page at all. It's a nice theme. I suggest you add it there

Re: [qooxdoo-devel] Available themes - qooxdoo 3.0+

2015-09-08 Thread Derrell Lipman
e. > > I did a lot of customizations , including writing our own mixins for > shadows. > > On Tue, Sep 8, 2015 at 10:15 PM, Derrell Lipman < > derrell.lip...@unwireduniverse.com> wrote: > >> I'm in search of qooxdoo themes that have been written for, or porte

Re: [qooxdoo-devel] Available themes - qooxdoo 3.0+

2015-09-08 Thread Derrell Lipman
) Derrell On Tue, Sep 8, 2015 at 11:53 AM John Spackman wrote: > Hi Derrell > > How about Aristo: https://github.com/johnspackman/aristo > > John > > From: Derrell Lipman > Reply-To: qooxdoo Development > Date: Tuesday, 8 September 2015 16:45 > To: qooxdoo Developm

[qooxdoo-devel] Available themes - qooxdoo 3.0+

2015-09-08 Thread Derrell Lipman
I'm in search of qooxdoo themes that have been written for, or ported to, qooxdoo 3.0 and above, i.e., that work with modern qooxdoo. I love Norbert's Bernstein theme, but the people I'm working with don't like the dark appearance. Other themes that I've found, though, are fairly plain. I'm hoping

Re: [qooxdoo-devel] Example for qx.bom.input or qx.html.Input

2015-09-01 Thread Derrell Lipman
And if you're willing to handle only browsers that support FileReader, you may be interested in the class qx.bom.FileReader. Derrell On Tue, Sep 1, 2015 at 7:26 AM John Spackman wrote: > Do you mean that you want to read the contents of the file? The only > cross browser way is to allow the f

Re: [qooxdoo-devel] Where has the contrib documention gone??

2015-08-25 Thread Derrell Lipman
http://qooxdoo.org/contrib/project/uploadmgr http://qooxdoo.org/contrib/project/serverobjects As found from the Available Contributions page: http://qooxdoo.org/contrib/project Derrell On Tue, Aug 25, 2015 at 12:37 PM John Spackman wrote: > Hi > > I wrote documentation for my UploadMgr and Se

Re: [qooxdoo-devel] Example for qx.bom.input or qx.html.Input

2015-08-24 Thread Derrell Lipman
Maybe this will help: http://demo.qooxdoo.org/current/demobrowser/#bom~Input.html Click on the "JS Code" button to view the code. Derrell On Mon, Aug 24, 2015 at 1:05 PM jreinaleon wrote: > I need a little example for qx.bom.input or qx.html.Input. I'm writing a > standalone application using

Re: [qooxdoo-devel] please, basic question about rpc-date

2015-08-05 Thread Derrell Lipman
I believe it was a serious oversight in the JavaScript design, carried over to the JSON design, that there is no literal form for a Date object. Every native type in JavaScript other than Date has a literal form. I was one of the people who worked on that date hack, nearly 10 years ago. It is not

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread Derrell Lipman
Nope, but I've been working with the team and with qooxdoo for so long, it almost feels that way. :-) Derrell On Wed, Jul 22, 2015 at 11:18 AM Phyo Arkar wrote: > Darell i thought you were part of qooxdoo team ?no ? > > On Wed, Jul 22, 2015 at 8:40 PM, Derrell Lipman &

Re: [qooxdoo-devel] Qooxdoo-App Bibliograph v2.1 released

2015-07-22 Thread Derrell Lipman
Christian, it's good to see you still using qooxdoo (and good to hear from you). I, too, am still using it for various projects. I started earlier than you with qooxdoo, though. I've been using qooxdoo since version 0.1. :-) Cheers, Derrell On Wed, Jul 22, 2015 at 9:58 AM panyasan wrote: > Hi

Re: [qooxdoo-devel] Really confused about RPC communication with PHP framework

2015-05-12 Thread Derrell Lipman
omething > myself. I hope it is not a overwhelming task for someone who learns as > it goes. If nothing else it will be a great learning exercise. I do have > your old code as a guide. :D > > On 12/05/2015 11:43 μμ, Derrell Lipman wrote: > > Volger, look for a JSON-RPC server tha

Re: [qooxdoo-devel] Really confused about RPC communication with PHP framework

2015-05-12 Thread Derrell Lipman
o help me > with my question. I suppose I have to make these two frameworks, > somehow, speak the same language. At least now I know which path should > I take. Thank you both very much. > > voger > > On 12/05/2015 10:28 μμ, Derrell Lipman wrote: > > Hi Voger, > &

Re: [qooxdoo-devel] Really confused about RPC communication with PHP framework

2015-05-12 Thread Derrell Lipman
That address for Christian didn't work. Let's try a different one... On Tue, May 12, 2015 at 3:28 PM Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > Hi Voger, > > Having now looked at elgg, I understand your confusion. The issue is that > elgg does n

Re: [qooxdoo-devel] Really confused about RPC communication with PHP framework

2015-05-12 Thread Derrell Lipman
ate by about 10 years, though.) Derrell On Tue, May 12, 2015 at 2:10 PM Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > I am one of the original authors of that rpc code. It's been a long time > since I looked at it. I'll review, and see what elgg is, w

Re: [qooxdoo-devel] Really confused about RPC communication with PHP framework

2015-05-12 Thread Derrell Lipman
I am one of the original authors of that rpc code. It's been a long time since I looked at it. I'll review, and see what elgg is, when I get home, and post a response. Derrell On Tue, May 12, 2015, 14:02 voger wrote: > Sorry for the very nobish question but I don't know how to proceed with > th

Re: [qooxdoo-devel] qx.io.remote.Request[51-1]: Received id (undefined) does not match requested id

2015-01-23 Thread Derrell Lipman
On Fri Jan 23 2015 at 3:56:43 AM halcwb wrote: > You're completely right about the 'id' requirement. Unfortunately, there is > no easy way to fix this in the qooxdoo framework. I tried to follow you're > suggestion, only the response event doesn't contain a response object, but > a > response jso

Re: [qooxdoo-devel] qx.io.remote.Request[51-1]: Received id (undefined) does not match requested id

2015-01-21 Thread Derrell Lipman
On Wed Jan 21 2015 at 9:37:16 AM halcwb wrote: > So, there is an *id* field, only the field is called *tid*. This is because > the service was meant to work with ExtJs, and for that framework, the reply > should be identified by a 'tid' instead of an id (probably the t is for > transaction). I do

Re: [qooxdoo-devel] qx.io.remote.Request[51-1]: Received id (undefined) does not match requested id

2015-01-16 Thread Derrell Lipman
This sounds like your service implementation isn't really implementing JSON-RPC, or I'm not understanding your issue. JSON-RPC *requires* that there be an *id* field (or that it be missing, in which case it's a "notification"). It can't be any other name. Here's the JSON-RPC spec, with which the qo

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-29 Thread Derrell Lipman
.ObjectRegistry, but it only supports lookup by hashcode > > On 29 Dec 2014, at 15:05, Derrell Lipman unwireduniverse.com> wrote: > > There is a widget registry. I'm on my phone and can't look it up, but try > a search for qooxdoo widget registry and I bet you'll find

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-29 Thread Derrell Lipman
There is a widget registry. I'm on my phone and can't look it up, but try a search for qooxdoo widget registry and I bet you'll find it. Derrell On Mon, Dec 29, 2014, 09:19 John Spackman wrote: > AFAIK the answer is no. With single page apps a single list of all > widgets could quickly get dif

Re: [qooxdoo-devel] qx.util.format.DateFormat

2014-10-12 Thread Derrell Lipman
And here's how to use the parsing function. http://tinyurl.com/ksk6kl7 Notice that the date your PHP server is sending is in UTC, but the alert displays the parsed date in your local time zone The displayed time should be off by exactly the timezone offset of your local timezone, with the timezon

Re: [qooxdoo-devel] qooxdoo News

2014-08-28 Thread Derrell Lipman
; thanks for your feedback. This is already possible because the direction > is already part of the events data. Based on that, the developer could > trigger a reload only on down scrolls. > Regards, > Martin > > Am 15.08.2014 um 15:24 schrieb Derrell Lipman < > derrell.li

Re: [qooxdoo-devel] Trying to make custom scrollbar themed qx.ui.embed.Html

2014-08-27 Thread Derrell Lipman
Phyo, you have a few problems in your widget example. The first is probably a typo, since I don't think you'd get the error you presented with it this way: construct is a top-level key. It doesn't go inside of members; it's at the same level as members. The cause of the error you're seeing is beca

Re: [qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Derrell Lipman
I think what you're looking for is custom sort methods. In the Simple table mode (qx.ui.table.model.Simple), the method setSortMethods is available: /** * Specify the methods to use for ascending and descending sorts of a * particular column. * * @param columnIndex {Integer

Re: [qooxdoo-devel] qooxdoo News

2014-08-15 Thread Derrell Lipman
The new Waypoints feature looks nice. I wonder if there are some useful but missing pieces, though, Let's say you've set a waypoint at 75% in order to load additional data at the end, to implement infinite scrolling. The user then scrolls past 75%, causing the event whose handler requests more data

Re: [qooxdoo-devel] Table: Hide column in columnmenu?

2014-08-07 Thread Derrell Lipman
Yes, you can do it. Add a listener to your table, for event "columnVisibilityMenuCreateEnd" which is called after the menu is fully created. The data to that event is a map containing three members: table, menu, columnButton. You can manipulate the menu (by default, a qx.ui.menu.Menu) to add or rem

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Derrell Lipman
*Orphaned project needs maintainer* SmartTableModel was a project I did under contract for Dave Baggett a number of years ago, and was released as a contrib. I haven't looked at it in years and don't have the bandwidth to maintain it, although I could probably remember enough about it to help some

Re: [qooxdoo-devel] remote.Request json and big numbers

2014-05-07 Thread Derrell Lipman
The second argument to JSON.stringify is a "replacer" function or array. In your case, you'd want a function that looks at the value, ascertains if it is a number, and returns the number converted to a string, e.g., value + "". The replacer parameter is well-documented at https://developer.mozilla

Re: [qooxdoo-devel] Data model from virtual tree not working as expected.

2014-02-21 Thread Derrell Lipman
Just like you for setting the data in the model, you retrieved the data model with dataModel = tree.getDataModel() and then set the data in the model by calling dataModel.setData(), you also need to retrieve the data from the model by calling the getData() method on the data model. Instead of: va

Re: [qooxdoo-devel] FiniteStateMachine

2013-12-06 Thread Derrell Lipman
Hi Michael, Using the FSM provides a very clean way of organizing the code, for separation of functionality. In my use of the FSM, each "module" (typically, a single major portion of the app -- possibly one "screen") contains three files: - Gui.js, a singleton - The method buildGui() bui

Re: [qooxdoo-devel] Adding column to existing table

2013-09-28 Thread Derrell Lipman
If you have a consistent set of properties to set each time, then instead of copying them from the old table to the new one, you could just subclass the table (or its components) and have the subclass set the property values that you want. That way, all you need to do is instantiate a new one of yo

Re: [qooxdoo-devel] Adding column to existing table

2013-09-28 Thread Derrell Lipman
The answer is effectively, no. I'd added the following to the documentation for the setColumns() method of qx.ui.table.model.Abstract many years ago, after looking into how to easily allow changing the number of columns in a table: * Note: You can not change the _number_ of columns this way.

Re: [qooxdoo-devel] Issue with firefox

2013-09-06 Thread Derrell Lipman
Your problem is almost certainly that you have a reference to 'console' in your code, e.g. console.log(). The variable 'console' does not exist when firebug is not open. Derrell On Fri, Sep 6, 2013 at 11:15 AM, Benjamin Dreux wrote: > I've just noticed that the qooxdoo app is running fine when

Re: [qooxdoo-devel] Possible Bug with the Table & IDataCellRenderer

2013-07-02 Thread Derrell Lipman
On Tue, Jul 2, 2013 at 10:03 AM, Román Jiménez wrote: > > I have been trying to create a very simple CellRenderer instead of using > the ones that come with qooxdoo, by passing a simple object with the > createDataCellHtml method. Something like: > > table.getTableColumnModel().setDataCellRendere

Re: [qooxdoo-devel] Nullable propery

2013-06-26 Thread Derrell Lipman
On Wed, Jun 26, 2013 at 1:43 PM, Vladimir Lipets wrote: > Hello, > > I faced following problem. > I defined the property "myvalue" as follows: > > myvalue: { > check : "Integer", > nullable : true, >

Re: [qooxdoo-devel] class extend : qx.ui.toolbar.ToolBar --> fireEvent ¿?

2013-06-25 Thread Derrell Lipman
On Tue, Jun 25, 2013 at 7:51 PM, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Tue, Jun 25, 2013 at 5:58 PM, Jesús wrote: > >> Hi to @ll: >> >> I make a class for the toolbar of my app, like this: >> >> http://tinyurl.com/la6n47

Re: [qooxdoo-devel] class extend : qx.ui.toolbar.ToolBar --> fireEvent ¿?

2013-06-25 Thread Derrell Lipman
On Tue, Jun 25, 2013 at 5:58 PM, Jesús wrote: > Hi to @ll: > > I make a class for the toolbar of my app, like this: > > http://tinyurl.com/la6n47p > > but i can't fire event with fireEvent. and get this error --> Uncaught > TypeError: Object [object DOMWindow] has no method 'fireEvent' > > Pl

Re: [qooxdoo-devel] Get selected index from qx.ui.form.SelectBox

2013-06-22 Thread Derrell Lipman
On Sat, Jun 22, 2013 at 5:40 AM, tuebben wrote: > Hello czuendorf, > > thanks for your fast reply! > > But i need the selected *index* (not the selected *item*). > You can search the array of children to find the selected item. I can't easily test this right now, but off the top of my head, I th

Re: [qooxdoo-devel] How to enable qx.debug for one run of the generator?

2013-06-19 Thread Derrell Lipman
Wow. I thought I was asking an easy question, which would result in the short answer of, "Oh, you just do ..." Not quite. :-) Thanks for the detailed explanation. That's useful for general knowledge, but I think for my purposes, for the very rare time that I want to generate the build version with

[qooxdoo-devel] How to enable qx.debug for one run of the generator?

2013-06-19 Thread Derrell Lipman
I don't want to change config.json, but rather set qx.debug only for a single instance of running the generator. I am trying the following command lines but it is not setting it -- or rather, if I use -v and -w I can see that it does set it, but my code that tests for if (qx.core.Environment.get

Re: [qooxdoo-devel] simulate a keyEvent

2013-05-23 Thread Derrell Lipman
On Thu, May 23, 2013 at 2:25 PM, franck34 wrote: > > Hi the list. > > A day without mail ? not possible :) > > i've got > > textField.addListener('keypress',function(ev) { > if (ev.getKeyIdentifier() == 'Enter') { > doSomething(); > }); > > > and i'd like to add something like > > textField

Re: [qooxdoo-devel] Site links: add direct like to demo browser from demo page

2013-05-21 Thread Derrell Lipman
On Tue, May 21, 2013 at 8:23 AM, thron7 wrote: > > On 05/21/2013 01:51 PM, John Spackman wrote: > > One of the things I'm always struck by is how much easier it was to find > > what I want on the _old_ Qooxdoo website - obviously everyone imagines > the > > past differently and Qx was a very diffe

Re: [qooxdoo-devel] Site links: add direct like to demo browser from demo page

2013-05-20 Thread Derrell Lipman
And just one more "me too." Even though I have been using qooxdoo since version 0.1, I still frequently use the demobrowser to find examples to base my code on. Although I've learned to get to the demobrowser efficiently, it's such a critical tool that it should be extremely obvious to new users. I

Re: [qooxdoo-devel] Qustion about io.quest.Xhr

2013-05-17 Thread Derrell Lipman
On Fri, May 17, 2013 at 11:04 AM, fei wang wrote: > Hi, > > the follow is my snipplet code: > > // > __arr : ['A', 'B', 'C', 'D', 'E', 'F'], > > fillData : function() { > for(var k=0; k var args = ... > var req = new qx.

Re: [qooxdoo-devel] Question about JS usage

2013-05-16 Thread Derrell Lipman
On Thu, May 16, 2013 at 10:17 AM, Benjamin Dreux wrote: > Hi > > I'm looking at qx.ui.table.Table source code. > And i've noticed this > this.__selectionManager = this.getNewSelectionManager()(this); > I don't point this as beeing an error. > I'm sure there is a really good reason for this. > Coul

Re: [qooxdoo-devel] Dialog pull request

2013-05-07 Thread Derrell Lipman
On Sat, May 4, 2013 at 8:34 AM, franck34 wrote: > Hi > > I'd like to purpose some changes in Dialog contrib. I'm on github, so i > fork it, made some changes and then i've pull request > > https://github.com/qooxdoo-contrib/dialog/pulls > > Is it the good way to contrib to a contrib ? :) > That

Re: [qooxdoo-devel] About accessing parameter

2013-05-06 Thread Derrell Lipman
On Mon, May 6, 2013 at 10:14 AM, fei wang wrote: > Hi, > > Any one can help me about accessing function parameter ? > > I have the follow function. > > requsetProject : function(pid, idx) { > var req = new > qx.io.request.Xhr("/hrm/services/ActionServlet2", "POST"); > req.setR

Re: [qooxdoo-devel] newTableColumnModel resize

2013-05-03 Thread Derrell Lipman
On Fri, May 3, 2013 at 7:50 AM, Defero wrote: > Hi, > > i'm a bit new with qooxdoo so if this question is rediculous i apologize. > > I've been playing with the Table and the RemoteTableModel. > And i noticed if i wan't a Resize TableColumnModel i can only set it in the > construstor via custom o

Re: [qooxdoo-devel] mongodb and treevirtual

2013-04-29 Thread Derrell Lipman
On Mon, Apr 29, 2013 at 2:14 PM, franck34 wrote: > Hi > > I'm using treevirtual because my tree can be big. > > Leafs will be loaded when the user click on a branch. > > I'm at the point to make it with an old school maner, i mean, webservices > (rest) to fetch data for a particular branch (outpu

Re: [qooxdoo-devel] TreeVirtual editable leaf/branche

2013-04-26 Thread Derrell Lipman
On Fri, Apr 26, 2013 at 2:24 PM, franck34 wrote: > > Hi, > > Before go into a hypothetical new contrib named something like > "EditableTreeVirtual", and after search into the forum, i'd like to know if > somebody already made something like that ? > > I mean, make leaf/branche editable in a treev

Re: [qooxdoo-devel] Using the remote table model and Xhr

2013-04-23 Thread Derrell Lipman
I think Thomas was suggesting that you open a bug for the fact that there's no tutorial or explanation of how to use the new XHR class for this purpose. If the one currently documented is deprecated, a new explanation needs to be written for the manual. Derrell On Tue, Apr 23, 2013 at 8:34 AM, mi

Re: [qooxdoo-devel] TypeError: bp is null

2013-04-18 Thread Derrell Lipman
On Thu, Apr 18, 2013 at 10:14 AM, Tobias Koller (GERMO GmbH) wrote: > No i can’t see any error in my source-version…but I will check first if > I access private members outside the classes.. > Another way you can sometimes figure this out, is to add the following to the "let" section of your con

Re: [qooxdoo-devel] How to obtain an existing qooxdoo object

2013-03-26 Thread Derrell Lipman
On Mon, Mar 25, 2013 at 5:16 PM, Chris Bunn wrote: > Derrell, > > I am tracking application state by user in a database, I just don't > see how to interact with the qooxdoo objects (or widgets) that are not > known in the event context without using something like the hash > value. If for example

Re: [qooxdoo-devel] How to obtain an existing qooxdoo object

2013-03-25 Thread Derrell Lipman
On Mon, Mar 25, 2013 at 3:52 PM, Chris Bunn wrote: > Derrell, > > Thank you, that is what I am looking for. In my case the application > logic is on the server and the the qooxdoo client is realizing the UI > and catching events. When a call back event occurs and the application > needs to refer

Re: [qooxdoo-devel] How to obtain an existing qooxdoo object

2013-03-25 Thread Derrell Lipman
On Mon, Mar 25, 2013 at 12:45 PM, Chris Bunn wrote: > Hello, > > I am developing a Desktop application and I need to be able to > retrieve an qooxdoo object by some type of identifier, ideally I would > be able to assign this id when the object is created. The would be > something like document.g

Re: [qooxdoo-devel] Examples of virtual list without label or icon?

2013-03-13 Thread Derrell Lipman
On Wed, Mar 13, 2013 at 1:01 PM, Daniel Wagner wrote: > On 03/13/2013 04:09 PM, Derrell Lipman wrote: > > On Wed, Mar 13, 2013 at 10:54 AM, Daniel Wagner > The only tricky thing is how to bind the model itself if your list > > widgets nee

[qooxdoo-devel] Examples of virtual list without label or icon?

2013-03-12 Thread Derrell Lipman
I am in search of examples of a virtual list which does not use a label nor an icon, but instead has its own bound properties/displayed fields. I want to create a virtual list, where the list items are not qx.ui.form.ListItem() objects, and in fact, do not descend from Atom at all. Each list item

Re: [qooxdoo-devel] Using RequireJS modules in a qooxdoo app?

2013-02-25 Thread Derrell Lipman
On Mon, Feb 25, 2013 at 11:20 AM, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Mon, Feb 25, 2013 at 11:05 AM, thron7 wrote: > >> Hi Derrell, >> >> what's wrong with: >> >> >> >> ... >> >>

Re: [qooxdoo-devel] Using RequireJS modules in a qooxdoo app?

2013-02-25 Thread Derrell Lipman
On Mon, Feb 25, 2013 at 11:05 AM, thron7 wrote: > Hi Derrell, > > what's wrong with: > > > > ... > > qx.Class.define("Foo", { > members : { > bar : function () { > require(["script/other.js"], function(other) { > var a = new qx...(); >

[qooxdoo-devel] Using RequireJS modules in a qooxdoo app?

2013-02-22 Thread Derrell Lipman
Hi all. I have some modules written for Node that I want to use in my qooxdoo app. I found that qooxdoo's RequireJS functionality can export qooxdoo libraries for use by external (non-qooxdoo) apps to require() them. I need the opposite, and haven't yet found a reference. I need to require() extern

Re: [qooxdoo-devel] changing locale

2013-01-30 Thread Derrell Lipman
On Wed, Jan 30, 2013 at 11:10 AM, Michael wrote: > Am 30.01.2013 16:50, schrieb thron7: > > Did you wrap your labels' texts in this.tr() calls? > > yes, of course. It doesn't work only for two labels. > Sometimes people forget that the value passed to this.tr() must be a string *constant*. It ca

Re: [qooxdoo-devel] qx.io.request.Jsonp conversion of dates

2013-01-25 Thread Derrell Lipman
On Fri, Jan 25, 2013 at 11:42 AM, Sergio Sánchez Maffet wrote: > Hi Derrell, > > Yes sure, It is a good idea to keep the jsonp transport generic. > IMHO this is in this case best achieved by not modifying the server answer > at all. > So whatever the server sends back to the client, the client has

  1   2   3   4   5   6   7   8   9   10   >