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

2016-02-13 Thread John Spackman
@lists.sourceforge.net Subject: Re: [qooxdoo-devel] How to make parts independent John, Thank you for you efforts, and please be sure you've got another beta- tester and probably contributor(s). Some background first. We are developing a massive qooxdoo Desktop application. When we were a

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

2016-02-11 Thread Dimitri
John, Thank you for you efforts, and please be sure you've got another beta- tester and probably contributor(s). Some background first. We are developing a massive qooxdoo Desktop application. When we were about to roll integration tests, it turned out that our app doesn't run in PhantomJS - beca

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

2016-02-10 Thread John Spackman
Hi Defero Sorry, I really haven’t forgotten - I’ve just been so flat out with work this year. I do think that I’ll be able to do the docs etc this week, but I’ll put what I have up regardless and then we’ll chat over the ML Regards John On 10/02/2016, 14:28, "Defero" wrote: >Hi, > >me ag

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

2016-02-10 Thread Defero
Hi, me again :) normally i wouldn't bug people this much, but i need to find a viable and fully operational solution here at work this year. I really love how this one works and i'm just getting eager too try it out :) Regards, Defero -- View this message in context: http://qooxdoo.678.n2.n

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

2016-01-06 Thread Defero
Hi, really good news then :) Yes, count me in. Will right away probably try implement something like parts to it. Regards, Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-parts-independent-tp7587856p7587917.html Sent from the qooxdoo mailing list archive

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

2016-01-06 Thread John Spackman
Hi Defero Yes, there is and I think it’s good news :) My original implementation was based on Esprima and I’ve had to rejig it to make it work with Babel for ES6 - I think it’s ready for alpha release baring one issue with environment settings and some documentation. Sorry it’s a bit later th

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

2016-01-05 Thread Defero
Hi, any news on this maybe? Also, if you need any help, i would be happy to help. Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-parts-independent-tp7587856p7587915.html Sent from the qooxdoo mailing list archive at Nabble.com. --

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

2015-12-23 Thread John Spackman
Hi Dietrich Yes, completely independent - it’s just a node app that is self contained; the code is written using Qx classes and the command line interface is a thin wrapper around them. I’m not intending to use grunt at all, I prefer that it’s focused on analysing code, generating dependency t

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

2015-12-23 Thread Dietrich Streifert
Hi John, is this completely independent from the latest grunt toolchain works in qx? http://manual.qooxdoo.org/devel/pages/tool/grunt.html Am 23.12.2015 um 10:40 schrieb John Spackman: > Well I’ve talked about it now so I’d better put it up! :) > > My plan is to get it finished off and release

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

2015-12-23 Thread John Spackman
Well I’ve talked about it now so I’d better put it up! :) My plan is to get it finished off and release on github as an alpha before getting-paid work starts again on the 4th, I’ll post up here when it’s ready John On 23/12/2015, 09:31, "Defero" wrote: >Hi, > >that does sound cool ye :) >

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

2015-12-23 Thread Defero
Hi, that does sound cool ye :) I would definitely like to volunteer to be one of the testers Regards, Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-parts-independent-tp7587856p7587871.html Sent from the qooxdoo mailing list archive at Nabble.com.

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

2015-12-23 Thread John Spackman
: [qooxdoo-devel] How to make parts independent 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

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] How to make parts independent

2015-12-22 Thread John Spackman
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 current generator but as it happens I think I’ll have something that will do the job in the next week or so.

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

