The best is to use one appearance for all your buttons, but this
appearance must not set the background color. Then you have the
possibility to control the background color of each widget individually
by just using "setBackgroundColor".
Hope this helps.
Sebastian
Jim Hunter schrieb:
> How w
I found the Wiki on Appearance changes and it starts out by saying that you can control the appearance of individual widgets yet there is no example in the Wiki of how to do that. Telling you that it can be done is not the same as showing you how it's done on a single widget level. And looking at t
How will a custom theme work if not all the buttons have the same colors?I see an appearance property, how is it used at the widget level?Thanks,JimOn 9/12/06,
Sebastian Werner <[EMAIL PROTECTED]> wrote:
As like in many other cases too, the best way is to modify theappearance. Maybe by creating a
As like in many other cases too, the best way is to modify the
appearance. Maybe by creating a own theme.
Cheers,
Sebastian
Jim Hunter schrieb:
> I see that there is a backgroundcolor property for ToolBarButtons but
> making changes to it does no good. I need to be able to individually
> cha
I see that there is a backgroundcolor property for ToolBarButtons but making changes to it does no good. I need to be able to individually change the background colors of each button I have. How can this be done if the backgroundcolor property does not work? Oh yes, I also tried to change the color
Hi John.
There are skeletons available in qooxdoo. You don't need to create a
directory layout yourself. It's much easier to use one of the skeletons
instead.
Sebastian
John Comerford schrieb:
> Hi Folks,
>
> I am just starting out with qooxdoo. I am trying to put together a demo
> page.
Hi folks,
I want to build a year grid of DateChoosers. However, to do it I'd
need to hide the navBar. Is this easy? Can somebody give me a
pointer?
TIA
Mike
-
Using Tomcat but need to do more? Need to support web services,
Thanks Jason,
I am not using custom images, I was toying around with the structure in
resources trying to get the images to display.
Anyway I followed you suggestion and re-copied the resources directory
without changing anything in it and used:
qx = {
Settings : {
_cust
John:
I'm not sure exactly what you've got under your ./resource/icon/16.
This path doesn't exactly match the standard icon paths, which should
have a theme name in them (e.g. "resource/icon/crystalsvg/16").
Are those the standard icons that ship with qooxdoo? If so, I
would not recommend restr
Hi Folks,
I am just starting out with qooxdoo. I am trying to put together a demo
page. I have created a new directory for my test.
The structure is as follows:
./test.html
./resource/icon/16/.
I add a menu item as follows:
var mbb1 = new qx.ui.toolbar.ToolBarMenuButton("File", m1,
"ic
> 4) GalleryLists don't nearly as good as Galleries (which have
> that nice border and blue background color like in earlier
> releases) - also in demos. Why is that? Can I change that?
I don't have the answer to your other questions, but I'm pretty sure
that this is a CSS bug in GalleryList:
h
OK -- the whole "addEventListener" concept just clicked with me. No need to
respond to my previous post, unless you happen to have a real simple example
handy. Thanks --Mike
Mike Rea wrote:
>
> Hi, I'm a Qooxdoo rookie. I've had some success with a few preliminary
> experiments with the At
Hi, I'm a Qooxdoo rookie. I've had some success with a few preliminary
experiments with the AtAGlance demo app. However, I'm now stumped on
something.
Within AtAGlance.js, an internal window called "win" is defined. This
internal window is then opened upon clicking on the button called
"openT
I went with another approach, I am using an HtmlEmbed instead of an Iframe. It looks cleaner and it might work if I leave all the processing code in the HTML portion but I would like to take control of the form from within the Window itself. I tried to do getChildren on the HtmlEmbed, but it didn't
Hi there,
thanks a lot for qooxdoo-0.6 stable. Finally a "stable" version of
namespaces :) There are some question I've got now though:
1) is it possible to assign a contextmenu
[like .addEventListener("contentmenu", jsfunction)] to single elements
of a Gallery object? If yes, how? And what type
I am having trouble with my old code that pops up image-specific
tooltips in a gallery.
The beforeToolTipAppear event doesn't seem to fire. Looking at the
test "Gallery 3", it seems that it is not working in that code,
either.
The tooltips that pop up are the generic tooltip, not the
per-image s
Hi
QUIT OVE m RP a AYIN d G FOR Y n OUR PH w AR z MAC j Y
S t AV y E up j to 50 l % wi u th http://www.fosihgdfb.com-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly wit
I have a popup window that contains a single IFrame that loads a tiny page used for file uploads. The file loads just fine and presents the form so I can select a file and upload. The upload part is handled by a stand alone web page on the server. The problem is that the initial page loads just f
could be done with a socket server possibly. Flash bridge may be easiest to implement.but the only issue with comet is if you have a lot of connections as well as a lot of data pushing and don't have a uber server to handle the load, then it could bring your server to its knees. Periodic polling ma
There is a conceptual improvement on AJAX, which
is event driven on both sides of the http
connection. It was called comet, see
http://alex.dojotoolkit.org/?p=545 .
Are there plans to implement comet functionality
in qooxdoo? (Should be easy for somebody familiar
with the peculiarities of htt
Hi everybody,
I've just updated the SVN to enable the new string compression module
everywhere. I've also updated the demo pages and the API viewer online.
The demo and API viewer seems to work quite well. But it's possible that
these changes break your applications. Please test this new stuff.
No, that's not the idea of a "global event". The idea of "global events"
is the decoupling of event emitters and event listeners. The emitter of a
global event need not know about which listeners will respond. All it
needs to do is to dispatch it at a central location, be it
window.application or w
I am having some problems with IE and QxIframe. In my app, I have 4
QxIframes each with a different name. If I load a simple html doc in each
one to tell me what the name of the frame is. Every browser except IE has
the correct name in each Iframe. But IE shows no name.
If I take and modify
Hi, Fabian,
yes, that is still a missing feature of the API generator. See the
existing bug entry:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=135
The API generator should be extended to identify such a singleton
behavior to account for this rather new feature.
Bye,
Andreas
Fabian Jakobs w
Hi,
the API doc generator fails to generate documantation for
his (ClientDocument.js):
/**
* Singleton Instance Getter
*/
qx.Class.getInstance = qx.util.Return.returnInstance;
The doc generator looks for a function definition or a
constant but finds none of them. Either
Forgot to upload the patch...:
http://www.nabble.com/user-files/235957/DateChooser.diff DateChooser.diff
http://www.nabble.com/user-files/235958/DateChooser.js DateChooser.js
dperez wrote:
>
> Hi
>
> I have changed class DateChooser in this way:
>
> 1) A new event has been added: qx.constan
Hi
I have changed class DateChooser in this way:
1) A new event has been added: qx.constant.Event.SELECT
This event is called when: a user double clicks a day, or presses the
enter or space key when over a day.
This event allows to do an action when the user selects a day. E.g when
the
better:
myWidget.addEventListener("TimerCompleted",function(event){
this.setHtml("Timer completed!");
},myWidget);
and so for each widget that should respond to "TimerCompleted"
in 0.5.x, you could do something like
var myWidget = new QxLabel("Timer is running");
[...]
window.applicati
in 0.5.x, you could do something like
var myWidget = new QxLabel("Timer is running");
[...]
window.application.addEventListener ("TimerCompleted",function(event){
this.setHtml("Timer completed!");
},myWidget);
Somewhere in timer code:
window.application.createDispatchEvent("TimerCompleted");
I
Hi, David,
thanks for the patch. Applied.
Andreas
dperez wrote:
> In addition, I have corrected some typos (months names in German and English
> are quite similar ;-) ) in DateFormat.js.
>
> Attached the patch: http://www.nabble.com/user-files/235952/DateFormat.diff
> DateFormat.diff
--
Hi Wenhua,
Could you provide some simple example of the global event?
Wenhua.Li wrote:
>
> Thks, and I write wrong words, should use words "global";
>
> I know the way you suggest, when we recive the response of a json request,
> we can call the js code to do something
>
> But I think when t
In addition, I have corrected some typos (months names in German and English
are quite similar ;-) ) in DateFormat.js.
Attached the patch: http://www.nabble.com/user-files/235952/DateFormat.diff
DateFormat.diff
Regards,
David
--
View this message in context:
http://www.nabble.com/New-documen
It explains how to internationalize DateChoosers.
http://qooxdoo.org/documentation/user_manual/available_widgets/datechooser
--
View this message in context:
http://www.nabble.com/New-documentation-for-DateChooser-tf2258103.html#a6263554
Sent from the qooxdoo-devel forum at Nabble.com.
--
Hi!
The --add-new-lines option is working again (with revision 4198). Just
an ugly copy-paste error.
Cheers,
Sebastian
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with
Thks, and I write wrong words, should use words "global";
I know the way you suggest, when we recive the response of a json request, we
can call the js code to do something
But I think when the timer got the response and then notify a global event to
the any component which register the event a
I am making a application in qooxdoo to create a tree. Then I move some nodes
with events:
Button.addEventListener("execute",function()
{TREE.getSelectedElement().moveSelfAfter(TREE.getSelectedElement());});
When I am in the end of the widgets list, I get this error debug:
009092 ERROR: qx.ui.f
Hi,
Globe = global?
When you receive the response of a JSON request, you can call any JS code
that can change any widget property.
I don't see where is the problem.
You can also use "comet" technology, for this kind of apps:
http://www.ajaxian.com/archives/comet-a-new-approach-to-ajax-application
Hello,
On 9/12/06, dperez <[EMAIL PROTECTED]> wrote:
> It looks interesting.
Thanks
> And the "q" in qstudio comes from "Q"ooxdoo?
>From qadram software ;-)
Regards
--
qstudio :: PHP Visual RAD development environment
http://www.qadram.com/products.php
--
Hi,forks
I also have another question to ask, hope someone can help me.
And we now know for each component such as Button, Label etc.., we can
add keylistener or eventlistener to it, so if the button is clicked, the
event will be notify
Now I will provide some requirement for my demo:
And I want
"We've talked about a web-based package builder...looks like the moofx
guys beat us to it:
http://mootools.net/download/release";
Alex Russel (dojo contributors list)
Maybe someone would do something like this for qooxdoo, too. It just
need to be an web interface of generator.py. Volunteers? ;)
Thks, now the demo of qooxdoo works,:)
-邮件原件-
发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Andreas Junghans
发送时间: 2006年9月11日 21:53
收件人: qooxdoo Development
主题: Re: [qooxdoo-devel] about json rpc in qooxdoo framework
Hi Edmond,
Am 11.09.2006 um 07:00 schrieb <[EMAIL PROTECTED]>:
>
One is line feed and the other carriage return.
alex.d wrote:
>
> Hi,
> found a bug:
>
> Ctrl-Enter in Firefox provides following debug-output:
> e.getKeyCode() = 13
> e.isCtrlPressed() = true
>
> Ctrl-Enter in IE:
> e.getKeyCode() = 10
> e.isCtrlPressed() = true
>
> Cheers
> alex.d
>
> ---
Hi,
What I do is that I have an XML format that defines my forms, and I
translate it into JSON, that it is interpreted by Javascript code. This code
uses qooxdoo.
HTH
David
John Comerford wrote:
>
> Hi Folks,
>
> I am new to qooxdoo but so far it looks great. What I was thinking of
> doing
Hi,
It looks interesting.
And the "q" in qstudio comes from "Q"ooxdoo?
Jose Leon wrote:
>
> Hello,
> First of all, I would like to thank the people behind qooxdo for
> such a great library, for releasing it under LGPL license and for the
> support given on this mailing list, which has helped
44 matches
Mail list logo