Thanks Hugh, this information worked perfect for me. I was missing the
create style portion for the initial rendering. Once I made the small change
there colors are working great.
Thanks,
Jim
On Thu, 27 Sep 2007 10:23 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]>
wrote:
>
> > That might be it. I'
> (hardly working for 0.8)
I sincerely hope you meant to say "working hard for 0.8" :-/
Hugh
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vs
forgot to explain that the whole thing works with the
qcl.databinding.simple.MDataManager mixin, which does all the i/o stuff
and dispatches the "dataReceived" event when the data has arrived. this
part works flawlessly, the data is just not rendered in the table rows
bibliograph schrieb:
>
Hello,
it took me a while to figure out how to write an implementation of the
qx.ui.table.model.Remote class. I will provide this class as a
much-needed example. Now everything works with the backend - the data is
prefetched and everything - sweet! But nothing shows up in my
table, event
On 10/2/07, asaris <[EMAIL PROTECTED]> wrote:
>
> Thank you very much for fast answer.
>
> It's a bit strange behaviour, but I guess I can live with it.
It may seem a bit strange. Consider that treeOpenWhileEmpty is most
frequently used to populate the children of a folder node. You
wouldn't w
Thank you very much for fast answer.
It's a bit strange behaviour, but I guess I can live with it.
asaris
Derrell Lipman wrote:
On 10/2/07, asaris <[EMAIL PROTECTED]> wrote:
qooxdoo 0.7.x 10427M
Example
===
var parentTreeFold
Hi,
(Warning: Qooxdoo noob here.)
> I have a widget that can be disabled directly because some other widget,
> from which it depends, isn't available.
> It can also be disabled if the parent widget is disabled (inside a
> CheckGroupBox).
Just asking: Why does your widget need to know the diffe
On 10/2/07, asaris <[EMAIL PROTECTED]> wrote:
> qooxdoo 0.7.x 10427M
>
> Example
> ===
> var parentTreeFolder = new qx.ui.tree.TreeFolder("parent");
>
> var childTreeFolder = new qx.ui.treeTreeFolder("child");
> childTreeFolder.addEven
qooxdoo 0.7.x 10427M
Example
===
var parentTreeFolder = new qx.ui.tree.TreeFolder("parent");
var childTreeFolder = new qx.ui.treeTreeFolder("child");
childTreeFolder.addEventListener("treeOpenWhileEmpty", function ()
{
Hello,
sometimes error occur that are very hard to debug, such as
[Exception... "'Error: Property serviceName of an instance of
qx.core.Target is not (yet) ready!' when calling method:
[nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c
(NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: ""
I FOUND THE PROBLEM.
THE IE7 DOESN'T ACCEPT THE WIDTH AND HEIGHT WITH "%".
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direc
I know the path I've taken isn't public API, and have its risks.
I have a widget that can be disabled directly because some other widget,
from which it depends, isn't available.
It can also be disabled if the parent widget is disabled (inside a
CheckGroupBox).
Sebastian Werner wrote:
>
> Not t
Hi,
I recently ran into trouble. I am trying to sort tree items by name, so I
retrieve their label through elem.getLabel(). If a tree element is constructed
with an empty label (e.g. new qx.ui.tree.TreeFile("")), the label property gets
not set. However, the label object (elem.getLabelObject()) ca
Hi,
When I try to initialize a GalleryList with an empty array ("var galleryList
= new qx.ui.embed.GalleryList( [] );"), the IE7 results an error, but FF
works fine.
I think It's a bug.
Att.
Enaldo
-
This SF.net email is spo
Hi all,
Informational post only for any newbies (like me) who search the archives
for the "qx.ui.table.columnmodel.resizebehavior has no properties" problem.
It's not an error in the skeleton.
The problem (for me at least) was because I downloaded the wrong version of
the SDK for my Cygwin con
Hi Mike,
sorry for the delay.
This part seems to be wrong:
qx.core.Setting.define("resourceUri", "./resource");
qx.io.Alias.getInstance().add("custom", qx.core.Setting.get
("custom.resourceUri"));
Both IDs used must be identical. Generally I would suggest to change
the first line to
qx.
Seems to be that the null value is not accepted here. Can you please
open a bug report at bugzilla.qooxdoo.org and attached all the
details already mentioned here. Thank you for your help.
Sebastian
Am 30.09.2007 um 17:27 schrieb [EMAIL PROTECTED]:
> Upps, should have simply copied my real
Please directly open a bug report at bugzilla.qooxdoo.org
Thanks.
Sebastian
Am 01.10.2007 um 13:43 schrieb [EMAIL PROTECTED]:
> Hi,
>
> I am debugging for quite a time now, and finally could identify the
> point where
> building the stacktrace (e.g. calling this.printStackTrace()) fails
>
Not to mention that this code is generated and that the values are
private. You shouldn't access these directly. You are warned ;)
There is currently no way to detect if the value comes from the
inheritance or from a local value. In all cases I know this also
makes not really sense. What is
The layout which works the best for all update scenarios is the
BoxLayout. All other - especially complex layouts - like the Grid and
the DockLayout are far behind the stability of this one. Hacking the
widget is also not helpful here. Sorry, that there is not working
solution yet. The new
I would do it with a HtmlEmbed widget. This means you can do all HTML
formattings. Update operations could be simple DOM node appends.
Scrolling to bottom can be reached by setting the scrollTop to the
scrollHeight after each update:
var el = getElement();
el.scrollTop = el.scrollHeight;
Ch
It depends on the styles you use. Earlier version have supported the
full range of available CSS font properties but this was quite slow.
Nowadays we only support the five basic properties which is enough in
most cases. If your style is not supported right now you can always
but a span arou
22 matches
Mail list logo