I have to create a preview pane with the list view that can be hidden and
shown on the click of a menu button (something like the outlook/yahoo mail
beta preview feature).. and when the preview pane is in hidden mode, the
listview is resized to the maximum available height and pulled up when the
p
"Jim Hunter" <[EMAIL PROTECTED]> writes:
> Is it me, or does every exception in the namespaces branch return the same
> message? Regardless of the reason the program doesn't execute, I get the
> following in the debug window:
>
> Modification of property "state" failed with exception: TypeError -
I forgot ...
After I load the source array, I execute a QxListView.update comand!
--
View this message in context:
http://www.nabble.com/QxListView-Broken-Images-Strickes-Again-tf1903412.html#a5210495
Sent from the qooxdoo-devel forum at Nabble.com.
Using Tomcat but need to do more? Need to s
IE Version: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519.
In FF no problems at all too.
In Opera don't work.
I tested only in the deployment machine. I will test tomorrow in other IE.
Didi you fixed the QxImageManager.setCorePath and the blank.gif file?
--
View this message in context:
http://www
> Acampelo wrote:
>
> If I work with iconHTML instead image works very fine!
>
> The diference:
>
> Config the column
>
> var Colunas =
> {
> icon : { label : "", width: 24, type : "iconHtml" }, <
> name: { label : "Nome", width : 350, type : "text", align : "left"} };
I'm curious -- w
Call out Gouranga be happy...
Gouranga Gouranga Gouranga!
That which brings the highest happiness
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.
Is it me, or does every exception in the namespaces branch return the same message? Regardless of the reason the program doesn't execute, I get the following in the debug window:
Modification of property "state" failed with exception: TypeError - this._applyInitialAppearance is not a functionand th
If I work with iconHTML instead image works very fine!
The diference:
Config the column
var Colunas =
{
icon : { label : "", width: 24, type : "iconHtml" }, <
name: { label : "Nome", width : 350, type : "text", align : "left"}
};
Loading content:
Linhas.push(
{
id : { text : nodesXML
Hi,
I am with the classical problem: broken imagens in QxListView.
I founded some contents in the forum.
Follow instructions, I copied the file "blank.gif"
(qooxdoo-0.5.2-dos/images) to an apropriate directory (myapp/images) and
corrected the SetCorePath property:
"Bob Manc" <[EMAIL PROTECTED]> writes:
> This is a weird one. If you add a keydown event looking for the escape key,
> you can't run window.location. For example
>
>
>
> doc.addEventListener("keydown", function(e)
>
> {
>
> if (e.getKeyCode() == QxKeyEvent.keys.esc)
>
> {
This is a weird one. If you add a keydown event looking for the escape key, you
can't run window.location. For example
doc.addEventListener("keydown", function(e)
{
if (e.getKeyCode() == QxKeyEvent.keys.esc)
{
window.location = "http://www.google.com";;
Hi all
I have a problem with the QxTree in qooxdoo
In the shipped example "test/tree_2.html" you defined the following
EventListener
on the tree level !
t.getManager().addEventListener("changeSelection", function(e) {
tCurrentInput.setValue(e.getData().getFirst()._labelObject.
I agree with Derrel. Whenever I create compound controls, I always surface properties and methods of the sub-controls to the parent control. In this way, you don't have to know how a control is build, you just need to know the properties and methods that it provides. I don't believe that you should
Hello Andreas,
> Well, as we never really fixed (i.e. investigated/understood) the
> problem in 0.1, but accidently fixed it within the near-to-complete
> rewrite 0.5, I doubt we can be much of a help. Sorry. :-(
I feared that this would be the case, but hoped that you might have found
an answe
Hi, Christian!
Christian Boulanger wrote:
> Hello,
>
> The deployed version of my app uses qooxdoo 0.1, which in all
> gecko-based browsers suffers from the well known bug (also already
> discussed multiple times on this list) that in text fields the cursor
> is invisible if there is another widg
Hello,
The deployed version of my app uses qooxdoo 0.1, which in all gecko-based
browsers suffers from the well known bug (also already discussed multiple
times on this list) that in text fields the cursor is invisible if there
is another widget below the textfield (for example, a login window
hov
Hi, Christian!
Christian Boulanger wrote:
>>How about changing the appeareance theme? In qooxdoo 0.1, there was a
>>"window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one
>>default theme. Is that true?
>>
>>Christian
>>
>
> Just looked into themes/appearance, there is only o
Christian Boulanger schrieb:
> How about changing the appeareance theme? In qooxdoo 0.1, there was a
> "window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one
> default theme. Is that true?
>
> Christian
>
Just looked into themes/appearance, there is only one folder "default".
How about changing the appeareance theme? In qooxdoo 0.1, there was a
"window xp" and "windows 2000" theme. I assume that 0.5.2 ships only one
default theme. Is that true?
Christian
Oliver Japel schrieb:
>> I want to set the default color of the page to this:
>>
>> "Color Theme: Operating Syst
Thanks! :) .. The *self* thing solved the issue. During editing I think new
was deleted.
--
View this message in context:
http://www.nabble.com/How-to-add-events-to-an-inherited-class--tf1898545.html#a5198144
Sent from the qooxdoo-devel forum at Nabble.com.
Using Tomcat but need to do more? Ne
Hi,
looked at your code very briefly, but noticed the following:
- var btnYes = QxButton(yesString); should probably be a *new* QxButton
- "this" inside your event handler is not gonna be what you expect (the
AlertWindow). Either use a outer variable "var self = this" and use
"self" instead of
Adreas thanks for your nice words. BTW, I have put the demo application
used in the example online:
http://m15s08.vlinux.de/~cboulanger/QxBuilder/tests/addressbook.php
And another demo, demonstrating the drag & drop support of the data
manager extensions:
http://m15s08.vlinux.de/~cboulanger/Qx
Here is the simplified code. Now I'm adding the events through
addEventListener but it's not called. Probably I'm making some mistake
AlertWindow = function(msg, title, msgIcon, msgIconWidth,
titleIcon, titleIconWidth, buttonType, callback, width, height,
windowManager)
{
Thanks Buddy! That solved my query :)
--
View this message in context:
http://www.nabble.com/How-to-set-Color-Theme..-tf1895329.html#a5197058
Sent from the qooxdoo-devel forum at Nabble.com.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with p
Even I am facing the same problem. I have to create a preview pane with the
list view that can be hidden and shown on the click of a menu button
(something like the outlook/yahoo mail beta preview feature).. and when the
preview pane is in hidden mode, the listview is resized to the maximum
availa
Sorry,
just realized that you have already filed such a bug report a couple of
days before: http://bugzilla.qooxdoo.org/show_bug.cgi?id=89
> please file a bug report at http://bugzilla.qooxdoo.org , since the
> focus handling seems to be incorrect.
Please don't forget to refer to such bug repo
Howdy!
> I have made a class that inherits QxWindow and resembles Windows' MessageBox
> function. I tried adding the events(on the buttons) in the contructor by
> writing btn.addListener(...) but it doesn't seem to work.
>
> Any other ways of doing it?
I would suggest you post a short example he
Hi, Christian,
could look at your contribution just briefly, but wanted to say Thanks!
for this fine addition to qooxdoo (as well as your recent
contributions to the documentation section). Kinda role model for other
qooxdoo members, maybe? ;-)
Keep up the good work,
Andreas
Christian Bo
Hi, Ali,
please file a bug report at http://bugzilla.qooxdoo.org , since the
focus handling seems to be incorrect.
Thanks,
Andreas
Alee wrote:
> Hello,
>
> Create a button and upon it's 'execute' event, show a modal window. Now, run
> it and click the button. It will bring a modal window inf
Hi, Dietrich!
> I know this is one of the buggin questions to developers but I have to
> decide if I use the new namespace branch with qx.table for my next project.
While currently still being a development branch, the namespaces branch
will replace the trunk pretty soon (maybe next week). The
The situation I'm talking about is a bit different, as in this case modal
window doesn't freeze, but allows you to create multiple modal windows by
pressing the button through space bar. Once you click on the modal window,
it blocks the UI (including the button).
I also encoutered with a situatio
Hi, Kirill,
as you suggested: do a close() and then a dispose() on your window instance.
Bye,
Andreas
Kirill Balyasnikov wrote:
> After pressing close button in window it just become hidden, but what is
> the best way to completely remove(destruct) window from browser and call
> it's dispose
Hello List,
I know this is one of the buggin questions to developers but I have to
decide if I use the new namespace branch with qx.table for my next project.
Are there any, even broadly defined plans for the next steps in the
namespace development?
Thank you for your answers (how ever they wi
Howdy!
ACampelo wrote:
> Andreas,
>
> thanks by your attention.
>
> In a first moment, I thinked Qooxdoo like another JS library, but now I'm
> understanding what really is: a great and wonderful software engineer work
> to assemble an amazing DOM Framework - like Backbase. Congratulations!
Wel
>
> I want to set the default color of the page to this:
>
> "Color Theme: Operating System Default"
>
QxColorManager.setTheme('operatingSystemDefault');
just call this in your main()-function
for the names of the other themes see /qooxdoo/themes/colors
Using Tomcat but need to do more?
Hi, Derrell!
> This seems silly. The fact that there is a ListViewPane object embedded in a
> ListView object is purely an internal architectural issue. The user shouldn't
> need to know or care. The user should operate purely on the ListView object,
> and if, internally, information needs to b
"Once any of the modal window's control gets focus, it doesn't allow you to execute the button again. "--> Ali, i noticed a similar problem with modal windows: see qooxdoo bug #85 that i reported a few days ago (http://bugzilla.qooxdoo.org/show_bug.cgi?id=85) : the modal window prevents from activa
37 matches
Mail list logo