Hi all,
At our firm we are developing a webbased course
administration system using qooxdoo. The framework is just great and specially
the new "namespace" version. Our integration with Struts is working just
perfectly and is really easy to expand.
But now to our problem. We are using the lis
Hi,
I tried the appearance example from
wiki(http://qooxdoo.org/documentation/developer_manual/appearances) and
it doesn't work. I made following:
//---Copy-Paste from
Wiki---
var theme =
qx.manager.object.Appear
Hi!
After some discussion with Jens I have just renamed the source release
archive to sdk, which makes IMHO more clear that this version is the one
you should use, when you want to develop own applications with qooxdoo.
This means: In the final release of qooxdoo 0.6: qooxdoo-0.6-source will
b
Hi!
Has anybody tried this and found a good way to also handle this well
with parameters etc.?
http://blogs.pathf.com/agileajax/2006/08/object_pooling_.html
Cheers,
Sebastian
-
Using Tomcat but need to do more? Need to su
Hi, ynstudio.
Is it necessarily to use an application server to provide the required
charset?
ynstudio wrote:
>
> i have encountered a similar problem, i resoved it by adding the below
> code
> in my jsp.
> response.setContentType("text/html;charset=windows-1251")
>
>
>
>
> 2006/8/25, dper
Hi,
I propose to create a setting for the label of the buttons of the
ColorSelector, that can be overriden by the build system. This would be
useful if the language of the app isn't English. The ColorSelector has a
couple of buttons labeled "OK" and "Cancel".
Another possibility is to let them
Hi, dperez.
Thanx for replay.
But, unfortunatly, it does not work. A response has a correct size and an
uncorrect content. The charset windows-1251 presents in the standart set of
encondigs.
dperez wrote:
>
> Hi,
>
> Encoding of files can be specified in the content type. Example:
>
> reques
i have encountered a similar problem, i resoved it by adding the below code in my jsp.response.setContentType("text/html;charset=windows-1251")
2006/8/25, dperez <[EMAIL PROTECTED]>:
Hi,Encoding of files can be specified in the content type. Example:request.setRequestHeader("Content-Type", "appli
Hi,
Encoding of files can be specified in the content type. Example:
request.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded;charset=iso-8859-1");
Check if windows-1251 a standard character encoding.
Hope this helps.
knopka wrote:
>
> Hi.
> I tried to use qx.io.remot
Hi.
I tried to use qx.io.remote.RemoteRequest to do run-time loading of
javascript source files in my App. I used this code:
var request = new qx.io.remote.RemoteRequest(url, "GET",
"text/plain");
request.setAsynchronous(false);
request.setRequestHeader("Content-Type",
"application/x-www-for
Hi,
Could it be that a call to the click event of the widget, would need to call
event.stopPropagation()?.
dperez wrote:
>
>
> As it has already been reported, an error similar to this appears when
> using ComboBoxes. Probably it is an interference in the handling of mouse
> events between t
Hello,
"showMinimize" is a property of qx.ui.window.Window which you can set by
the method setShowMinimize(boolean b) and it is used to define if the
window's minimize button should be shown or not.
Oliver
lycovian wrote:
> With the most recent svn (4000) checkout of Qxd there seems to be a
This was just a hack.
I thought table._afterAppear will be called after first time
you assigned tableModel to table. Then if you
must call table._afterAppear() after you call tableModel.setData()...
lycovian wrote:
Thanks for the reply (and the info). I replaced the ._afterAppear()
Hi,
Am 25.08.2006 um 03:43 schrieb lycovian:
> /*
> If any of these are uncommented the Window will not show
> */
> //widget.showMinimize(false);
Shouldn't this be setShowMinimize(false)?
Regards,
Andreas
-
14 matches
Mail list logo