Hi Micha,
You can use hidden iframe for this purpose...
Set iframe src to file url on button click event.
and please refer following url for catching errors in iframe
http://stackoverflow.com/questions/3705083/how-can-i-handle-errors-in-loading-an-iframe
*Thanks & Regards,*
Baskar.M
*www.ther
checkout/implement :
http://qooxdoo.org/contrib/project#dialog
and add these line to ur application.js file
window.alert = function(msg){ if(msg==null) msg ="null";
> dialog.Dialog.alert(GetWrapedText(msg.toString())); };
> window.confirm = dialog.Dialog.confirm;
> window.error
convert QX array to
native array ??
Kindly help me.
once again thanks Richard.
On Mon, Jun 3, 2013 at 8:32 PM, Richard Sternagel <
richard.sterna...@1und1.de> wrote:
> Hi baskar,
>
> yes, your assumption is correct. Take a look at the source code of
> SearchableModel.js (trunk):
Hi All,
I got these error when trying to addRows to the searchable model of
ComboTable contrib.
014916 qx.io.remote.RequestQueue[142-0]: Request qx.io.remote.Request[141-0]
handler _oncompleted threw an error:
*TypeError: Array.prototype.splice called on null or undefined
qx.ui.table.model.Simple
*From qooxdoo man page:*
*The flex value indicates the flexibility of the item, which implies how an
item's container distributes remaining empty space among its children.
Flexible elements grow and shrink to fit their given space. Elements with
larger flex values will be sized larger than element
Hi all,
For my web apps "Compose Email" form I have decided to use TokenField
contrib.
I have success fully implemented the widget. But I can't get proper
appearance for the widget.
In addition console shows a warning message as
"""qx.theme.manager.Appearance[21-0]: Missing appearance: token
Hi all,
I am using JSON to create widgets in my QooxDoo application.
But users feels boring about buttons. Because all buttons are in same
color...
Is there is any way to change appearance of individual buttons?
Kindly Note that I am not asking about customizing themes. I am asking about
to se
Hi all,
Currently I am developing and HTML5 application with qooxdoo.
I am having a problem with zIndex of qooxdoo ui.Window
I am explaining my case:
I have qx.ui.desktop in myapplication. All windows are added to it.
in addition I having an absolute positioned Iframe (normal iframe not
qooxdoo
Yeah sure Michal.
On Fri, Apr 19, 2013 at 4:02 PM, Michal Dvořák [via qooxdoo] <
ml-node+s678n758330...@n2.nabble.com> wrote:
> Please report if you experience any issues, there still might be some :)
>
> Cheers
>
>
> On Fri, Apr 19, 2013 at 12:24 PM, baskar <[h
t and use your own copy till it gets
> fixed.
>
> Mikee
>
>
>
> On Fri, Apr 19, 2013 at 10:55 AM, baskar <[hidden
> email]<http://user/SendEmail.jtp?type=node&node=7583301&i=0>
> > wrote:
>
>> Hi all,
>>
>> I am having a problem wit
Hi all,
I am having a problem with TablePane,
The case is:
I have a window with vertical scroll bar, and a table with in it.
vertical scrolling is done by mouse wheel on the window, If mouse cursor is
on the TABLE, then Mouse wheel scrolling won't work even if table has zero
rows or even it ha
Thanks Thomas,
I did filed a bug on this.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=7338
On Tue, Apr 9, 2013 at 12:49 PM, thron7 wrote:
>
> On 04/09/2013 08:12 AM, baskar wrote:
>
> Sorry, my previous post was not aligned properly, That's why I am
> re-posting..
>
>
Sorry, my previous post was not aligned properly, That's why I am
re-posting..
Hi all,
I am using qx.util.format.NumberFormat for my application.
qx.util.format.NumberFormat.format(number) is working only 3 digits numbers,
If i pass 1 as an argument, it throws the following error:
19247
Hi all, I am using qx.util.format.NumberFormat for my application.
qx.util.format.NumberFormat.format(number) is working only 3 digits numbers,
If i pass 1 as an argument, it throws the following error:192478
qx.io.remote.RequestQueue[150-0]: Request qx.io.remote.Request[4058-0]
handler _onc
anager.getInstance().getLocale(), locales);
>
> After that you can just "tr*" the messages as if they were in your .po
> files.
> Note that some people report performance issues with dynlocale set to "on"
> -
> but I'm not sure if this is still the case.
Hi all,
I am not well in qooxdoo translation.. By reading it documents i think it
requires .PO files or something to give translated strings for application
with the help of generate.py script... is my understanding is correct?
Ok. Now my question is
I have an application, which i want to transl
Hi all,
I want to know, Is there is any way to get/bind hover event on table rows..
I want to display "Action icons" on currently hovered row of a table.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/hover-Event-in-table-rows-tp7582977.html
Sent from the qooxdoo mailing lis
Oh... Thank you Andreas..
On Thu, Feb 14, 2013 at 7:47 PM, Andreas Parusel [via qooxdoo] <
ml-node+s678n758283...@n2.nabble.com> wrote:
> Hi Baskar,
>
> you already answered your question yourself ;)
>
> Simply create a new DateField (in that case value is set to 'null
Thanks Marc.Thank you so much.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/How-to-add-new-item-to-qx-data-marshal-Json-createModel-def-model-tp7582828p7582834.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Thanks Marc, Thank you for your reply.
I am a newbie to QooxDoo.. It will be very helpful if you give me an example
for this..
How do i implement a delegate in qx.data.marshal.Json.CreateModel()..
then how can i change/add a field in model with user input.
--
View this message in context:
Hi,
I want to change/update a model in run time which is created with
qx.data.marshal.Json.createModel(def.model) function.
How to do it? de.model is a JSON definition for model which is look like
this :
{
f_name: "baskar",
l_name: "vignesh"
}
for example i
HI,
Is there is any way to set datefield to "empty" or null value...
It display's 01/01/1970 when i give an empty string as a value.
I want to make it as blank field.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Setting-NULL-or-empty-value-to-DateField-tp7582827.htm
hi,
Thanks for ur information.
i created one web page that contains QxListView.
i have 20 columns.But i can see only 7 columns.
i cant view horizontal scroll bar to view all columns
how can i insert horizontal scroll bar to see all columns.
i Studied ur message and tried to insert ur function i
hi all,
I have used ListView in my project.
I am having 20 columns.But i can view only 7 columns.
i didnt get any horizontal scroll bar to view more
columns.But i added 100 rows. i got vertical scroll
bar to view all rows.
can any one tell how to add horizontal scroll bar to
listview.
this is ver
inautix.com> writes:
>
>
> Hi,
> Is there any way to get the horizontal
> scroll bar for the list view. I have more columns so that it cannot fit
> in the current width.
> Regards,
> Sivaprasad C
hi,
i am having same problem
if u know solution send me
Advance thanks
Regards
Baskar.N
25 matches
Mail list logo