> I'm also investigating this issue.
> I can reproduce it.
> I have commented out the minWidth and width in the classic
> appearance, and
> still have the same problem.
Shall I raise some issues to cover the items concerned?
- layout
- width of dropdown
- extra selection with keyboard
Hugh
FrozenDice <[EMAIL PROTECTED]> writes:
> On another note, whenever I open a directory that is empty I get these debug
> messages.
>
> qx.io.remote.Request[294]
> 004187: Could not dispatch event of type "completed": TypeError - children
> has no properties
> at
> http://localhost:3569/sample/build
On another note, whenever I open a directory that is empty I get these debug
messages.
qx.io.remote.Request[294]
004187: Could not dispatch event of type "completed": TypeError - children
has no properties
at
http://localhost:3569/sample/build/html/example/RpcTreeFullControl_1.html:36
at
http://l
FrozenDice <[EMAIL PROTECTED]> writes:
> Thanks for the quick response. I understand what you're saying, what I
> meant was I "installed" the backend, then viewed the demo online, did a save
> as to my own local server which also has the backend and opened the html
> file, and there it didn't wor
FrozenDice <[EMAIL PROTECTED]> writes:
> I downloaded the PHP backend, I copied the services directory to the root of
> my webserver, and went to /services/ and it said Services require JSON-RPC.
> Ok, so I'm pretty sure that's working now. But how do I take the
> RpcTreeFullControl example on th
With any qooxdoo controls that are created with Delphi 4 PHP, you can access
them by simply referencing their name in JavaScript. So in the onAfterShow
JS event of the page, you can add this :
TreeView1.addEventListener('youer event', function()
{ your code here ... })
The only caveat is tha
How do I gain access to a component that has already been added to the
page. I'm using DelphiForPHP, which implements qooxdoo so when I make
a "TreeView" comonent
which is actually a treefullcontrol widget, it plops that element on
the page and generates this code in the final page. My problem i
My mistake :(
DNS isn't working
But i think this error is too ambiguous...
wget is installed and working, they just didn't find address.
Well, it's working nowthanks.
-
This SF.net email is sponsored by DB2 Expres
Hi.
First: is there any way to use iso-8859-1 on the source code?? (even on
comments).
Second: i'm trying to use some converted characters (to html entities)
in ListView but didn't work.
My 'field type' is html, text is: "Ceará" but didn't work.
Should be: Ceará
Show: CearÃi
My page encodin
I downloaded the PHP backend, I copied the services directory to the root of
my webserver, and went to /services/ and it said Services require JSON-RPC.
Ok, so I'm pretty sure that's working now. But how do I take the
RpcTreeFullControl example on the qooxdoo.org website and hook it into my
backe
I'm also investigating this issue.
I can reproduce it.
I have commented out the minWidth and width in the classic appearance, and
still have the same problem.
Hugh Gibson wrote:
>
>> The other problem is with the width of the ComboBoxEx widget.
>
> I also have a problem with this, with a Comb
Hi!
Jonis wrote:
> Hi again.
>
> I'm trying to compile my application but i got this error:
> toyota:/var/www/virtual/mouralacerda.edu.br/intranet/htdocs/estagio# make
>
>
>GENERATING SOURCE VERSION OF ESTAGIO
> ***
Hi again.
I'm trying to compile my application but i got this error:
toyota:/var/www/virtual/mouralacerda.edu.br/intranet/htdocs/estagio# make
GENERATING SOURCE VERSION OF ESTAGIO
*
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
How can i setup my theme 'by the hand'?
I don't want to create a list of buttons from themes, just setup a
static theme at runtime.
Thanks
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE v
> The other problem is with the width of the ComboBoxEx widget.
I also have a problem with this, with a ComboBoxEx within a grid. It's at the
right-hand side of the grid, and the buttons outside of the grid mean that
scrollbars are added to the grid by the browser. Not what I want in a dialog
Florian Probst schrieb:
>
> Hi,
>
> it’s possible to use the function
>
> _modifyPropertyName : *function*(propValue, propOldValue, propData)
>
> {
>
> }
>
> to catch modifications to a property. But what about statics? A member
> „_modifyStaticName“ does not work L
>
> any ideas?
>
Sorry, there i
Hi,
it's possible to use the function
_modifyPropertyName : function(propValue, propOldValue, propData)
{
}
to catch modifications to a property. But what about statics? A member
"_modifyStaticName" does not work L
any ideas?
Regards,
Florian
Hi all!
Have somebody resolved XSS and XSRF vulnerability in qooxdoo?
Any suggestions to resolve them?
Thanks
Sergei
--
View this message in context:
http://www.nabble.com/XSS-and-XSRF--problem-solving-in-qooxdoo-tf3583300.html#a10012810
Sent from the qooxdoo-devel mailing list archive at Nabb
First off, the advice about mod_gzip and mod_deflate would seem to be the best
option for standard servers.
> What do you think is the best solution qooxdoo can deliver?
Advice on standard servers - as above, plus:
> Is gzipping scripts really supported in IE7?
Yes. This is an extract from a
Fabian Jakobs wrote:
> Hi Daniel,
> Please spam Bugzilla ;-)
>
> The combobox is not localization aware and should definitively be
> changed. Please report this in our bugzilla so it won't get lost.
>
>
> Best Fabian
Hi Fabian,
Bugzilla has been succesfully spammed:
http://bugzilla.qooxdoo.
Hi Rahul,
>
> Hi,
>
> In the qx.ui.embed.Flash object, there are instances when you need to
> have the id of the Flash object to call TGoTolabel and then invoke a
> Flash object function from javascript. Now the problem with qooxdoo is
> that it doesn’t set any variables for tag.
>
> There is s
Hi Daniel,
> Hi Peter,
> thank you very much for the additional research. I have made the suggested
> changes to the ComboBoxEx.js in the framework, and it works now exactly as you
> describe it.
> This may not be the perfect solution, but it's already much better than the
> way
> it was before.
>
Hi Peter,
sorry for the delay. Fabian just remembered me to explain this.
The reason for the string optimization is to optimize performance issues
of Internet Explorer regarding string operations (concats, compares,
switches, ...). When someone use constants (uppercase static keys) we
think th
25 matches
Mail list logo