[qooxdoo-devel] Table ResizeTableColumnModel issue

2007-11-28 Thread hapershield hapershield
Hi, I have one issue in resizing of a table columns. I am using 2 tables in a page.And i used ResizeTableColumnModel for setting the column width,as it needs to be dynamically adjusted. If i put for only one table,it is working fine.If i put it for second table,the first table loses columnwidths

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-11-28 Thread Jim Hunter
I haven't run your code but I see something 'odd'. Remove the appearance code you have in main and try everything again. To me it says that your table edit stuff should be moved to the bottom of the stack making it invisible. I could be wrong but it's an easy test. I use tables all the time and I n

Re: [qooxdoo-devel] How to remove table header

2007-11-28 Thread Stromquist, Brian
Try myTable.setHeaderCellHeight( 0); -- Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chadrasekhar A Sent: Monday, November 26, 2007 4:12 AM To: qooxdoo-devel@lists.sourceforge.net Subject: [qooxdoo-devel] How to remove table header Hi all, I

[qooxdoo-devel] drag&drop from system to browser window

2007-11-28 Thread Bogan I. Ivanov
Is it possible to add a listener to grab the file path from a drag from the desktop to the browser window.? - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data c

Re: [qooxdoo-devel] internal window behind pdf document in iframe

2007-11-28 Thread Dirk Wellmann
Hi Phillip, you will have the same issue on running Flash, it's because they get the Windowhandel of your Browserwindow to paint themselfs, but they don't know about any DIV's or IFRAMES or anything else! Solution in my Project was to call the Method setDisplay(false); of the Flash-Object and

[qooxdoo-devel] Question about qx.core.Variant in 0.7.2

2007-11-28 Thread WillP
Hi, I am upgrading some 0.6.6 code to 0.7.2 and I am a little confused about the differences between using: the Variant "qx.client" to determine which browser is being used and the Client browser test methods - which were present in 0.6.x and are still available in 0.7.x. I can see that usin

[qooxdoo-devel] internal window behind pdf document in iframe

2007-11-28 Thread Philipp Wabinski
Hello there, I have some Problems with the internal windows and a iframe. When I open a pdf document inside the iframe all opened internal windows are behind it. I tried the bringToFront() command insight the window and also tried to incease its zIndex but nothing helped. With normal Html content

Re: [qooxdoo-devel] Problem with cell editor in 0.71

2007-11-28 Thread Philipp Wabinski
Hello again, did anyone tested the testcase I made? It would be really nice to get some response. I still have no solution :( Thanks in advance Philipp -- View this message in context: http://www.nabble.com/Problem-with-cell-editor-in-0.71-tf4708675.html#a13989615 Sent from the qooxdoo-devel

Re: [qooxdoo-devel] problem in setvalue method in the table

2007-11-28 Thread Dirk Wellmann
Fabian Jakobs wrote: > Dirk Wellmann schrieb: > >> Hi Deepakraj, >> >> sorry for coming back late, but I was very busy the past days. >> >> Just take a closer look at the Sources of Qooxdoo at >> qx.ui.table.cellrenderer.Abstract you will find what you have to >> impement and for Exampel make

Re: [qooxdoo-devel] table-sorting problem with lower and upper case strings

2007-11-28 Thread Fabian Jakobs
Raul Gutierrez S. schrieb: > On Thu, 2007-11-22 at 15:01 +0100, Fa. Linstep, Stefan Volbers wrote: > >> Hi Tobias, >> >> within qooxdoo0.6.6, I helped myself by overriding qx.Proto.sortByColumn >> in a custom sorting table model which is derived from >> qx.ui.table.SimpleTableModel, like that:

Re: [qooxdoo-devel] problem in setvalue method in the table

2007-11-28 Thread Fabian Jakobs
Dirk Wellmann schrieb: > Hi Deepakraj, > > sorry for coming back late, but I was very busy the past days. > > Just take a closer look at the Sources of Qooxdoo at > qx.ui.table.cellrenderer.Abstract you will find what you have to > impement and for Exampel make a copy of qx.ui.table.cellrenderer.

Re: [qooxdoo-devel] Focusing a TextField

2007-11-28 Thread Fabian Jakobs
vbaspcppguy schrieb: > I have a ButtonView that has a text box (among other things) on each of its > pages, I want to set the focus of said textbox when the page is viewed. I > currently have an event on textbox:appear but it does not seem to work. > > When should focus() be called? > Some brows

Re: [qooxdoo-devel] Resize event

2007-11-28 Thread Fabian Jakobs
cboulanger schrieb: > Hello, > > in my application, I use windows with an Iframe. When resizing the > window (for example, maximizing and restoring), I need to resize > elements in the Iframe. How can I catch the resize events from the > container widgets? I have looked into the documentation an

Re: [qooxdoo-devel] How to remove table header

2007-11-28 Thread Fabian Jakobs
chadrasekhar A schrieb: > Hi all, > Is there ant way to remove a table header? > Please let me know. > Thanks, > Chandu > > - > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio

Re: [qooxdoo-devel] autocomplete behavior of form elements

2007-11-28 Thread Fabian Jakobs
westor schrieb: > Well, I tried this, may be that's not the right way? > > field.setHtmlProperty("autocomplete", "On"); > field.setHtmlProperty("name", "email"); > > It's not working. In Firebug I see, that _htmlProperties (autocomplete and > name) are set. > But there is also _inputElement with au