Re: [qooxdoo-devel] button executing a download link

2013-10-10 Thread Baskar Vignesh
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

Re: [qooxdoo-devel] Alert window

2013-06-24 Thread Baskar Vignesh
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

Re: [qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-03 Thread Baskar Vignesh
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):

[qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-02 Thread baskar
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

Re: [qooxdoo-devel] how to make a hbox composite to maximize its content(horizontally)

2013-05-18 Thread Baskar Vignesh
*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

[qooxdoo-devel] [Missing appearance: token] Help new to fix this :(

2013-05-12 Thread baskar
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

[qooxdoo-devel] Customize Button background gradient in run-time ?

2013-04-30 Thread baskar
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

[qooxdoo-devel] problem with zIndex of ui.Window

2013-04-24 Thread baskar
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

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
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

Re: [qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
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

[qooxdoo-devel] TablePane prevents top level scrolling on the window

2013-04-19 Thread baskar
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

Re: [qooxdoo-devel] qx.util.format.NumberFormat does not work for more then 3 digit numbers

2013-04-09 Thread Baskar Vignesh
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.. > >

Re: [qooxdoo-devel] qx.util.format.NumberFormat does not work for more then 3 digit numbers

2013-04-08 Thread baskar
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

[qooxdoo-devel] qx.util.format.NumberFormat does not work for more then 3 digit numbers

2013-04-08 Thread baskar
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

Re: [qooxdoo-devel] OnDemand Translation for JSON response

2013-03-22 Thread baskar
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.

[qooxdoo-devel] OnDemand Translation for JSON response

2013-03-22 Thread baskar
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

[qooxdoo-devel] hover Event in table rows

2013-03-01 Thread baskar
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

Re: [qooxdoo-devel] Setting NULL or empty value to DateField

2013-02-14 Thread baskar
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

Re: [qooxdoo-devel] How to add new item to qx.data.marshal.Json.createModel(def.model)

2013-02-14 Thread baskar
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. --

Re: [qooxdoo-devel] How to add new item to qx.data.marshal.Json.createModel(def.model)

2013-02-14 Thread baskar
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:

[qooxdoo-devel] How to add new item to qx.data.marshal.Json.createModel(def.model)

2013-02-14 Thread baskar
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

[qooxdoo-devel] Setting NULL or empty value to DateField

2013-02-14 Thread baskar
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

Re: [qooxdoo-devel] QxListView RowRenderer and CellRenderer

2006-03-30 Thread Baskar
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

[qooxdoo-devel] Regardin Horizontal scroll bar in ListView

2006-03-29 Thread baskar baskar
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

[qooxdoo-devel] Re: Horizontal Scrolling in ListView

2006-03-24 Thread Baskar
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