All,
This ended up being a firebug issue with nested frames. Seems that
replacing nested framesets would break firebug debugging on scripts loaded
by nested framesets - supposed to be fixed in Firebug 1.4a13.
For those interested see :
Discussion :
http://groups.google.com/group/firebug/brow
Ouch!
I just noticed i was using a custom class (that extends the UploadWidget
class) and i wasn't handling events correctly there.
I fixed the problem and now it's working as expected.
Sorry for the false alarm /shame on me/
Roman
Roman Schmid wrote:
> Hello Developers
>
> I'm encountering Pro
Hello Developers
I'm encountering Problems using the UploadWidget in IE, whereas it works
perfectly in Firefox, Chrome and Safari.
Here's what's happening: I'm able to select a file from the file-chooser
dialog. The file is then being uploaded to the server, and i get a
response from the server.
On Mon, Feb 23, 2009 at 12:24 PM, Ian Horst wrote:
> Hi,
>
> Yes, I've seen existing TimeChooser in qooxdoo-contrib, but it didn't meet
> my usability requirements.
>
Not that I'd expect any particular widget to meet everyone's requirements, I
am curious as to what your requirements were that the
Hi,
Yes, I've seen existing TimeChooser in qooxdoo-contrib, but it didn't meet my
usability requirements.
It would be nice to have contributor's account, I am able to contribute other
code too.
Ian Horst
Andreas Ecker wrote:
> Hi Ian!
>
>> I made visual spike solution to see how my idea of
On Mon, Feb 23, 2009 at 12:21 PM, Jim Hunter wrote:
> Derrell,
> Does this mean that the table was indeed changed a bit from .7x to .8x so
> that I can change the column model and it will (eventually) work? In .7x I
> was not able to change the columns unless I had an exact same number of
> colu
Derrell,
Does this mean that the table was indeed changed a bit from .7x to .8x so
that I can change the column model and it will (eventually) work? In .7x I
was not able to change the columns unless I had an exact same number of
columns as the previous model. I was told that .8 didn't improve th
On Mon, Feb 23, 2009 at 11:26 AM, Amit Rana wrote:
> I have a table in my application. I am settings its layout and data to
> dummy value initially to show the GUI to user and in the meanwhile sending
> the request to the server. When the server sends back the data, I update my
> table with this
Hi,
I have a table in my application. I am settings its layout and data to
dummy value initially to show the GUI to user and in the meanwhile
sending the request to the server. When the server sends back the data,
I update my table with this value.
*Problem *: Initially, my dummy data has ju
Hi Matteo!
> anyone can tell me If a pdf or one page html is available for qx
> manual and api reference? thanks , I need cause i bought i-ink powered
> reading device!
No, currently no such aggregated documentation is available.
Nevertheless you might be able to produce it yourself:
You could
Hi Thomas,
Thomas Bückemeyer wrote:
> the Method getAktionById gets Data for a popup, so to display the popup
> makes only sense, if the data from the request is ready. Under this
> cirumstances it's better to make a
>
> --
> req.setAsynchronous(false);
> --
>
> in the definition of the reques
Hi Alex,
the Method getAktionById gets Data for a popup, so to display the popup
makes only sense, if the data from the request is ready. Under this
cirumstances it's better to make a
--
req.setAsynchronous(false);
--
in the definition of the request, am I right? Or is there a better
possibil
Hi Farci,
salman farci wrote:
> Thanx alex,
>
> For question 1: I want to trigger an even for playing an audio file(lets
> a voice mail).
You can trigger a qooxdoo event by dispatching it at your application root.
--snip--
// within your application
this.getRoot().addListener("tableLinkClick
I would add one usage I found in the recent days : having to develop
with qooxdoo far away from anything in the country without Internet
access :-)
On 21 Feb 2009, at 15:26, Matteo Orefice wrote:
Hi
anyone can tell me If a pdf or one page html is available for qx
manual and api reference
Hi Narven,
it sounds strange, could you please send a code snipped, which reproduce
this issue.
Thanks,
Chris
Narven schrieb:
>
> hi,
>
> every time i try to add a window this.container.add(win) it always gives me
> this error.. why
>
> 47148ms Assertion error! Windows can only be added to
hi,
every time i try to add a window this.container.add(win) it always gives me
this error.. why
47148ms Assertion error! Windows can only be added to widgets, which
implement the interface qx.ui.window.IDesktop. All root widgets implement
this interface.: Expected object 'qx.ui.container.
Thanx alex,
For question 1: I want to trigger an even for playing an audio file(lets a
voice mail).
And thanx for question 2 solution.
regards
Farci
On Mon, Feb 23, 2009 at 2:13 PM, Alexander Back wrote:
> Hi Farci,
>
> salman farci wrote:
> > Thanx. I was able to have Hyperlinks on imges usi
Hi Thomas,
Thomas Bückemeyer wrote:
> I think it has to do with the completed state of the request - the
> function is finished, but the request is not. Is it a good idea to check
> the request state with isCompleted() to avoid that the function
> getAktionById() finished before the request is
Hi Farci,
salman farci wrote:
> Thanx. I was able to have Hyperlinks on imges using HTML cellrenderer.
> But I came across two issues.
>
> I have two hyperlink images(htmlPlay and htmlDelete) on column 5th. The
> first question is :
>
> How do I keep addListener for these two HTML Hyperlink
19 matches
Mail list logo