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
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
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
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
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
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
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
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);
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
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
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
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
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
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
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" }
> };
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.
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
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
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
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
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:
>
>
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
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
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: {
>
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
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
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
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
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
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
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(
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
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
height : 66,
> width : 65,
> overflow: "hidden",
> font: "default",
> color : "textButton",//textButton
> backgroundImage : states.over && !s
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
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
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
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
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
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
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
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:
> --
>
>
>
>
>
> -
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
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
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:
> >
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
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
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 "
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.
> >
> >
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
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
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
>
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
>
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
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
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
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
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
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
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
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
>}
>vAppearance._setupDone = true;
>}
> }
> stateFrom=function (vId, vStates) {
>var vAppearance = this.getAppearance(vId);
>if (vAppearance) {
>this.setupAppearance(vAppearance);
>try {
>return vAppearance.state
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
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,
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
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
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
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,
> >
>
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
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
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
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
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
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
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
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
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
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]
---
>
> ___
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
--
Alex Back
79 matches
Mail list logo