Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > is it possible to edit the value of a cellEditor with a single > mouse-click? > > Now it's necessary to doubleClick a cell before I can edit the value. At the moment this behaviour is hard-wired in the table pane class, so it is necessary to put some

Re: [qooxdoo-devel] Table cell background color does not change on edit (using theme Ext)

2008-02-14 Thread Alex Back
Dan Trif wrote: > Hi, > I'm using the theme Ext and a table. > > When a cell is in editing mode the cell background does not turn into > white like in the other themes so the old cell value can be seen in the > back of the new typed text which is a litle disturbing. > > Any ideea how to change the

Re: [qooxdoo-devel] Table model Simple removeRows issue on event changeSelection

2008-02-07 Thread Alex Back
Hi Dan, Dan Trif wrote: > On the listener I get a value from the currently selected row and do > other things ... > > Using qooxdoo version 0.7.2 everythingh worked fine but when I switched > to 0.7.3 I found out that the method > removeRows(Integer |startIndex|, Integer |howMany|) from > qx.ui.ta

Re: [qooxdoo-devel] Permission denied to call method XMLHttpRequest.open

2008-02-06 Thread Alex Back
Hi Tim, Tim Taubert wrote: > Hi, > I have the following scenario: > > My Qooxdoo app is accessible via http://localhost/. From there I want to > access a Mono/ASP.NET service running on localhost:8080. I think you run into an error concerning the "Same origin policy" [1]. It is not allowed to cal

Re: [qooxdoo-devel] JSON and mysql

2008-02-05 Thread Alex Back
Hi Tim, Wieringa Timotheus wrote: > Hello i'm just building my first qooxdoo application. Welcome to the qooxdoo project ;-) > I try to get some > data out of a mysql database and display it in a list. I figured out how to > connect to the database and get my data. > But somehow the format of t

Re: [qooxdoo-devel] Timer hacks

