[qooxdoo-devel] execute based on selected tab

2012-04-08 Thread paragasu
Hi All, I have toolbars with action menu save & i have a tabview in which contain a form (form inside each tab page) i want to execute savedata depending on which tabview page is active. How do accomplish this? Thanks. Regards para

Re: [qooxdoo-devel] execute based on selected tab

2012-04-09 Thread paragasu
e function will you exectue. > > > > var tabview = new qx.ui.tabview.Tabview(); > > > > > > var selectedPage = tabView.getSelection()[0]; > > var title = selectedPage.getLabel(); > > > > Regards > > > > > > paragasu wrote > &

Re: [qooxdoo-devel] execute based on selected tab

2012-04-14 Thread paragasu
On Tue, Apr 10, 2012 at 1:19 AM, Mustafa Sak wrote: > Hi paragasu, > > like slah wrote, there are many ways. So let me put my two cents in: > > I would first extend qx.ui.tabview.Page and would implement a member > function "save". > Know you can execute explici

[qooxdoo-devel] qx.ui.table.model.filtered extremely slow

2012-05-13 Thread paragasu
hundred rows but when i run it on the real data which is 4500 rows. It is so slow in firefox that i got the non responsive alert pop up warning a many times. Is there any setting for me to optimize so the search stuff can work smoothly? thank you, paragasu

[qooxdoo-devel] how to filter in smart.model.Default

2012-05-14 Thread paragasu
? Help appreciated. Regards, paragasu -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

Re: [qooxdoo-devel] how to filter in smart.model.Default

2012-05-15 Thread paragasu
because it need timezone external library that i have no idea where to get. Regards, paragasu On Mon, May 14, 2012 at 10:06 AM, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Mon, May 14, 2012 at 12:46 PM, paragasu wrote: > >> Hi All, >> >> I am try

[qooxdoo-devel] icon on the right side qx.ui.form.texfField

2012-06-20 Thread paragasu
I am looking for a way to put an icon the right side of the qx.ui.form.textField() just like the qx.ui.form.DateField() Been looking for the textField doc but have no clue yet. Anyone know how to do it? Regards, paragasu

Re: [qooxdoo-devel] icon on the right side qx.ui.form.texfField

2012-06-21 Thread paragasu
ment? Regards, jeffry On Wed, Jun 20, 2012 at 11:12 PM, Mustafa Sak wrote: > Hi Paragasu, > > Just extend Textfield and override _createChildcontrolImpl. > Put a new control to the switch case statement like in AbstractField or > Textfield. At the constructor just call th

[qooxdoo-devel] progresbar in table cell

2012-06-25 Thread paragasu
Hi All, I want to have a progresbar in the table cell column. But there is no qx.ui.table.cellrenderer.ProgressBar() It will be great if someone can point out how to do it or an insight how i can write one. Regards, paragasu

Re: [qooxdoo-devel] progresbar in table cell

2012-06-25 Thread paragasu
Thanks tobi, I am going to study the code. This is very helpful Regards, paragasu On Mon, Jun 25, 2012 at 9:33 PM, Tobias Oetiker wrote: > Hi Paragasu, > > the canvascell contrib might help > > http://qooxdoo.org/contrib/project#canvascell > > cheers > tobi >

[qooxdoo-devel] D3 and QxProtovis

2012-06-29 Thread paragasu
Protovis is a nice graph library. Very glad to find out there is a QxProtovis contrib to integrate with Qooxdoo. All thanks to Tobi Oetiker. Trying to lean protovis but the website says the library is no longer maintained. It is now called D3 and it is even awesome capabilities. I am wondering if

Re: [qooxdoo-devel] D3 and QxProtovis

2012-06-29 Thread paragasu
On Fri, Jun 29, 2012 at 12:57 AM, Tobias Oetiker wrote: > Hi Paragasu, > > Today paragasu wrote: > > > Protovis is a nice graph library. Very glad to find out there is > > a QxProtovis contrib to integrate with Qooxdoo. All thanks to > > Tobi Oetiker. > >

Re: [qooxdoo-devel] D3 and QxProtovis

2012-06-29 Thread paragasu
Actually it is working, the div #d3 generated height is not big enough to display all the svg content. changing the height of it solve the problem. Regards, paragasu On Fri, Jun 29, 2012 at 7:52 PM, paragasu wrote: > On Fri, Jun 29, 2012 at 12:57 AM, Tobias Oetiker wrote: > >>

