[qooxdoo-devel] API Addition: setRowData?

2007-08-04 Thread Jared Broad
ng an entire row rather than just the entries which have changed). Thoughts? Regards, Jared Broad -- View this message in context: http://www.nabble.com/API-Addition%3A-setRowData--tf4218842.html#a12002374 Sent from the qooxdoo-devel mailing lis

Re: [qooxdoo-devel] centerToBrowser() Bug?

2007-08-01 Thread Jared Broad
Jared -- Message: 5 Date: Wed, 1 Aug 2007 23:15:06 +1200 From: "Jared Broad" <[EMAIL PROTECTED]> Subject: [qooxdoo-devel] centerToBrowser() Bug? To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="windows-1250" Hel

[qooxdoo-devel] centerToBrowser() Bug?

2007-08-01 Thread Jared Broad
Hello, I am just writing to inform of a potential bug in centerToBrowser which distorts internal windows. This code works: (centers to browser, looks good) //Set dimensions alertWindow.set( {height: 160, width: 450} ); alertWindow.addEventListener("appear", function(e) { alertWindow.centerT

Re: [qooxdoo-devel] html in table cell - update of element

2007-07-28 Thread Jared Broad
lder/className.js: qx.Class.define("projectfolder.className", { extend: qx.ui.table.cellrenderer.Abstract, members: { _getContentHtml : function(cellInfo) { //return qx.html.String.escape(this._formatValue(cellInfo)); return cellInfo.value;

Re: [qooxdoo-devel] html in table cell - update of element

2007-07-28 Thread Jared Broad
Hello Westor, Could you please copy the entire class definition snippet in? I cant get it working using either of your posts on extending cellrenderer.Abstract. As soon as I define "var render = new myProject.myClassRenderer();" the code halts with no debug messages or errors! I cant figure ou

Re: [qooxdoo-devel] aligns in table-cells

2007-07-28 Thread Jared Broad
Hello List/Tobias, Did you get an answer to this? I am butting my head against the screen, all my attempts to center text (or allow a cell to render HTML ) don't work / (I'm new to OO). Everyone suggests different ways to do it. How do you render HTML in a table cell, do I really need to make my

Re: [qooxdoo-devel] Extended window manager demo added to contrib

2007-07-23 Thread Jared Broad
Ahh very nice! Just a note for other newbs like me =) I had to comment out the below code to get it to work with my 0.7 SDK. // Extend Qx's default theme //qx.Theme.patch(qx.theme.classic.Appearance, ext.theme.classic.Appearance); Looks great Simon/Fabian! Do you think this will go i

[qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-21 Thread Jared Broad
ot;qx.dev.log has no properties", I have tried putting this in the HTML and the main routine. Anyone know how to disable the debug window popping up with a SDK make? Im working on a cool app integrating xajax-qooxdoo! Its looking awesome thanks to you guys =). Thank you, Jared Broad -- Vie

Re: [qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
fine in Firefox will work fine in IE as well when you get around to testing it in IE. Cheers, Derrell -Original Message- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 8 July 2007 1:01 p.m. To: 'qooxdoo-devel@lists.sourceforge.net' Subject: RE: How do you add c

Re: [qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
Sorry :| ... ignore that... after working on it 5 hours it was just IE giving me an invalid line number meaning I was chasing a Red-herring. GAAHHH. I don’t like javascript =P. Qooxdoo is awesome app though =) Jared -Original Message- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent

[qooxdoo-devel] How do you add click events to toolbars?

2007-07-07 Thread Jared Broad
/status/dialog-information.png")); if (checked) { button.setChecked(true); } return button; } This may be a newby question, but I have searched the API and tried different things for a while now and can't get it working. Thanks for your time, Jared Broad No virus found in this out

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
docs-root. Yes that makes sense and Button Displays OK when I move the folder into the server. Thank you for your help David, all I needed was a good night sleep! Perhaps add a note the Skeleton install page "Server Installations"? Regards, Jared Broad -----Original Message- Fr

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
ted script. I scanned it and to my newby-4.30am-eyes it looks fine. Thanks heaps for your input!! Jared -Original Message- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 July 2007 4:14 a.m. To: 'qooxdoo-devel@lists.sourceforge.net' Subject: RE: Develop-Make Blank, Bu

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
ication.js Line 20 Any thoughts? The Application.js is virtually unmodified from the skeleton version, I just changed the namespace. Regards, Jared -Original Message----- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 July 2007 3:49 a.m. To: 'qooxdoo-devel@lists.sourcefor

[qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
APPLICATION_BUILD_PATH = ./stocktrack Dev Version: Does *not* Display Button http://localhost/source/membershome.php Build Version: Displays Button http://localhost/stocktrack/membershome.php I would like to get the development-make working but can't see how, Thank you for your help, Jared