2015-12-22 Thread Defero
Hi, it might work, but i think it's quite a dangerous hack. It's hard to find any data of how the compiler works, is there any extensive documentations on that? Does anyone have any ideas in general, how would you guy handle 1000 plugins for example. (These are loaded only per user specific reque

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

2015-12-22 Thread panyasan
Hi Defero, Defero wrote > is there anyway to ensure that 1 part is also 1 built part? > > So if i change my config automatically to include only the "newly updated" > part. Then i build the project. I would be able to copy only the changes > (and the main build) to the production. And in this ca

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

2015-12-21 Thread Defero
Hi, is there anyway to ensure that 1 part is also 1 built part? So if i change my config automatically to include only the "newly updated" part. Then i build the project. I would be able to copy only the changes (and the main build) to the production. And in this case leave all the other plugins

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

2015-12-21 Thread panyasan
Defero wrote > Hi, > > in this case your project has to be recompiled everytime for the changes > to appear? > > > Regards, > Defero Yes, beacause the generator needs to resolve all the dependencies ... So in the sense of your original question, yes, you will need their source to create the com

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

2015-12-21 Thread Defero
Hi, in this case your project has to be recompiled everytime for the changes to appear? Regards, Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-parts-independent-tp7587856p7587859.html Sent from the qooxdoo mailing list archive at Nabble.com. --

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

2015-12-21 Thread panyasan
Hello, I had a similar problem trying to implement plugins via the parts architecture. I've been told that this was not what the parts system had been designed for, so it is kind of a hack. But it works: Since the part loader system depends on static code analysis, you need to name the parts expl

[qooxdoo-devel] How to make parts independent

2015-12-21 Thread Defero
Hi, for a while now we were using parts in our applications, which work well when we're the one defining these parts. But soon, alot of external programmers will start using the communication (and some ui) layers that we setup. So my question is, is there any flexibility in the way the applicatio

Re: [qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-28 Thread slah
MartinWittemann wrote > Hey, > you could use an incredible high integer value to get that done. Usually > the browser do not care of the radius is higher than it could be. > Regards, > Martin > > >> Am 27.05.2015 um 17:42 schrieb slah < > slachtar@ > >: >> >> Hello, >> I'm trying to show an im

Re: [qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-27 Thread Martin Wittemann
Hey, you could use an incredible high integer value to get that done. Usually the browser do not care of the radius is higher than it could be. Regards, Martin > Am 27.05.2015 um 17:42 schrieb slah : > > Hello, > I'm trying to show an image in a circular shape like google+ do for avatars, > etc

Re: [qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-27 Thread Vincent Vandenschrick
Hi Slah, I would go for a decorator mixin in order to deal with a percentRadius property that you can later handle in a stylePercentRadius method. Take the following mixin as an example and this should be quite straightforward : https://github.com/jspresso/jspresso-ce/blob/master/qooxdoo/client/s

[qooxdoo-devel] how to make circular images with decorator/CSS

2015-05-27 Thread slah
Hello, I'm trying to show an image in a circular shape like google+ do for avatars, etc. seems I've to use CSS * border-radius: 50%;* trying to use decorator for this purpose fails because *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %. Can someone show me how to use

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-18 Thread Alexei Vinidiktov
I really need this bug fixed. How can I help fixing it? Where should I start? On Thu, Jun 5, 2014 at 10:28 PM, Alexei Vinidiktov < alexei.vinidik...@gmail.com> wrote: > The suggested workaround doesn't seem to work either. > > I've filed this as *Bug 8402 >

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-05 Thread Alexei Vinidiktov
The suggested workaround doesn't seem to work either. I've filed this as *Bug 8402 * On Thu, Jun 5, 2014 at 9:09 PM, Christopher Zündorf < christopher.zuend...@1und1.de> wrote: > Ok, > > this looks like a bug to me. > > You always can modify the

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-05 Thread Christopher Zündorf
Ok, this looks like a bug to me. You always can modify the value of the widget through textArea.getContentElement().value = "foo" This may work as a workaround. Could you open a bug for this problem? Greetz Christopher Am 05.06.2014 um 15:29 schrieb Alexei Vinidiktov mailto:alexei.vinidik

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-05 Thread Alexei Vinidiktov
I need some more help. I'm not sure how I can add tags to the value of the qx.mobile.form.TextArea. If I set the value like this: *myTextArea.setValue("First paragraph Second paragraph");* instead of two paragraphs I get one that is displayed as is - with the tags. Text areas display only pl

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-05 Thread Christopher Zündorf
I found the following solution: http://stackoverflow.com/questions/1797875/is-newline-n-not-working-for-innerhtml-in-ie Am 05.06.2014 um 12:46 schrieb Alexei Vinidiktov mailto:alexei.vinidik...@gmail.com>>: \n -- Lear

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-05 Thread Alexei Vinidiktov
Thanks for your suggestion, Christopher. I've managed to get word selection to work in text areas on the iPad, Android tablets and Windows tablets. But still there is a problem. I can't get multiline text to display properly in Internet Explorer. Text split by new line characters '\n' is display

Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-04 Thread Christopher Zündorf
I would just use a TextArea, and then get the CaretPosition with JavaScript directly. Greetz Christopher Am 04.06.2014 um 17:14 schrieb Alexei Vinidiktov : > Hi, > > My mobile app needs to detect what word was tapped by the user to show him or > her the translation of that word. > > It wou

[qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-04 Thread Alexei Vinidiktov
Hi, My mobile app needs to detect what word was tapped by the user to show him or her the translation of that word. It would be ideal if the user could tap any displayed text and the app would detect the tapped word, but in case it's not possible, the minimum requirement is to be able to detect t

Re: [qooxdoo-devel] how to make a hbox composite to maximize its content(horizontally)

2013-05-18 Thread Baskar Vignesh
*From qooxdoo man page:* *The flex value indicates the flexibility of the item, which implies how an item's container distributes remaining empty space among its children. Flexible elements grow and shrink to fit their given space. Elements with larger flex values will be sized larger than element

Re: [qooxdoo-devel] how to make a hbox composite to maximize its content(horizontally)

2013-05-18 Thread jenia
you do row.add(button, {flex: 1}); can someone tell me what this flex means? -- View this message in context: http://qooxdoo.678.n2.nabble.com/how-to-make-a-hbox-composite-to-maximize-its-content-horizontally-tp7583653p7583654.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

[qooxdoo-devel] how to make a hbox composite to maximize its content(horizontally)

2013-05-18 Thread jenia
Hello everyone one: I have create a row of buttons for my mobile app using a composite and an HBox layout. Can someone please tell me, how do I make the buttons take use up the full screen? That is, right now, each button is only the size it needs to be to fit its text. However, I want the buttons

Re: [qooxdoo-devel] How to make a custom index.html ?

2012-09-16 Thread Deisss
As simple as this ! I completely forgot there is this one ! It works great ! Thanks a lot ! -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-a-custom-index-html-tp7581363p7581365.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] How to make a custom index.html ?

2012-09-16 Thread Fritz Zaucker
I think you can just edit it in source, it will be copied into your build directory. Cheers, Fritz Fritz Zaucker Oetiker+Partner AG Aarweg 15 CH-4600 Olten +41 62 775 9903 Am 16.09.2012 um 21:21 schrieb Deisss : > On a build release, there is an index.html, i would like to change the title, >

[qooxdoo-devel] How to make a custom index.html ?

2012-09-16 Thread Deisss
On a build release, there is an index.html, i would like to change the title, but i didn't found how to proceed... So my question is : is there any tricks to perform title modification ? Regards. -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-a-custom-index-htm

Re: [qooxdoo-devel] How to make table HTML contents work?

2012-06-08 Thread Derrell Lipman
On Fri, Jun 8, 2012 at 11:16 AM, adrelino wrote: > But shouldn't the edit mode only start after double-clicking? The desired > behaviour for me is click-> follow link, double-click->start edit mode. > Maybe a timing problem concerning distinguishing single from double clicks? > IIRC, there's an

Re: [qooxdoo-devel] How to make widget take up 100% of space in Page

2012-03-06 Thread Marc Puts
Hi Scott, You can use the Grow layout on the Page (qx.ui.layout.Grow). Then you don't have to specify the size of the widget, it will automatically grow to the size of the Page. Regards, Marc On 03/06/2012 10:19 PM, Scott Chapman wrote: > I have a Page > > qx.Class.define("kiosk_portal.Op

[qooxdoo-devel] How to make widget take up 100% of space in Page

2012-03-06 Thread Scott Chapman
I have a Page qx.Class.define("kiosk_portal.OpenLayersMapTab", { extend : qx.ui.tabview.Page, members: { getMap: function() { return this.__map; } }, construct : function(label) { this.base(arguments, label); this.setLayout(new qx.ui.layout.VB

Re: [qooxdoo-devel] How to make tab Widget size dynamic?

2012-02-29 Thread Scott Chapman
I changed my TabView.js by adding line 7 and removed the setting of the size directly on the widget. Now my map is 50 pixels high and doesn't change. What am I missing? qx.Class.define("kiosk_portal.TabView", { extend : qx.ui.tabview.TabView, construct : function(label) { this.base

Re: [qooxdoo-devel] How to make tab Widget size dynamic?

2012-02-27 Thread Derrell Lipman
On Mon, Feb 27, 2012 at 20:21, Scott Chapman wrote: > The tab widget size is set statically to 950x700 below. > How do I make it dynamic so that it's initial size and resize changes > as needed by the size of the Page box? > It's not done to the Page object; rather, it's done to the TabView to w

[qooxdoo-devel] How to make tab Widget size dynamic?

2012-02-27 Thread Scott Chapman
The tab widget size is set statically to 950x700 below. How do I make it dynamic so that it's initial size and resize changes as needed by the size of the Page box? (By the way, this is a decent example of how to use OpenLayers Map with Qooxdoo, using MapQuest's Open Tile servers.) qx.Class.defin

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Derrell Lipman
On Wed, Feb 22, 2012 at 15:46, Scott Chapman wrote: > Derrell and friends, > > Here's my current code and what I'm seeing. > SCREEN: > Map shows up in the tab like it should, with a red dot on it that's > clickable. > The double click event (pointDblClick) is getting fired as indicated > in the

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Scott Chapman
Derrell and friends, Here's my current code and what I'm seeing. SCREEN: Map shows up in the tab like it should, with a red dot on it that's clickable. The double click event (pointDblClick) is getting fired as indicated in the console and I can catch it at the Map level as seen in the console

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Derrell Lipman
On Wed, Feb 22, 2012 at 14:42, Scott Chapman wrote: > If I add the listener to the Page, it never sees the event fire: > > qx.Class.define("kiosk_portal.MapquestMapTab", > { > extend : qx.ui.tabview.Page, > > construct : function(label) >{ > this.base(arguments, label); > this.se

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Scott Chapman
ex > > -Original Message- > From: Scott Chapman [mailto:sc...@mischko.com] > Sent: Wednesday, February 22, 2012 4:01 AM > To: qooxdoo Development > Subject: [qooxdoo-devel] How to make an event bubble up? > > I have an event defined on my MapquestMap: > > q

Re: [qooxdoo-devel] How to make an event bubble up?

2012-02-22 Thread Alexander Steitz
-Original Message- From: Scott Chapman [mailto:sc...@mischko.com] Sent: Wednesday, February 22, 2012 4:01 AM To: qooxdoo Development Subject: [qooxdoo-devel] How to make an event bubble up? I have an event defined on my MapquestMap: qx.Class.define("kiosk_portal.MapquestMap",

[qooxdoo-devel] How to make an event bubble up?

2012-02-21 Thread Scott Chapman
I have an event defined on my MapquestMap: qx.Class.define("kiosk_portal.MapquestMap", { events : {"pointDblClick" : "qx.event.type.Mouse"}, extend : qx.ui.core.Widget, and I can catch the event in the tab that contains it: qx.Class.define("kiosk_portal.MapquestMapTab", { extend : qx.ui.

Re: [qooxdoo-devel] How to make table HTML contents work?

2012-02-14 Thread Mustafa Sak
Hi Scot, because of HTML code in cells could mess the dom of the table, HTML tags will be rendered as text values. But it's easy to manipulate cell renderer in that way, it will wrap your cell value with a a-tag. Further more its possible to provide paths and caption column data to your table a

Re: [qooxdoo-devel] How to make table HTML contents work?

2012-02-14 Thread Scott Chapman
Here's how my table is getting populated currently: this.__jsonCompletedTasksFetcher.addListener( "loaded", function(e) { this.resetAdditionalStatusBarText(); var tData = e.getData(); var nativeData = [ ]; tData.toArray().forEach( functio

[qooxdoo-devel] How to make table HTML contents work?

2012-02-14 Thread Scott Chapman
I have a table that is being populated by the following JSON response from the server: [ ["ScreenShot", "2012-02-14 12:23:39", "Ok"], ["DiscFree", "2012-02-14 12:22:01", "Ok"], ["ScreenShot", "2012-02-14 12:20:45", "Ok"], ["DiscFree", "2012-02-14 12:20:44", "Ok"] ] The first column is not sho

Re: [qooxdoo-devel] how to make htmlArea readonly

2010-10-25 Thread SimplyNotes
Hi Alexander, I filed bug 4233 re the enabled problem. to solve the problem for now I created my own editor class which has the HTMLArea and a HTML Widget. If the editor is set to readonly (new property in my class) I exclude the HTMLArea and the toolbar and vica versa - works for me for now be

Re: [qooxdoo-devel] how to make htmlArea readonly

2010-10-25 Thread Alexander Steitz
Hi Raimund, > I try to make a HtmlArea (qx.ui.embed.HtmlArea) readonly by setting the > property editable to false in the apear and in the ready event. The property "editable" is used to toggle if the HtmlArea does process any input (if it's an editable area at all). > I also tried setting enba

[qooxdoo-devel] how to make htmlArea readonly

2010-10-23 Thread SimplyNotes
Hi all, I try to make a HtmlArea (qx.ui.embed.HtmlArea) readonly by setting the property editable to false in the apear and in the ready event. I also tried setting enbaled to false. None works - user always can edit the text. Any hints how to get HtmlArea into a read Only state? Thanks in advan

Re: [qooxdoo-devel] How to make needing row of table as active?

2010-10-06 Thread Joffrey Fuhrer - NOVLOG
On 06/10/2010 08:22, Ratibor Redoran wrote: > Hello, guys! > > Sorry, but I don't know how to make needing row as active. I need to make > next: > > 1. To find needing row in the table (this part is working now). > 2. To make this row as active (as if I press left mouse button on it. This > row has

[qooxdoo-devel] How to make needing row of table as active?

2010-10-05 Thread Ratibor Redoran
Hello, guys! Sorry, but I don't know how to make needing row as active. I need to make next: 1. To find needing row in the table (this part is working now). 2. To make this row as active (as if I press left mouse button on it. This row has to got dark blue background color). But setFocusedCell

Re: [qooxdoo-devel] How to make the Flash dynamically change the size according to parent widget?

2010-09-01 Thread Daniel Wagner
The Flash widget supports growing like any other widget. Look at the Flash demo[1]: If you click the "Show Flash Player version" button, a window containing a Flash widget opens. This window can be resized and the Flash will grow accordingly. It won't work inside a ScrollPane, though. And I gue

Re: [qooxdoo-devel] How to make the Flash dynamically change the size according to parent widget?

2010-09-01 Thread Stefan Andersson
No Grow layout works. No edge works with Composite or any other. It seems to me that the Flash widget does not support it at all. Any other suggestions? Or it is only static bounds, which is the solution hard coded...or listener on appear and the correct the child from the size of the pare

Re: [qooxdoo-devel] How to make the Flash dynamically change the size according to parent widget?

2010-09-01 Thread Daniel Wagner
Hi Stefan, I don't think this will work if you add the flash widget to a ScrollPane. Try adding it to either a container with a Grow layout or a layout that supports the "edge" property, which you'll have to set to 0 to stretch the child widget. Regards, Daniel Stefan Andersson schrieb: > va

[qooxdoo-devel] How to make the Flash dynamically change the size according to parent widget?

2010-09-01 Thread Stefan Andersson
var layout = new qx.ui.layout.Basic(); var paneC = new qx.ui.container.Composite(layout); paneC.setBackgroundColor("red"); paneC.setHeight(100); paneC.setWidth(200); control = new qx.ui.core.scroll.ScrollPane(); control.setBackgroundColor("blue"); //control.setAllowGrowY(true); //control.setAllow

Re: [qooxdoo-devel] How to make textarea grow dynamically based on content?

2010-07-29 Thread Martin Wittemann
Hello Ralf, as far as I know, qooxdoo has nothing like that build in so we have to get it working somehow in the application code. > One way to do it, I think, is to use a stack, and put the textarea on top of > an atom. > Then all I need to do is sync the atoms-label with the value of the text

[qooxdoo-devel] How to make textarea grow dynamically based on content?

2010-07-29 Thread Ralf Nieuwenhuijsen
Hi All, Does anyone know how to make a TextArea widget grow based on the size of its content? I feel it's possible. It seems qooxdoo calculates actual content sizes for stuff like Atoms and Labels. But I can't seem to figure out what the tweak is, to get the relevant information? How does one cal

Re: [qooxdoo-devel] how to make

2009-02-18 Thread Mike Rea
Sounds cool! This would make a nice little addition to the contrib SVN. It'd be neat as a cell renderer also. Could you share your code or add it to the svn? Thanks Igor Batov wrote: > > > Fabian Jakobs 1und1.de> writes: > >> >> Hope this helps >> >> Best Fabian >> > > Thank you! >

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-18 Thread hfghhh hgfhgfh
Thank you Derrell! That's exactly what I had in mind. -- View this message in context: http://www.nabble.com/How-to-make-single-table-cell-editable-tp21996048p22073923.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-16 Thread Derrell Lipman
On Fri, Feb 13, 2009 at 8:09 AM, hfghhh hgfhgfh wrote: > is there a way to make a single table-cell editable? In the API-viewer I > only found methods for setting whole tables or whole table-columns editable. There's no method to call in Table to do that, but it's not difficult to add the funct

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-16 Thread Gaurav Jauhri
Sorry, what I wrote was wrong according to your needs. I am not too sure how to get this effect but I will try to give you some suggestions once I find something. Regards, Gaurav hfghhh hgfhgfh wrote: > Thanks for your reply Gaurav. > > Gaurav Jauhri wrote: > >> You can specify the column numb

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-16 Thread hfghhh hgfhgfh
Thanks for your reply Gaurav. Gaurav Jauhri wrote: > > You can specify the column number u wish to make editable, like this > ... > where i is the particilar column number of your table. > Ok, but I want make a particular cell of a column (NOT the whole column itself) editable. Otherwise I coul

Re: [qooxdoo-devel] how to make

2009-02-15 Thread Igor Batov
Fabian Jakobs 1und1.de> writes: > > Hope this helps > > Best Fabian > Thank you! That's work perfect! -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest iss

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-13 Thread Gaurav Jauhri
Hi hfghhh hgfhgfh, You can specify the column number u wish to make editable, like this columnModel.setDataCellRenderer(this._data.columns[i], propertyCellRendererFactory); columnModel.setCellEditorFactory(this._data.columns[i], propertyCellEditorFactory); where i is the particilar column numb

[qooxdoo-devel] How to make single table cell editable

2009-02-13 Thread hfghhh hgfhgfh
Hi, is there a way to make a single table-cell editable? In the API-viewer I only found methods for setting whole tables or whole table-columns editable. Thanks in advance. ___ DSL zum Nulltarif + 20 Euro Extraprämie bei Online-

Re: [qooxdoo-devel] how to make "star rating" in qooxdoo

2009-02-08 Thread Fabian Jakobs
Igor Batov schrieb: > Hello! > How can i implement star rating feature like > http://www.nofunc.com/AJAX_Star_Rating/ in qooxdoo application? > Maybe on the basis of Slide widget > (http://demo.qooxdoo.org/current/demobrowser/#widget~Slider.html >

[qooxdoo-devel] how to make "star rating" in qooxdoo

2009-02-08 Thread Igor Batov
Hello! How can i implement star rating feature like http://www.nofunc.com/AJAX_Star_Rating/ in qooxdoo application? Maybe on the basis of Slide widget ( http://demo.qooxdoo.org/current/demobrowser/#widget~Slider.html)? Any ideas? -

Re: [qooxdoo-devel] How to make a column name visible in the ColumnVisibility button on a simple model qooxdoo table???

2009-01-07 Thread Derrell Lipman
On Tue, Jan 6, 2009 at 1:59 PM, robust wrote: > > hi > > I dont want to show a column in the table as well as in the > ColumnVisibility > button. > For hiding the column from the table I am using the method > setColumnVisible(0, false); which is wrking. > > But I am unable to hide the column name

[qooxdoo-devel] How to make a column name visible in the ColumnVisibility button on a simple model qooxdoo table???

2009-01-07 Thread robust
hi I dont want to show a column in the table as well as in the ColumnVisibility button. For hiding the column from the table I am using the method setColumnVisible(0, false); which is wrking. But I am unable to hide the column name from the ColumnVisibility button. Please help me on this. He

Re: [qooxdoo-devel] how to make text selectable

2008-10-21 Thread Tobias Oetiker
Hi Sebastian, here is some test code ... it does not work the -moz-user-select: remains set to none ... cheers tobi qx.Class.define("selecttest.Application", { extend : qx.application.Standalone, members : { main : function() { this.base(arguments); var label = new qx.

Re: [qooxdoo-devel] how to make text selectable

2008-10-19 Thread Sebastian Werner
Hi Tobias, please try to add: setRich(true); as well. In Firefox we normally use a XUL-based label (for ellipsis- support) and this label is not selectable natively. Hope this works. Sebastian Am 19.10.2008 um 00:49 schrieb Tobias Oetiker: > Hi, > > I would like to have some lable text se

[qooxdoo-devel] how to make text selectable

2008-10-18 Thread Tobias Oetiker
Hi, I would like to have some lable text selectable so that users can mark it for copy. I tried setSelectable on a label but this does not seem to have any effect at all. please advise tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [EMAIL P

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Kent Olsson
Hej! THe problems with the layout mechanism have also caused a lot of problems for me developing the DatePicker and DateCombobox. But there are more problems when you come to localization. Additionally, it must be integrated with the manager, and that is one of the reasons that we have started the

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I wo

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I would create such a widge

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxL

[qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxLayout for each row. W