Re: [qooxdoo-devel] Displaying currently selected row index in table

2011-05-31 Thread Marta Smith
Derrell, exactly like that! :) Thank you so much! -Marta On Tue, May 31, 2011 at 12:00 PM, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Tue, May 31, 2011 at 11:43, Marta Smith wrote: > >> Hi Qooxdoo team, >> >> I have built an app for my

[qooxdoo-devel] Displaying currently selected row index in table

2011-05-31 Thread Marta Smith
ve left to edit. Thank you in advance, Marta Smith -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure

[qooxdoo-devel] Limited-range for DateChooser?

2011-03-08 Thread Marta Smith
he x's over the numbers, etc. I'm interested in a solution where you can't paginate further back then a specific month and day and/or can't choose a date past a certain date. Thank you in advance, Marta Smith --

[qooxdoo-devel] How can I attach a command to a table?

2010-09-03 Thread Marta Smith
e special copy-paste functionality I implemented for this specific table column to not leave the scope of the table? thank you in advance, -Marta Smith -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programmi

Re: [qooxdoo-devel] Tooltip on the table cell

2010-07-28 Thread Marta Smith
Hi Derell, thank you for your response! We did extend the Cellrenderer class, and we found a really easy way to add a tooltip. We added a "title" tag to display the CellInfo content. The only problem is that when the row is focused the title gets overridden by the FocusIndicator layer. I know I ca

Re: [qooxdoo-devel] Tooltip on the table cell

2010-07-21 Thread Marta Smith
Hi all, sorry to hijack this thread, but my question is related to this, so I didn't want to start yet another ToolTip thread. I would like to know if setting a tooltip to individual table cells is possible or not? I have a table with 5 column. Column 2 contains a long description. I would like e

Re: [qooxdoo-devel] Table column: copy from single cell, paste into multiple cells

2010-07-01 Thread Marta Smith
Hi All, I have posted this question last week and haven't seen any responses yetwould any of you experts be so kind to address this issue? Thank you in advance, -Marta Smith On Fri, Jun 25, 2010 at 3:36 PM, Marta Smith wrote: > Hi qooxdoo friends, > > I have a table t

[qooxdoo-devel] Table column: copy from single cell, paste into multiple cells

2010-06-25 Thread Marta Smith
Hi qooxdoo friends, I have a table that is a multi-select and my table has 3 columns. 2 of the last columns of the table is editable. Column 0 is not editable. Column 1 is only editable so that people can copy its values from the table and paste it into emails. The column contains long text descri

Re: [qooxdoo-devel] How to use stopPropagation() and preventDefault() correctly?

2010-06-21 Thread Marta Smith
Christian, thank you for your help and for taking the time to write me some sample code. Much appreciated! Best Regards, -Marta -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE

[qooxdoo-devel] How to use stopPropagation() and preventDefault() correctly?

2010-06-18 Thread Marta Smith
Hi qooxdoo team, I have a TabView with multiple tabs. Tab1 has some content that must be submitted. If the user chooses to navigate away from the current tab while working on the task, I would like to give the user a warning in the form of a confirm box asking them "are you sure you want to leave

[qooxdoo-devel] trying to set a text value as a selected item of a List....possible somehow?

2010-03-05 Thread Marta Smith
Hi qooxdoo development community, I am in the process of migrating my application from 0.8.2 to 0.8.3 so that I can upgrade it to 1.x. I have run into a problem I need help with, so I don't have to rewrite this application. Many of our applications based on this data structure, so I'm hoping ther

[qooxdoo-devel] Can't copy value of a ListItem

2009-10-30 Thread Marta Smith
Hi, I am having an issue with qx.ui.form.ListItem. I Have a qx.ui.form.List which I use as a Status List for my qooxdoo application. After each action, such as udate and delete, I add a ListItem to the top of the list with a status message. A new request from our customers is that they would like

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
some applications from the framework does the same modifications like > you want to do. For excample: the feed reader uses the parts feature, > here you can have a look to see how the config.json is modified for > using parts. > > I hope I could help to fill a little bit the gap to un

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
the compleate "common" job and try it again. > What happens? > > Cheers, > Chris > > > -Ursprüngliche Nachricht- > Von: Marta Smith [mailto:smith.ma...@gmail.com] > Gesendet: Do 16.04.2009 22:39 > An: qooxdoo Development > Betreff: Re: [qooxdoo-d

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
ot;il.Mixin.*","il.ui.*","il.util.*" ], "admin" : [ "il.Applet.Applications", "il.Applet.Accounts", "il.Applet.FunctionalSettings", "il.Applet.MOTD", "il.Applet.SSH" ], "

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
Hi Chris, thank you for the quick response. I did not have a cache config key defined, so I went to the documentation page of the config keys ( http://qooxdoo.org/documentation/0.8/generator_config_ref#cache) and put the following code in my config.json file: "cache" : { "compile" :

[qooxdoo-devel] getting started with UploadWidget

2009-04-15 Thread Marta Smith
Hi Qooxdoo gurus! I consider myself relatively new to qooxdoo. I am trying to use the contrib UploadWidget, and read usage documentation on contribution classes. I decided to take advantage of the automatic update feature which the online version has to offer versus manual download. I have the fol