> I've seen the FocusHandler class and some properties and methods
> relating
> to focus, but it isn't documented at all. There are events for
> focus but
> nothing about managing focus except perhaps with tab index. I took
> a look
> at the 0.8 focus demo in
> http://demo.qooxdoo.org/devel/demo
> I stll see my Page Cache when the IE Back button is pressed.
> Do you how to clear the cache?
> What will happen if IE Back button is clicked after the cache is
> cleared?
As far as I can tell, session.invalidate just clears a cookie (though I
can't see a javascript version of it).
This won'
Hi,
I saw that you're supporting NN 4.08
( http://news.qooxdoo.org/qooxdoo-08-to-support-netscape-4 posted this
morning )
and wanted to do some testing of our application with it. However, I
can't seem to download it from
http://browser.netscape.com/downloads/archive/ and wondered if you can
poin
I guess you think I want an application that simply looks like 'a' Windows
application, no, I need it to look exactly (translated means the exact same
control placement, size, etc) as our current Windows application. With the
current .7.x version of qooxdoo, I can easily do that because when I crea
Hi,
Am 31.03.2008 um 23:29 schrieb kanugula:
> I need to access exc.class in Rpc.js to format a proper error message.
>
> Since 'class' is a reserved word, it throws me the following error.
> treegenerator.SyntaxException: Expected identifier but found
> reserved/FUTURE_RES
> ERVED_WORD: 'class'.
On Mon, Mar 31, 2008 at 5:29 PM, kanugula <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I need to access exc.class in Rpc.js to format a proper error message.
>
> Since 'class' is a reserved word, it throws me the following error.
> treegenerator.SyntaxException: Expected identifier but found
> re
Hi Jim,
I not really understand what you means with "Perhaps if I was creating a
'web page' I would want things to layout on their own, but I am creating
an application that needs exact positioning" since most modern desktop
ui systems also base on layout managers, that is not web or qooxdoo
s
Hello,
I need to access exc.class in Rpc.js to format a proper error message.
Since 'class' is a reserved word, it throws me the following error.
treegenerator.SyntaxException: Expected identifier but found
reserved/FUTURE_RES
ERVED_WORD: 'class'. file:MyRemoteTableModel, line:144, column:44
ma
I can tell you that for the work I do, I want to absolutely place almost
everything. There are only a few instances right now where I let things "go
where they may". My app needs to 'look' just like our Windows app, and to do
that, I need to place controls at the precise coordinates. And my control
Many thanks for the clarification.
Now I will have have to code for Object cleanup (a.k.a destruct());
Thanks.
Kanugula.
kanugula wrote:
>
> Hi,
>
> We developed an application with similar to Demo Browser.
> For simplicity, I am referring Demo Browser terminology.
>
> Some design questions
On Mon, Mar 31, 2008 at 1:42 PM, kanugula <[EMAIL PROTECTED]> wrote:
>
> Could you clarify this?
I think you're confusing the cache of "web pages" used by the browser
to avoid downloading copies of the page again, with javascript objects
allocated by the application. The javascript objects need
Could you clarify this?
If I jump from Atom_1.html to Atom_2.html, are the Atom_1.html objects still
stored in Page Cache?
Thanks.
Kanugula.
>Refreshing the page usually refreshes all source files (if necessary), but
unloading objects is done >whenever the old page is left.
kanugula wrote:
Hi Kanugula,
> Some design questions.
> 1) Since the example/Atom1.html run in IFrame, should we distruct objects
> when the page in the IFrame is unloaded?. I guess refreshing a page cleans
> the browser cache. So need to unload the objects.
>
There is no special consideration regarding objec
Hello,
I put a Logout button at the top of Demo Browser. I want to clear the page
cache so I can avoid problems occuring due to IE Back button.
Qooxdoo 0.7.2
IE 6
Windows XP
The code in Logout is
<%
session.invalidate();
response.sendRedirect("login.jsp");
%>
I stll see my Pa
Hi,
> Hello,
>
> I prepared a Dialog Window to show the Status of the user operation. If
> success, I show "Data updated successfully!" and it is fine. In case of an
> error, I need to show full discription of the error which is variable
> length. My current code either truncates and dislocates th
Thomas,
we want to layout widgets manually. Like one would do with a
CanvasLayout in 0.7.
Cheers,
Rüdiger
thron7 wrote:
> Ruediger,
>
> just to clarify things: Do you want a situation where you can position a
> child in a widget with absolute coordinates, and then all other childs
> get autom
Hi,
I don't have the time to quote on all statements so here's just some
thoughts on widget hierarchy and stateful layouts:
[...]
>>> These properties are available on the widget because they describe
>>> the internal state of a widget. It describes how the preferred size
>>> of the widget is a
kanugula wrote:
>
> Is there a way to pass parameter or any other solution in your mind at
> build time to tell us that it is Production version. I use source version
> for development.
>
If you mapping is "source for development, build for production", why don't
you simply use "qx.debug" vari
Ruediger,
just to clarify things: Do you want a situation where you can position a
child in a widget with absolute coordinates, and then all other childs
get automatically adjusted by the layout manager (as far as this is
possible), or do you want to do all layouting directly so there is no
auto-l
I want to second Leander's suggestion. You could add a field to your map
like '__true_fields__' : [], and every time a true field is added or
turns true, you add its name to the array; whenever it turns false, you
remove it. That's a tiny bit of time to each map update, but gives you
constant t
Hi,
You could also use a setting: http://qooxdoo.org/documentation/0.7/settings
Settings are like single-assignment global vars. Unlike with variants,
all code is retained during builds. You can define your own setting and
pass it when building the app. In your application code you can test its
Rüdiger Herrmann schrieb:
> Hi Fabian,
>
> sorry for the delayed answer, we have been away for EclipseCon.
> Please see my comments below.
>
> Cheers,
> Rüdiger
>
> Fabian Jakobs wrote:
>
>> Rüdiger Herrmann schrieb:
>>
>>> Hi Fabian,
>>>
>>> I found one more thing that I really like about
22 matches
Mail list logo