2008-01-29 Thread Alex Back
Hi Alexei, thanks for the explanation and the screenshots you provided. To dig deeper into this problem and to figure out an alternative solution it would be the best if you send me over a bigger code fragment of your work (or even the whole stuff I've seen at the screenshots). cheers,   Alex

Re: [qooxdoo-devel] Table scroll Top/Bottom events

2008-01-29 Thread Alex Back
Hi Kanugula, kanugula wrote: > I looked at Remote Table. > > I wrote a code (Thanks Bibliograph. Your code really helped me. > http://www.nabble.com/qx.ui.table.model.Remote-implementation-problems-to13 >002715.html#a13002874) > > By the way who calls the following method? And how do we know what

Re: [qooxdoo-devel] Timer hacks

2008-01-28 Thread Alex Back
Hi Alexei, Alexei Golovko wrote: > // #1 > var pane = this.getViewPane(); // return HorizontalBoxLayout > pane.addEventListener('appear', function(e) { > qx.client.Timer.once(function(e) { > this.getChildren()[0].setHeight(this.getPreferredBoxHeight()); > }, this, 500);

Re: [qooxdoo-devel] How to use qooxdoo apps in Safari on iPod Touch ?

2008-01-03 Thread Alex Back
Hi, > I want to use qooxdoo application in Safari on iPod Touch. That sounds really interesting ;-) It would be awesome to see a qooxdoo application running at the iPod touch. > But the browser only show white page with some javascript errors > when i view the qooxdoo application (even skelton

Re: [qooxdoo-devel] Starting out with the qooxdoo libraries

2007-09-20 Thread Alex Back
Hi Michael, Michael Ribbons wrote: > Actually, I could do without Ext - If qooxdoo has a cross browser XML > Request implementation - Perhaps someone would like to point me to an > example of how xml requests are performed and processed in a typical qoox > application. Just take a look at the wiki

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Alex Back
Hi Jim, Jim Hunter wrote: > It never fails, you can work on something forever and not figure it out but > the minute you post a question you see the answer. The way to add state to > a button is with addState() method, DOH! The only thing I did discover was > that the older constants that I had a

Re: [qooxdoo-devel] Apostrophe issues

2007-09-07 Thread Alex Back
Hi Jim, Jim Hunter wrote: > Since your email, I have found the offending code and made the change and > it does in fact solve my issues. Thanks for the heads up and next time I > will check the bug list as well. Sorry for your extra work to find out what's the root of this issue. I did not mentio

Re: [qooxdoo-devel] check if class includes mixin

2007-08-01 Thread Alex Back
Hi Siarhei, Siarhei Barysiuk wrote: > Hello folks, > > How to check if class includes particular mixin? > > For example I have object: > var firstName = new qx.ui.form.TextField(); > > how to check if class(qx.ui.form.TextField) of this object includes > mixin (qx.xxx.MXXX) ? > > I saw at Mixin cl

Re: [qooxdoo-devel] Extending a theme

2007-08-01 Thread Alex Back
Hi Leander, Leander Hanwald wrote: > Hi all, > > Is there a documentation around for qx 0.7 that explains in detail how > to extends a theme? > > I want to change the border and default height for all textedits and > other comps in my app, and themes seems to be the right choise here, but > I foun

Re: [qooxdoo-devel] How to use ContendCellImage Class in ListView ?

2007-07-31 Thread Alex Back
Hi Joachim, Joachim Weber wrote: > Hi, > > I try to fill a qx.ui.listview.ListView with Data-fields containing images. > > The following code works fine: > > var lc = > { > name : { label : "Name", width : 200, type : "text" }, > icon : { width : 28, type : "image", align : "center" } > };

Re: [qooxdoo-devel] Locale

2007-07-25 Thread Alex Back
Hi Eli, Eli wrote: > Only to confirm, in Makefile of my application, does line below set the > languages Portuguese, Spanish and English respectively? > > > APPLICATION_LOCALES = pt sp en I think the language code for Spanish is "es". So APPLICATION_LOCALES = pt es en would be correct, I think.

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

2007-07-23 Thread Alex Back
Hi Jared, Jared Broad wrote: > Hello Qooxdoo'rs >Ive searched the other disable messages in maillist and all seem to be > using the quick start "qx.js". When using a make application file if I put: > > qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); > > Then it understa

Re: [qooxdoo-devel] edit table-focus-indicator in 0.7?

2007-07-10 Thread Alex Back
Hi Phillipp, Philipp Wabinski wrote: > In 0.6 this code was working: > > var theme = > qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme(); > var apar = theme._appearances['table-focus-indicator']; > apar.state = function() {return {zIndex: -1}}; If you write i

Re: [qooxdoo-devel] Find the current state of a Window Open or Closed

2007-06-14 Thread Alex Back
Hi, Alex Back wrote: > I'll open a bug report for this, to avoid this feature request gets lost. I bug report is already available. Please take a look at http://bugzilla.qooxdoo.org/show_bug.cgi?id=30 Would this be sufficient for you? cheers

Re: [qooxdoo-devel] Find the current state of a Window Open or Closed

2007-06-14 Thread Alex Back
Hi, FrozenDice wrote: > Is there any way I can find if a Window component is either open or closed? No, there is currently no reliable way to get to know if a window instance is open or closed. When a window instance is closed it is not destroyed, it's just hidden (setting the property "visibil

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
Hi Bob, hired-gun wrote: > Thanks to Fabian for answering my previous question about themes. I'm still > strugglng tho. > > I am trying to extend an existing color scheme. I couldn't figure out where > to add the script file. I tried editing my 'make' generated custom.js file > with the line: > >

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
Hi Bob, hired-gun wrote: > I am trying to extend an existing color scheme. I couldn't figure out where > to add the script file. I tried editing my 'make' generated custom.js file > with the line: > > src="./class/com/cvmkt/themes/QuickstoreColor.js">\ > > right before the line that loads my Appl

Re: [qooxdoo-devel] Request

2007-06-13 Thread Alex Back
Hi Claudio, Claudio wrote: > Hi, where I can find one detailed documentation on qooxdoo? > > creed that one situated on site is not much simple for who must begin . Did you took a look at the documentation at qooxdoo.org? The "Getting Started" section is a good start point for beginners. Documen

Re: [qooxdoo-devel] Invalid type of key "constructor"

2007-06-13 Thread Alex Back
Hi David, dperez wrote: > I don't understand this: > > I have this simple class. > > qx.Class.define('CeldaIco', { > extend: qx.ui.table.cellrenderer.Icon, > > //constructor: function() { > // arguments.callee.base.apply(this, arguments); > //}, > members: { >

Re: [qooxdoo-devel] OnClose, Minimise Internal Window Component

2007-06-13 Thread Alex Back
Hi, FrozenDice wrote: > Is there a way to assign an event to the minimise and close buttons on > a Window component? Currently this is not supported. There already event listeners on each button which perform some actions (and stop the further event propagation). The best way would be that you

Re: [qooxdoo-devel] Canvaslayout align

2007-06-12 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > Hi, > I want to center a child of a canvasLayout and don't know how to do it. The CanvasLayout manager has not possibility to align his children. All child widgets within a CanvasLayout have to have explicit dimensions and locations. Take a look at

Re: [qooxdoo-devel] qooxdoo 0.7 released

2007-06-06 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > Hi, > > why didn't anyone announce the release of qooxdoo 0.7 yesterday? Andreas did ;-) Maybe you overlooked the message. cheers, Alex "Good news, everyone! After some challenging development and intense testing, supported by excellent feedback

Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-04 Thread Alex Back
k at these articles: http://qooxdoo.org/documentation/0.7/user_manual/skeleton http://qooxdoo.org/documentation/0.7/user_manual/concepts_facilities Maybe they help you in the further understanding of qooxdoo. cheers, Alex > 2007/6/1, Alex Back <[EMAIL PROTECTED]>: > > Hi Ruben, > &g

Re: [qooxdoo-devel] Changing theme in 0.7 programatically

2007-06-01 Thread Alex Back
Hello Dietrich, Dietrich Streifert wrote: > Hello List, > > I've created my own theme based on the classic theme. > > How can I change the theme programatically (not by specifying > APPLICATION_THEME) in the Makefile? Use "qx.theme.manager.Appearance.getInstance().setAppearanceTheme(YOUR_THEME_H

Re: [qooxdoo-devel] Example qooxdoo test doesn't work

2007-06-01 Thread Alex Back
Hi Ruben, ruben gonzalvez wrote: > Hi all, > > I'm testing examples from http://demo.qooxdoo.org/current/sample/html/test. > > I copy script code from test to my examples.html in local (source > directory). > > I do a make source and works, but when I do a make build and try to run > examples.htm

Re: [qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread Alex Back
Hi, C.Bieser wrote: > Thank You Alex, it works! > > Now I have the following: > - > qx.Proto.initialize = function(e) > { > [...] > qx.manager.object.ColorManager.getInstance().setColorTheme(new > qx.theme.color.WindowsRoyale); > qx.manager.object.ImageManager.getInstance().setIconTheme(

Re: [qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread Alex Back
Hi, C.Bieser wrote: > Hello, > > I want to set the default theme and icon set for my application but nothing > I've found here works. > > For example: > - > qx.Proto.initialize = function(e) > { > [...] > qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme( > qx.theme.color.Wi

Re: [qooxdoo-devel] Windows icon

2007-05-31 Thread Alex Back
Hello Dan, FrozenDice wrote: > Thanks, but I'm still a little lost. How can I access a window > outside of where it is defined? For example: I can't access the code > that creates the widget, but I have access to a javascript event, > let's see a button click. What is the code I would need to p

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Alex Back
height : 66, > width : 65, > overflow: "hidden", > font: "default", > color : "textButton",//textButton > backgroundImage : states.over && !s

Re: [qooxdoo-devel] Extending themes in 0.7-beta3

2007-05-30 Thread Alex Back
Hi Florian, Florian Probst wrote: > Hello, it's me again, sorry :) > > But I found another strange thing: > > using extend in meta-theme and all seperate themes does not throw an > exception but: my own appearances are MISSING. > > Currently I'm using this line in my makefile: > > APPLICATION_THEM

Re: [qooxdoo-devel] Windows icon

2007-05-30 Thread Alex Back
Hi Dan, FrozenDice wrote: > I'm trying to change the icon of of the Window widget by clicking a > button. Say the user clicks Button1 the icon would change to a closed > padlock, if they clicked Button1 again it would change to an open > padlock. I know that I can set the property when I make it

Re: [qooxdoo-devel] How do I set a theme?

2007-05-29 Thread Alex Back
Hello Daniel, hello James, James A. Pyrich wrote: > Daniel, > > Put this line in your Application's initialize() function: > > qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme( > new theme.you.want.Theme); Just one little correction at this point. You should not use the "n

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > Sorry. > > I ment : width:"100%" > when i use bs.getBar().set({width:"100%"}); > then it works. Shouldn't this be default as wide as the buttonbar itself? The default width of the bar (for the left position) is "auto" and so the bar gets as wide as t

Re: [qooxdoo-devel] Button in ButtonBar

2007-05-24 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > I ment: > > àis it possible to set the width of a button of a Buttonbar to "100%"? Yes, I just tried this out with an example. Works without problems? Do you can send me the snippet of code which is not working for you or a small example showing thi

Re: [qooxdoo-devel] Usage of Qooxdoo destructors

2007-05-24 Thread Alex Back
Hello Rahul, Rahul Sharma wrote: > Hi, > > I am adding multiple canvas layouts to my application and I want that > all the objects added to a canvas are destroyed as soon as I close a > particular canvas. Will qooxdoo take care of disposing the objects added > to the (closed) canvas or I need to d

Re: [qooxdoo-devel] 0.6.6: drag&drop completel y broken in build versions? [solved]

2007-05-24 Thread Alex Back
Hi Hubert, Hubert Denkmair wrote: > Thanks Derrell, > > for pointing me in the right direction. > > adding a > > #require(qx.event.handler.DragAndDropHandler) > > to the application solved my problem. > > Maybe this should be documented at > http://qooxdoo.org/documentation/user_manual/drag_drop I

Re: [qooxdoo-devel] SplitPanes: strange names

2007-05-23 Thread Alex Back
Hello Siarhei, Siarhei Barysiuk wrote: > Hello! > I noticed funny thing about a SplitPane. > We have two: HorizontalSplitPane and VerticalSplitPane. > Let's try to instantiate horizontal one and we will have something like: > -- > > > > > > -

Re: [qooxdoo-devel] Change selection color in TextFields

2007-05-22 Thread Alex Back
Hi Ralf, as far as I know this is controlled by the browser itself. It's not possible to manipulate this setting. I think the browser just uses the system colors. cheers, Alex Ralf Sternberg wrote: > Hi, > > is there any way to change the color of selected text in TextFields, > TextAreas, etc

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, Jonis Maurin Ceará wrote: > Alex Back escreveu: > > Hi Jonis, > > > > a took a short look at your code and you commented line #267 out. Is this > > the problem? > > As far as I see the eventlistener method does only changing a label > > contents. N

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, a took a short look at your code and you commented line #267 out. Is this the problem? As far as I see the eventlistener method does only changing a label contents. No listview calls are involved. cheers, Alex Jonis Maurin Ceará wrote: > Alex Back escreveu: > >

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, Jonis Maurin Ceará wrote: > > For updating the ListView: take a look at the test file at > > http://demo.qooxdoo.org/current/sample/html/test/ListView_7.html > > Well, i'm using this example but is not working. Did you checkout source > code? This is the demo file of the qooxdoo 0.6.6 re

Re: [qooxdoo-devel] ListView doesn't update if inserted on groupbox by 'appear' event

2007-05-10 Thread Alex Back
Hi Jonis, first of all your application shows up one error. You forgot to define the column data map for your ListView (variable "lc2"). Just a tip (in case you do not know the tool): FireBug ( http://www.getfirebug.com ) is wonderful tool for debugging your application in Firefox. For updati

Re: [qooxdoo-devel] Data event naming convention

2007-05-08 Thread Alex Back
Hi Rüdiger, Rüdiger Herrmann wrote: > while migrating to 0.7 I read that the naming conventions for > property-change-events have changed [1]. Instead of "changeWidth" > (0.6.x) it would be "widthChanged" now. This is a misunderstanding. The events of property-changes will remain in the pattern "

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
Hello Jonis, to tackle the problem down could you please send my the code which is not working? Thanks, Alex On Monday 07 May 2007 Jonis Maurin Ceara wrote: > Alex Back wrote: > > Hello Jonis, > > > > I didn't manage to reproduce your problem. > > > >

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
w); > lv2.setBackgroundColor("white"); > lv2.setWidth("100%"); > lv2.setHeight("100%"); > > > It's the same code i used on the first Listview, but i getting this > error on debug: > 004656 ERROR: qx.ui.listview.ListViewPan

Re: [qooxdoo-devel] Releasing redundant objects

2007-05-07 Thread Alex Back
Hello Chris, On Friday 04 May 2007 Chris Haynes wrote: > Hi! A qooxdoo newbie here. > > I'd like to try having a single HTML page which gets re-used several times > with different content (e.g. a multi-page 'wizard'-style sequence of > documents with Back - Next buttons and so on). > > The hope is

Re: [qooxdoo-devel] Forcing scroll position

2007-05-07 Thread Alex Back
Hi JD, On Friday 04 May 2007 jd102684 wrote: > I need to be able to take a scrollable widget and force the scroll bar to > go back to the top. > > say I scroll all the way down. There is another widget within the first > widget that I click to do something, and upon clicking it I want the outer >

Re: [qooxdoo-devel] Get listview data os selected item

2007-05-07 Thread Alex Back
Hello Jonis, On Saturday 05 May 2007 Jonis wrote: > Hi. > > How can i get data from selected item on listview (first colum)? > > i have this code: > > lv.getPane().addEventListener("dblclick", function(e) { > //this.getManager().getSelectedItems() > // or >

Re: [qooxdoo-devel] Window + Listview issues

2007-05-07 Thread Alex Back
Hi Leonel, On Friday 04 May 2007 Leonel Togniolli wrote: > Hi all, > I've been trying out qooxdoo 0.6.6 and I ran into a couple issues that > look like bugs. Can anyone help me out here? I'm sorry, but the current implementation of the ListView does not support its use in combination with a wind

Re: [qooxdoo-devel] when is getNeededWidth() updated?

2007-05-03 Thread Alex Back
Hi, On Thursday 03 May 2007 westor wrote: > I have to change the content of a a label (e.g. in an event listener), > using "setHtml" method. > After change I like to see the new needed width, but the value isn't > updated immediately after setHtml. What is to do, to rerender the widget > and fetch

Re: [qooxdoo-devel] Internationalization of properties

2007-05-02 Thread Alex Back
Hi Sergei, On Monday 30 April 2007 Sergei Kolomiets wrote: > Hi! > Can I use internationalization of properties default values with usage > this.tr()? You have to use the static method of "tr()" (located in the "qx.locale.Manager" class) because "this" is not available/accessable at the time you

Re: [qooxdoo-devel] Single Theme File?

2007-04-30 Thread Alex Back
Hi Ralf, On Monday 30 April 2007 Ralf Sternberg wrote: > Hi, > > is it possible to define a complete theme including the definitions of > colors, borders, appearances etc. within one single file or do I *have* > to define a separate color theme, border theme, etc. and reference them > in a meta th

Re: [qooxdoo-devel] ListView, update data

2007-04-27 Thread Alex Back
Hello Siarhei, On Friday 27 April 2007 Siarhei Barysiuk wrote: > Hello! > > Now we're working at support of ListView in QxTransformer and I have one > question. > As far as I understand when we create qx.ui.listview.ListView we must to > pass data and > columns data to constructor. After creation

Re: [qooxdoo-devel] Setup theme manual

2007-04-16 Thread Alex Back
Hi Jonis, I think my first answer was misleading. You can set different Makefile variables to achieve this. For example: APPLICATION_THEME_ICON = qx.theme.icon.Nuvola APPLICATION_THEME_WIDGET = qx.theme.widget.Windows APPLICATION_THEME_COLOR = qx.theme.color.WindowsRoyale APPLICATION_T

Re: [qooxdoo-devel] Setup theme manual

2007-04-16 Thread Alex Back
Hi Jonis, I don't know exactly what you mean, but maybe this could help you to solve your problem: http://qooxdoo.org/documentation/user_manual/appearance#changing_an_existing_appearance cheers, Alex On Monday 16 April 2007 Jonis wrote: > How can i setup my theme 'by the hand'? > > I don't w

Re: [qooxdoo-devel] Window always on top?

2007-04-11 Thread Alex Back
Hi Ralf, currently there is no solution out-of-the-box available. How has to look the API in your case? Should this "on-top" property be application-wide or do you need another/finer control? cheers, Alex On Thursday 05 April 2007 Ralf Sternberg wrote: > Hi, > > is there a way keep a certain

Re: [qooxdoo-devel] Changing the default background colour

2007-04-11 Thread Alex Back
>} >vAppearance._setupDone = true; >} > } > stateFrom=function (vId, vStates) { >var vAppearance = this.getAppearance(vId); >if (vAppearance) { >this.setupAppearance(vAppearance); >try { >return vAppearance.state

Re: [qooxdoo-devel] Changing the default background colour

2007-04-11 Thread Alex Back
t; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Back > Sent: 10 April 2007 15:59 > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] Changing the default background colour > > Hi Tom, > > the way you

Re: [qooxdoo-devel] Changing the default background colour

2007-04-10 Thread Alex Back
Hi Tom, the way you described should work. What is your output when you insert the following line in your main-method: this.debug(qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme()); Just give it a shot. Maybe I can help you a little bit to track down this problem. cheers,

Re: [qooxdoo-devel] application no longer initializes with recent trunk changes

2007-04-10 Thread Alex Back
Hi Derrell, > In my application, which used all three of initialize(), main() and > finalize(), I tried calling this.initialize() at the beginning of main(), > and > this.finalize() at the end of main(), but the application no longer > displays. I've just tested this with the showcase application

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-05 Thread Alex Back
Hi Ralf, > First, there is also an appearance "label" in our appearance theme, that > sets "wrap" to false in the "initial" part. This does not explain why > wrap is set to true - or am I again missing something? The defaultValue of the property wrap is true (-> defined in qx.ui.basic.Label). So

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-04 Thread Alex Back
er value is the same as not doing your step #3. In any > event, that is the way it should work and I have loved what I have seen of > .7 and can't wait for it to be finished. I especially love the new syntax! > > Jim Hunter > D4PHP.ORG > > On 4/4/07, Alex Back <[EMAIL PRO

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-04 Thread Alex Back
e with step #3l > Unless there is some compelling reason why it is done, I would think this > step should be skipped. And I think this was discussed before... > > Jim Hunter > D4PHP.ORG > > On 4/4/07, Alex Back <[EMAIL PROTECTED]> wrote: > > Hi Ralf, > > >

Re: [qooxdoo-devel] Label: setAppearance resets wrap property

2007-04-04 Thread Alex Back
Hi Ralf, calling setAppearance() resets those properties to its defaultValue which are defined in the original appearance but not in the new appearance. Let me explain this mechanism with your label example. The original "label"-appearance in the Classic appearance-theme defines wrap as "fals

Re: [qooxdoo-devel] Problems with building Api

2007-04-03 Thread Alex Back
Hi Philipp, I didn't manage to reproduce your error. Everything runs smooth at my machine. Did you try a "make distclean" before calling "make build" in the api-directory? Maybe this helps. cheers, Alex On Tuesday 03 April 2007 Philipp Wabinski wrote: > Hello, > > when I try to make the bui

Re: [qooxdoo-devel] table header resize listener

2007-03-29 Thread Alex Back
Hi Alexander, simply use the "getField()"-method :) This method returns the text-field instance. cheers, Alex On Thursday 29 March 2007 Alexander Weisser wrote: > But i don´t know how to get the textField from the comboBoxEx. > > dperez wrote: > > Hi, > > > > Then set directly the width of th

Re: [qooxdoo-devel] how to resize a text area

2007-03-29 Thread Alex Back
Hi Joe, which version of qooxdoo do you currently use? The current TRUNK is under heavy development and at the moment the values defined in the appearance (width = "auto" and height = "auto") are overwriting the user values. This issue will be fixed during the development process. If you aren

Re: [qooxdoo-devel] Removing a selected TreeFolder from a Tree (qx.ui.treefullcontrol)

2007-03-29 Thread Alex Back
Hi Ralf, your problem can be solved if you first deselect the item you want to remove. To explain the current behaviour: If you select an item after you removed the currently selected one, qooxdoo adds two jobs to the state queue: * remove the state "selected" from the current selected

Re: [qooxdoo-devel] treefolder/file content?

2007-03-09 Thread Alex Back
Hello Tobias, I didn't figured out completely what your problem is, but let's give it a try :) > I tried this: > > tree.getManager().addEventListener("changeSelection", function(e) { > var data = e.getData()[0] ._labelObject.getHtml(); > }); Just a hint: better use the "getLabe

Re: [qooxdoo-devel] semi-Transparency

2007-03-09 Thread Alex Back
Hi Tobias, > is it possible to set a BackgroundColor of an Atom to "semi-transparent" > like for windows translucent? You can set your background-color and try to add this semi-transparent effect with the opacity property. The value 0.5 is used when moving a window in the translucent mode. Hop

Re: [qooxdoo-devel] Creating appearance theme

2007-02-02 Thread Alex Back
Hi Chris, > I had to base it on the qx.theme.appearance.Classic class as the > DefaultAppearanceTheme class does not exist in 0.6.4. Perhaps it does exist > in 0.6.5, I'll check that out later today. As Matthias already pointed out the class "DefaultAppearanceTheme" is replaced by the "Classic" a

Re: [qooxdoo-devel] Window caption

2007-01-05 Thread Alex Back
opics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lis

Re: [qooxdoo-devel] CheckBox focus

2007-01-02 Thread Alex Back
s are "left", "right" and "center" (this is the default). Cheers, Alex -- Alex Back 1&1 Internet AG Core Development::Webtechnologies::Frontend Brauerstr. 48 [EMAIL PROTECTED]

Re: [qooxdoo-devel] how to change Background of a window-Titlebar

2006-11-28 Thread Alex Back
--- > > ___ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Alex Back