[qooxdoo-devel] unable to inherit _applyId

2012-07-17 Thread paragasu
yprog.WidgetTwo() wtwo.setId(3); It display "applyId widget executed". It seems i am unable to override the _applyId function. Is there any work around on this? Regards, paragasu. -- Live Security Virtual Confer

Re: [qooxdoo-devel] unable to inherit _applyId

2012-07-17 Thread paragasu
On Tue, Jul 17, 2012 at 9:52 AM, paragasu wrote: > Dear all, > > I have the following code > > qx.Class.define('myprog.Widget', > { >properties: >{ > 'id': { init:null, apply: '_applyId'} >}, &g

[qooxdoo-devel] How to use icon fonts or svg for widget icon

2014-12-14 Thread paragasu
Is it possible to use svg as icon for button? I wonder if it is possible to use icon fonts & how to accomplish this in qooxdoo? -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Su

Re: [qooxdoo-devel] Open source project

2014-12-24 Thread paragasu
I try to login & expecting an interface come up after the login. Nothing happen On 24 Dec 2014 00:28, "halcwb" wrote: > To get an impression, my first mobile app > ever! > > http://95.128.4.30/genpres/mobile/genpres/build/#%2F > > Login: De

Re: [qooxdoo-devel] How to use icon fonts or svg for widget icon

2014-12-24 Thread paragasu
erator - or if it's already there, check why it's > not working. Sadly I had no time to dig into that yet... > > Am Sonntag, den 14.12.2014, 17:42 +0800 schrieb paragasu: >

Re: [qooxdoo-devel] Open source project

2014-12-24 Thread paragasu
I'm curious about the interface of your old software. Wondering if it is possible to see some screenshot :) On 24 Dec 2014 23:19, "woprandi" wrote: > I could help you for the migration ExtJS to Qooxdoo. However, I cannot > guarantee to be very active. I spend much time to my developer jobs and >

[qooxdoo-devel] qooxdoo and material ui

2014-12-28 Thread paragasu
I've been looking at material design ui by google http://www.google.com/design/ I like the design since it look profesional and uniform in android platform. What is your advice on the best way to use the material design ui in qooxdoo project? Thank you

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-30 Thread paragasu
I wrote a simple abstraction to automatically generate form based on the given postgresql table definition. I work well so far :) On 30 Dec 2014 17:45, "Petr Kobalíček" wrote: > Hi, > > you are right of course, nothing is "generally" wrong, but I hope you > received the message. When you start u

[qooxdoo-devel] qooxdoo local storage & syncing to cloud

2015-01-03 Thread paragasu
I am curious how you guys handle local storage and syncing with cloud data. Currently i am working on a hostel PMS using postgresql database and the client is written in qooxdoo. I am aware that some of hostel might not have a good internet connection & it give me some delay everytime i am trying

[qooxdoo-devel] How to fix unknow global symbol warning

2015-02-25 Thread paragasu
>>> Processing configuration - Warning: ! Shadowing job "build-script" with local one - Warning: ! Shadowing job "libraries" with local one Executing: source::source-script

[qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-10 Thread paragasu
I just upgraded my qooxdoo to 4.2 via git. I found out that the qx.ui.window.Window() close button not visible but i can click on it (top right corner) to close the window. The button is visible before i upgrade. Anyone encounter this issue or just me.

Re: [qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-13 Thread paragasu
you. On Tue, Apr 14, 2015 at 1:44 AM, Richard Sternagel < richard.sterna...@1und1.de> wrote: > Hey paragasu, > > after pulling the newest commit available (0249bd9) and switching to the > playground ("cd application/playground") and building it ("./generate.

Re: [qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-14 Thread paragasu
.ui.form.Button" with a > "qx.ui.basic.Image" inside? The qx.ui.form.Button is there & the qx.ui.basic Image also there I attach the screenshot of google & firefox here. https://www.dropbox.com/s/9x603zne1xghxh9/firefox_39.0a2.png?dl=0 https://www.dropbox.com/s/uj6u82ol9h

Re: [qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-15 Thread paragasu
Hi Richard, Here is the link to download the application test zip i used for the screenshot. https://www.dropbox.com/s/4afdx7o8cbns2v6/test.zip?dl=0 Regards, paragasu On Wed, Apr 15, 2015 at 5:54 PM, Richard Sternagel < richard.sterna...@1und1.de> wrote: > Hey paragasu, > >

Re: [qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-15 Thread paragasu
Hey Richard, I just notice that the qx.ui.Table icon on the right side (icon to display hidden column) is also not showing. Regards, paragasu On Wed, Apr 15, 2015 at 7:45 PM, paragasu wrote: > Hi Richard, > > Here is the link to download the application test zip i used for the >

Re: [qooxdoo-devel] qx.ui.window.Window close button not visible

2015-04-16 Thread paragasu
Hey Richard, It works. It fixed now. Thank you, paragasu On Thu, Apr 16, 2015 at 4:24 PM, Richard Sternagel < richard.sterna...@1und1.de> wrote: > Hey paragasu, > > there was a commit which introduced, the following CSS-Rule: > > background-size: 100% auto; > > This

[qooxdoo-devel] Random default option selected for qx.ui.form.virtualselectbox on google chrome

2015-04-26 Thread paragasu
egistry.js:263 debugger eval code:1 Thank you, paragasu -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics,

[qooxdoo-devel] get list of visible column in qx.ui.table.table()

2015-04-27 Thread paragasu
I have a qooxdoo table with list of columns, some are not visible columns. User can then toggle the hidden column from the icon on the top right side of the table. How do i get the list of the visible column after the user hide/show some of the columns? Thank you, paragasu

Re: [qooxdoo-devel] get list of visible column in qx.ui.table.table()

2015-05-04 Thread paragasu
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.columnmodel.Basic~getVisibleColumns!method_public > > > > Gruß > > *Mustafa Sak* > > > Applications & Integration > > 1&1 Internet AG | Ernst-Frey-Straße 10 | 76135 Karlsruhe | Germany > > > &g

Re: [qooxdoo-devel] Random default option selected for qx.ui.form.virtualselectbox on google chrome

2015-05-04 Thread paragasu
Hi Richard & Mustafa, I finally found out the problem. It has to do with the sort() as in the playground code below. The function behave differently in google chrome. http://tinyurl.com/kn3zdxy Regards, paragasu On Tue, Apr 28, 2015 at 4:33 PM, Mustafa Sak wrote: > Hi, > > >

[qooxdoo-devel] Accepting keyboard input after focus() on spinner

2015-05-17 Thread paragasu
I have a qx.ui.form.Spinner() widget var price = new qx.ui.form.Spinner(0, 0, 100); price.focus(); price.activate(); the spinner widget get focus (highlighted border). But i wont be able to change the value without clicking inside the spinner widget. I want to be able to 1.automatically focus in

[qooxdoo-devel] Binding could not be found error

2015-06-28 Thread paragasu
I been having this problem every time, 471180 qx.core.ObjectRegistry: Could not dispose object sumisi.form.SelectBox[49716-0]: Error: Binding could not be found! Error: Binding could not be found! qx.data.SingleValueBinding:1213:13,qx.data.MBinding:75:34,qx.ui.form.VirtualSelectBox:214:14,qx.ui.fo

Re: [qooxdoo-devel] Binding could not be found error

2015-06-28 Thread paragasu
; Hauptsitz Montabaur, Amtsgericht Montabaur, HRB 6484 > > Vorstand: Frank Einhellinger, Robert Hoffmann, Markus Huhn, Hans-Henning > Kettler, Uwe Lamnek > Aufsichtsratsvorsitzender: Michael Scheeren > > Member of United Internet > > > Ursprüngliche Nachricht

Re: [qooxdoo-devel] HTML editor in Desktop

2015-06-29 Thread paragasu
i did look into it last time and end up using ckeditor instead. qooxdoo work nicely with ckeditor. On 30 Jun 2015 13:33, "hcarsten" wrote: > I am trying to integrate an HTML editor (with basic formating) into a QX > Desktop app. > Anyway I am a bit confused: > > - https://github.com/qooxdoo/htmla

[qooxdoo-devel] make focus event to make the button clicked

2015-08-02 Thread paragasu
I have a textfield and a button next to it. clicking on the button will popup file chooser (to upload file). is it possible to trigger the user click event of the button when the user focus on the textfield? Regards, Paragasu

Re: [qooxdoo-devel] GraydientTheme for qx 3.0+ released

2015-09-24 Thread paragasu
Thank you :) The theme look nice On Sep 21, 2015 12:49 AM, "Norbert Schröder" wrote: > Hello, > > I've finished porting the GraydientTheme, the source is available at > GitHub: https://github.com/scro34/GraydientTheme > > And here's the demo: http://scro34.de/graydienttheme/ > > Now I need a them