You can use as many custom builds as necessary, to include just what you
need.
The code for the translation is in this mixin:
qx.locale.MTranslation
It should be reusable. You can create a singleton or static class that
includes this mixin.
mshillin wrote:
>
> I have an app that is part Qoox
It isn't possible, as there are some API changes.
For example from 0.6.x to 0.7.x, the way of defining classes has changed a
lot.
In 0.8.x expect to have differences in layout.
If you have a lot of code, the migration scripts and API changes can
introduce a few errors. That's the cost of progress
You're missing a vLayout.auto() call.
with(vLayout)
{
auto();
setSpacing(4);
setPadding(2);
}
Daniel Gagnon wrote:
>
> Here's my code below, I just added a single Label so far to test and it
> collapses to one pixel.
>
> Eventual
You can try setting the minWidth and minHeight properties of the window
itself of any contained widget.
Can you post an example?
Daniel Gagnon wrote:
>
> I'm having trouble packing a window, it always resizes to a 1 pixel
> square.
> I tried to put a few "auto" for sizes but it doesn't change a
I think it isn't implemented yet. :-(
Kirk Abbott-2 wrote:
>
> Hello All,
>
> Does anyone have a demo/prototype of a multi-row table header?
> I saw that it's on the wishlist.
>
> Let me know.
>
--
View this message in context:
http://www.nabble.com/Multi-row-table-header-tf4605420.html#
For further grained control, I would use directly the generator.py and its
command line switches, like --exclude-without-dependencies.
Leander Hanwald wrote:
>
> Thank you, that helps :)
>
> Only one thing is in unclear for me, possible that I missed it: I
> stripped down qooxdoo do an extrem
Thanks Anton for sharing this with us.
Very good your link http://ajaxload.info/
Anton Kachalov wrote:
>
> Hello, every one!
>
> I've made a widget which shade the parent widget and display
> "Loading"-state image.
> It's very useful with AJAX queries, loading data from external sources
> a
The "discotheque effect" seems to be less frequent since I fixed a new
problem in 0.7.2 related to the calculation of the width of texts.
dperez wrote:
>
> Has anyone else observed this?
> Christian has written me a private email stating he has also observed this
> beh
With version 0.7.2 there is a new behavior. If there is no full space for a
word, it isn't shown. The previous versions show it clipped.
Maybe this is the cause.
Philipp Wabinski wrote:
>
> Hi there,
>
> I copied the code for a table from one class to another. I just limited
> the rows to on
Hi Fabio,
You just need to redefine the '_applyLabel()' method
[EMAIL PROTECTED] wrote:
>
> I want to modify the incoming and outgoing value of the qx.ui.basic.Atom
> property "label" (more: implement wrapping by inserting tags). I
> thought I
> could simply re-define the "setLabel" and "getLa
Thanks Peter for sharing your trick. It works ok.
But I patch qx.ui.table.cellrenderer.Abstract instead of
qx.ui.table.cellrenderer.Default
Peter Schneider-2 wrote:
>
> Add following code somewhere in the main() of your application:
>
>> qx.Class.patch(qx.ui.table.cellrenderer.Default,
>
I think Firefox is normally configured to open links by using window.open()
in a new tab if they don't specify a custom width/height, and in a new
window otheriwise.
Hope this helps.
[EMAIL PROTECTED] wrote:
>
> Hi,
>
> is there any "qooxdoo" way to programatically open an external link in a
Has anyone else observed this?
Christian has written me a private email stating he has also observed this
behavior with treevirtual (another table derivative).
It must be a relatively recent change with tables.
dperez wrote:
>
> Am I the only one observing this?
> The amount of flic
This is a little more compact (removing quotes) and more bandwidth friendly:
[ {f:"foo", m:"bar", l:"baz"},
{f:"Foo!", m:"BAR!", l:"zoo"}, ...]
Hugh Gibson wrote:
>
> Then your data will be:
>
> [ {"f":"foo", "m":"bar", "l":"baz"},
> {"f":"Foo!", "m":"BAR!", "l":"zoo"}, ...]
>
--
View
Thanks Fabian for your explanation.
This explains why the height of a width-limited tooltipo isn't right:
var tip = new qx.ui.popup.ToolTip(_("Se recuerda de que existe la
posibilidad de especificar parte de la información de este formulario en una
2ª fase.Para ello utilice el menú contextual, a
Created bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=678
As a matter of fact, I've already tried to implement it in the past
unsuccessfully:
http://www.nabble.com/Simulating-alert%28%29-tf2566575.html#a7153538
Fabian Jakobs-2 wrote:
>
> yes, I think this would be a really nice feature. I do
Through trial and error, I've come to the conclusion that the dangerous flag
is:
--optimize-strings
dperez wrote:
>
> I have this simple class:
>
> qx.Class.define('CeldaClicable', {
> extend: qx.ui.table.cellrenderer.Default,
>
> memb
I have this simple class:
qx.Class.define('CeldaClicable', {
extend: qx.ui.table.cellrenderer.Default,
members: {
_getCellStyle: function(cellInfo) {
return (cellInfo.style || '') + ';cursor:pointer
!important'
}
Hi,
It would be nice to have this implemented in qooxdoo:
http://extjs.com/deploy/ext-2.0-alpha1/examples/message-box/msg-box.html,
all kind of message boxes and notifiers. I think this should be very easy
to implement by using qooxdoo.
Regards
David
--
View this message in context:
http://ww
27;s state. But as you
> point out, when the widget is DISabled, you get back false in both
> situations because you get the computed value. Which is, I think, the
> problem you're asking about.
>
> Experts: Is there any accessor for the raw value of a property? Both
>
w this also
> makes not really sense. What is the exact szenario you need this for?
> Would be interesting. Maybe there is another way to solve the whole
> issue.
>
> Sebastian
>
>
> Am 01.10.2007 um 16:08 schrieb dperez:
>
>>
>> Here is the code
Hi,
I've observed that this method of measuring text width isn't as accurate as
before.
(new qx.ui.basic.Label('some text')).getPreferredBoxWidth()
I've checked that gives a value of about 71 pixels when the text measures 49
pixels. I've used the Measurit extension from Firefox to measure real
;
}
}
As a temporary solution, I can use this.__user$enabled
dperez wrote:
>
> Thanks Crowder for your info, but still don't know how to tell the
> difference.
>
>
> T.J. Crowder wrote:
>>
>> Hi,
>>
>> Total Qooxdoo noob here, but
>> http://
ot define an apply method,
> the property just handles the fundamental storage of your data and its
> disposal."
>
> Apologies if this is completely off-base, but since it's not called during
> initial initialization, maybe an apply method would help.
> --
> T.J. Crowder
&g
Maybe you should use e.getValue() instead.
Some changes like this have happened in migration to version 0.7.x
westor wrote:
>
> Hi, this brings up the error: "e.getData is not a function". The
> eventListner is added before the table is initially filled with data.
>
> tableModel.addEventListen
Hi,
How can I know if for a given widget, it has been called
widget.setEnabled(false) or is inheriting this value from its parent
container widget.getParent().setEnabled(false) ?
I have registered a changeEnabled event to my widget, and I must tell the
difference between these 2 situations.
Tha
Done!
http://bugzilla.qooxdoo.org/show_bug.cgi?id=672
Sebastian Werner wrote:
>
> Filtering property methods seems to be a good idea. I could also live
> with when this would be the default as this keeps the default views
> lists more compact.
>
> Can you please open a bugreport and attach a
Is this a good idea?
dperez wrote:
>
> Hi,
>
> Some classes have a lot of methods and properties like e.g.
> qx.u.core.Widget.
> It would be useful if generated methods from properties could also be
> filtered, like inherited methods.
> What do you think?
>
--
V
Am I the only one observing this?
The amount of flickering is variable. There can be no flickering or do it a
few times or over a dozen
dperez wrote:
>
> With qx 0.7.2 I've observed that when I expand the list of a ComboboxEx,
> sometimes the scrollbars appear and disappear
It works!
Applied your patch both to legacy 0.7 branch and trunk
Derrell Lipman wrote:
>
> Ok, ease-of-use and lack of confusion trumps a bit of extra memory.
> David,
> please try the attached (untested) patch and let me know how it works.
> Note
> that this is against legacy_0_7_x to which
I've added the 2nd line.
* nodeId : 42, // The index in _nodeArr, useful to event
listeners.
* // This property is missing for nodes inside
closed ones.
Derrell Lipman wrote:
>
> On 9/27/07, dperez <[EMAIL PROTECTED]> wrote:
>>
>>
break;
}
Probably I will have to open first the ancestors that are less nested.
Derrell Lipman wrote:
>
> On 9/27/07, dperez <[EMAIL PROTECTED]> wrote:
>>
>>
>> I have some treevirtual with data in it.
>> With the debugger I've che
I use the history facilities (qx.client.History), like it is done in the API
viewer, to keep the context (the selected item in the tree)
Hope this helps.
dperez wrote:
>
> Is this related to my problem? : As I noticed, if I reload my application,
> a tabview page is opened as
Hi Torsten,
You can use this:
virtualtree.scrollCellVisible(0, row);
westor wrote:
>
> In my application a have a huge tree. One of my usecases is to open the
> trees with a given entry by script and not by userclick.
> Open of the trees works like expected for me, but if the entry is outsid
Hi,
I have some treevirtual with data in it.
With the debugger I've checked that a node inside a closed node, doesn't
have a nodeId in its node structure. Is this normal?
I think this didn't use to happen with versions prior to 0.7.2
Any info will be greatly appreciated.
Thanks in advance.
Reg
With qx 0.7.2 I've observed that when I expand the list of a ComboboxEx,
sometimes the scrollbars appear and disappear several times.
I haven't observed this before.
Is this a bug? Maybe is some error in the calculation of the space taken by
the scrollbars.
Regards,
David
--
View this message i
This is a very easy task. I can do it in the next days
Fabian Jakobs-2 wrote:
>
> I think this is a good idea. We are pretty busy right now so it wont be
> fixed right now. Could you open a bug for this issue so it doesn't get
> lost?
>
--
View this message in context:
http://www.nabb
Hi,
Some classes have a lot of methods and properties like e.g.
qx.u.core.Widget.
It would be useful if generated methods from properties could also be
filtered, like inherited methods.
What do you think?
Regards
David
--
View this message in context:
http://www.nabble.com/API-Viewer-and-gener
Hi,
Thanks for your answer.
It could do nothing (and possibly log a warning) if it detects is inside a
frame.
Fabian Jakobs-2 wrote:
>
> since no browser has a API for browser history, every implementation of
> browser history consists of a bunch of hacks :-(. So does our and with
> the pre
Hi,
I use successfully the facilities in class qx.client.History.
It's really easy to use. But when I load my page inside a frame
(window.parent != window), it stops working ok. Any intent to update the
history, produces a change in the current URL.
I consider this a bug.
The workaround I'm u
Hi Dioc,
Point 1) has been discussed recently. Search the archives.
Point 3) is already implemented (I think)
Dioc wrote:
>
> Qooxdoo properties are very useful and powerful means for applications
> developing.
> But properties could be more powerful if they had some options and
> abilities wh
ListView perfomance decreases a lot when the number of items increases. This
doesn't happen with the table. I use the table for everything, and I even
don't include the ListView in my builds.
Leander Hanwald wrote:
>
> Hi
>
> But on the other hand the listview seems to be much faster then th
The parameters aren't documented, as nothing is changed from the superclass
definition (qx.ui.core.Target#addEventListener and #removeEventListener).
I suppose, the documentation from a base class must be inherited if missing
in a derived class.
Fabian Jakobs-2 wrote:
>
- Some API doc is s
Look at the ComboBoxEx source code as an example.
Some circular references may exist to keep synchronized the value in the
text field, and the list.
Some temporary flags like this._fromSelected, this._fromValue are kept to
avoid circular events.
Deacon Frost wrote:
>
> Hello,
>
> I am looking
Bravo!. It works now.
Thanks once more.
Fabian Jakobs-2 wrote:
>
> I have changed the table so your renderer should work again. Can you
> verify that?
>
--
View this message in context:
http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a12778153
Sent from the qooxdoo-
(cellInfo.style || '') + ';cursor:pointer
!important'
}
}
});
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> Of course!
>>
>>
>> Fabian Jakobs-2 wrote:
>>
>>> Are you using a fresh revision?
>>>
>>
Done!
Version 10051 (we have already 5 digit versions!)
Changes:
- New event cellContextmenu
- qx.event.type.CellEvent --> qx.ui.table.pane.CellEvent
dperez wrote:
>
>
> Fabian Jakobs-2 wrote:
>>
>>>Great, thank you! Just some minor notes:
>>
>>>
Hi Simon,
Version 0.7.1 has a new syntax for accessing the static members of the
enclosing class, so that the name of the current class isn't used. This
eases future refactorings.
For accessing the members of another class, you have to embed the name of
the referenced class, as before.
Simon
Of course!
Fabian Jakobs-2 wrote:
>
> Are you using a fresh revision?
>
--
View this message in context:
http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a12774638
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
--
t; If you like it, I'll will port it to the trunk.
>>> With the current infraestructure, it's easy to create new cell events.
>>>
>>That would be great. Once you are done with it it should definitively be
>>ported to trunk.
> I will, when I
Hi,
Today I have tried a free Javascript editor called Komodo Edit.
It seems quite promising. It autocompletes code quite well, and finds the
definition of any symbol quite well. It doesn't get confused for example
with the 2 definitions of function a()
function a(b) {
return b+1;
}
var t
http://www.nabble.com/file/p12774101/Captura002.gif
As it can be seen, the "Activo" column has a
qx.ui.table.cellrenderer.Boolean, where the ID column shows the "Activo"
column contents plus its own contents.
dperez wrote:
>
> Good job Fabian,
>
> I confirm that it
Good job Fabian,
I confirm that it' solved. :clap:
Fabian Jakobs-2 wrote:
>
> my recent table changes haven broken tree virtual. I think I have now
> fixed everything again.
>
--
View this message in context:
http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a1277393
Note: the cellDblclick event replaces the rowdblclick one.
dperez wrote:
>
> I have committed the new events called cellClick and cellDblclick in the
> 0.7 branch.
> If you like it, I'll will port it to the trunk.
> With the current infraestructure, it's easy
I have committed the new events called cellClick and cellDblclick in the 0.7
branch.
If you like it, I'll will port it to the trunk.
With the current infraestructure, it's easy to create new cell events.
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> I also need an event w
The TreeVirtual is the most powerful tree supplied in qooxdoo and I use it
for nearly everything.
It has worked quite well since the beginnings.
Sebastian Werner wrote:
>
> However I don't think this is release critical. Also because the tree
> virtual was never presented as a stable part (at
I consider a critical bug the problem with vertical aligment of TreeVirtual,
commented today by me in another thread.
Sebastian Werner wrote:
>
> Hi all!
>
> Just want to let you know about our wish to release a small bugfix /
> feature enhancement release of qooxdoo 0.7.x tomorrow. If you ha
I forgot to mention that this causes a vertical misalignment between the
leftmost column and the other ones.
I consider this a bug that should be fixed.
dperez wrote:
>
> The height of the leftmost column in a virtual tree is too small. It's
> smaller than the one in other c
The height of the leftmost column in a virtual tree is too small. It's
smaller than the one in other columns.
This happens for the current 0.7 branch of SVN.
--
View this message in context:
http://www.nabble.com/TreeVirtual-and-row-height-tf4472968.html#a12753271
Sent from the qooxdoo-devel ma
This is OK for me.
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> I also need an event when clicking on a cell, in addition to double
>> clicking
>> one.
>> If appropiate, I offer myself to implement it.
>>
> I we tackle this now, why don't w
I also need an event when clicking on a cell, in addition to double clicking
one.
If appropiate, I offer myself to implement it.
dperez wrote:
>
> I prefer also a click cell event rather than a row event, as the column
> information is sometimes very useful.
>
>
> Fab
Hi,
I have a table with a height of 100%, with a lot of data inside. I place
the table inside a window whose height is 80%.
The resulting height of the window is over 100%. Is this a bug?
Here is the code:
var vnt = new qx.ui.window.Window("My window");
var mo
I prefer also a click cell event rather than a row event, as the column
information is sometimes very useful.
Fabian Jakobs-2 wrote:
>
> Yes this would be a good idea and maybe we should fire a "cell double
> click event" instead of a "row double click event" and pass the selected
> row and c
ample...
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> Confirmed that the position in IE7 isn't right. It appears in a upper
>> position than expected. :-(
>>
>
> Too bad. I have created the test "HtmlLayout_1.html" for the demo
> browser which
I've written that too quickly.
I've seen that the prune method already does the job ok.
At first I didn't find it, because I expected a method called something like
'remove' or 'delete'.
Derrell Lipman wrote:
>
> On 9/14/07, dperez <[EMAIL PROTEC
Confirmed that the position in IE7 isn't right. It appears in a upper
position than expected. :-(
Fabian Jakobs-2 wrote:
>
> dperez schrieb:
>> I think in these lines you have modified:
>>
>> var scroolTop = qx.bom.getScrollTop();
>> va
Thanks Dioc
I will try this code, and will add it as a method of class
SimpleTableDataModel
Dioc wrote:
>
> Hello,
>
> I am using the following code (method) to delete a node from TreeVirtual:
>
> /**
> * Deletes given node from tree.
> *
> * @param node {Object}
> * Reference
Hi,
I've been searching the forums and the API, and see no method for removing
an item from a TreeVirtual.
Should I remove the node from its parent list of children nodes?
If necessary, I can make an implementation of it.
Regards
David
--
View this message in context:
http://www.nabble.com/Ho
I think in these lines you have modified:
var scroolTop = qx.bom.getScrollTop();
var scroolLeft = qx.bom.getScrollLeft();
the class name is missing.
Fabian Jakobs-2 wrote:
>
> Hi David,
>
> thanks for the patch. I have applied it to legacy and trunk. For the
> scroll offset
Now, I hae read in another thread that this issue isn't fully solved yet.
Sorry for the noise.
dperez wrote:
>
> Hi
>
> Since I'm using the latest trunk (0.7.2pre r9820), the frame that
> highlights the focused cell in a table, isn't well align with the
Another minor issue:
I've had to change qx.ui.table.model.Basic.EVENT_TYPE_DATA_CHANGED to
'dataChanged'.
It would be nice if a migration script could handle this.
dperez wrote:
>
> Hi
>
> Since I'm using the latest trunk (0.7.2pre r9820), the frame that
&g
Hi
Since I'm using the latest trunk (0.7.2pre r9820), the frame that highlights
the focused cell in a table, isn't well align with the cell. It's a little
upwards.
Has anything been spoiled lately?
Regards,
David
--
View this message in context:
http://www.nabble.com/0.7.2pre-tf4433849.html#
This patch solves all the problems for Firefox 2.0.
For IE7 doesn't fully work, it needs some adjustment. :-(
http://www.nabble.com/file/p12649343/Popup.js.patch Popup.js.patch
dperez wrote:
>
> Thanks Fabian,
>
> Positioning is solved. The problem is adjusting the posi
Thanks Fabian,
Positioning is solved. The problem is adjusting the position for avoiding
the popup getting out of the screen.
menu.positionRelativeTo(element) do work, but I have to deactivate
restrictToPageOnOpen. If I click near the bottom or right edge of the
screen, the menu is partially
As suggested by Torsten, I have upgrade to the trunk and the problem isn't
solved.
It is partially solved if I do this:
menu.set({restrictToPageOnOpen:false});
I'm going to try to debug the Popup._afterAppear routine a little....
dperez wrote:
>
> Hi,
>
> I have
No page scrolling is the 1st use I've done with qooxdoo.
But now, I also use it for adding popup menus to HTML reports, and normally
a lot of vertical scrolling is needed. It's not easy to convert such HTML
reports to a 100% qooxdoo solution.
The goals of 0.8 are good news.
Sebastian Werner wr
Thanks Torsten for this valuable info.
I'm going to check this now
westor wrote:
>
> Hi David,
>
> this seems to be the same bug as discussed in the thread "table row select
> bug (FF) and other..."
> For your info: fabian solved it in the legacy 0.7.x branch, for popups (at
> least combob
use that properties for the
initial size.
dperez wrote:
>
> Hi
>
> When I wish to create a resizable container, I do this:
>
> var ta = new qx.ui.form.TextArea;
> ta.set({
> minHeight: 100,
> height: '1*'
> })
> var container = new qx.ui.la
Nabble refused my message twice, so I post it again
Opened this bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=632
Sebastian Werner wrote:
>
> No reason to post this 3 times ;)
>
> I would say that these edit fields are not focusable themselve. The
> situation is a bit complicated for
Hi
If the focus is in a textbox and then I click on a qx.ui.table.Table, then
the table doesn't receive any 'focus' event. I expect to receive it.
Is this a bug?
Regards,
David
--
View this message in context:
http://www.nabble.com/Focus-event-on-tables-tf4413525.html#a12589856
Sent from the
ox crashes.
dperez wrote:
>
> Hi
>
> When I wish to create a resizable container, I do this:
>
> var ta = new qx.ui.form.TextArea;
> ta.set({
> minHeight: 100,
> height: '1*'
> })
> var container = new qx.ui.layout.BoxLayout('vertical
e
> minHeight from it at that time. This way it is drawn at min 100 then the
> requirement is removed once it is displayed?
>
> Jim
>
>
> On 9/5/07, dperez <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi
>>
>> When I wish to create a resizable co
Any idea please?
Should I open a bug?
dperez wrote:
>
> Hi,
>
> I have a HTML page that needs vertical scrolling. When I click some
> elements in the page, a want to show a menu. That's an easy task with
> qooxdoo. To position the menu near the clicked e
It would be interesting if this code could be added to the qooxdoo repository
or a wiki.
It's a pity to lose valuable code.
MootCycle wrote:
>
> I've written a new table model that allows for hiding rows client side in
> a way similar to how TreeVirtual hides data. You can specify to filter
> r
Hi
When I wish to create a resizable container, I do this:
var ta = new qx.ui.form.TextArea;
ta.set({
minHeight: 100,
height: '1*'
})
var container = new qx.ui.layout.BoxLayout('vertical');
container.set({
minHeight: 'auto',
height: '100%'
})
container.add(ta, someOtherWidget);
var win
Hi,
I have a HTML page that needs vertical scrolling. When I click some elements
in the page, a want to show a menu. That's an easy task with qooxdoo. To
position the menu near the clicked element, I use this code:
var loc = qx.html.Location;
menu.setLocation(loc.getPageBoxLeft
0.7.2??? :confused:
Wasn't 0.7.1 the last one?
Hugh Gibson wrote:
>
> I'm just migrating our 0.6.6 app to 0.7.2.
>
--
View this message in context:
http://www.nabble.com/Migration-support%3A-dispose--%3E-destruct-tf4315905.html#a12473138
Sent from the qooxdoo-devel mailing list archive at
What I usually do is to include a demo that can be placed directly in
qooxdoo\frontend\application\demobrowser\source\html\example\
Derrell Lipman wrote:
>
> I would like to recommend Dioc for "Best bug report of the year"
> award. :-) This is a perfect example of the RIGHT way to submit a bug
That's not an easy task.
But you have the source code of Firefox available to do any kind of
improvements and hacks.
thron7 wrote:
>
> David,
>
> very interesting, thanks for the pointer. I dream of doing my own
> browser, but not in terms of UI, but rather in terms of internal
> organisation
nd this custom browser (release
> somewhere) ?
> FYI, if you "make air", your can run your app on Adobe, have you try it ?
>
> frederic
>
>
> dperez wrote:
>>
>> Hi list,
>>
>> I would like to share my experiences with qooxdoo and a custom brows
That's true, it has improved.
But I miss these features:
http://www.aptana.com/trac/ticket/5650
http://www.aptana.com/trac/ticket/5649
I have opened a couple of tickets. If you also miss them, you can add
comments, to encourage its implementation.
Chris Banford-2 wrote:
>
> Hi qooxdoo gang,
Hi list,
I would like to share my experiences with qooxdoo and a custom browser:
I'm very happy of the results of using Qooxdoo in a custom browser based on
Firefox (XulRunner). It's hard to tell a web page is used as the UI.
In this way, I'm changing gradually my desktop app to be qooxdoo-bas
This feature is only on ComboBoxEx.
Dioc wrote:
>
> Hello,
>
> I’m using qooxdoo 0.7.1. In my application I have a ComboBox that is
> filled with several qx.ui.form.ListItem objects. I would like to know how
> to set ComboBox’s width to the width of its widest option (ListItem text).
> There i
I call sizeToContent() after qx.ui.core.Widget.flushGlobalQueues(), but only
the top of the window is rendered. The rest of the window isn't even
painted. Very strange.
I don't know if this is a Firefox or a qooxdoo bug.
dperez wrote:
>
> Hi,
>
> I have tried to us
Hi,
I have tried to use window.sizeToContent() under FF 2.0 for my qooxdoo app,
in order to size the window to the contents of the page. The result is a
page with most of the widgets not rendered. Very strange. I wonder why.
Thanks for any idea.
--
View this message in context:
http://www.n
You can try something like this:
sghe.udctc.utest.Main.setMainFrame.call("default.html",
parent);
to set 'this' to window.parent
Phaneesh N wrote:
>
>
> Hi All,
> I am developing my application in 0.7.1.
> I have two applications classes [set to two qx.embed.IFrame]. I wa
You can try something like this:
sghe.udctc.utest.Main.setMainFrame.call("default.html",
parent);
to set 'this' to window.parent
Phaneesh N wrote:
>
>
> Hi All,
> I am developing my application in 0.7.1.
> I have two applications classes [set to two qx.embed.IFrame]. I wa
Hi,
I propose that the qx.html.Iframe to belong to another module different to
io_remote, as it is used outside of this module.
dperez wrote:
>
> This combination
> --exclude-without-dependencies ui_remote
> --include-without-dependencies qx.html.Iframe
> generates an emtp
This combination
--exclude-without-dependencies ui_remote
--include-without-dependencies qx.html.Iframe
generates an emtpy qx.js without any explanatory warning. :-(
dperez wrote:
>
> Hi,
>
> As I'm still using my old AJAX code, I exclude the io_remote modulo in my
Hi,
As I'm still using my old AJAX code, I exclude the io_remote modulo in my
qooxdoo custom builds:
--exclude-without-dependencies ui_remote
This works fine. But I have discovered that qx.embed.Iframe uses
qx.html.Iframe. The latter belongs to the io_remote module. Then I do this
in my cust
1 - 100 of 871 matches
Mail list logo