DataGrid: some questions

2011-09-04 Thread Matthias Rebbe
Hi, what do i have to do to let my user to add a new row to a DataGrid table? I can edit an existing row(with already text in it), but i cannot add a new line to the grid by clicking into the next empty row. Is that not possible? And is it possible to let a user just enter a number of a

Re: DataGrid: some questions

2011-09-04 Thread Admin
_add a new line to the grid by clicking into the next empty row_ That would be unwise, since to edit a cell, you would normally click in the cell in question. Better to have a add row button or make a clickable location that when clicked on adds a row above or below that area. Mike On

Re: DataGrid: some questions

2011-09-04 Thread zryip theSlug
On Sun, Sep 4, 2011 at 3:48 PM, Matthias Rebbe matthias_livecode_150...@m-r-d.de wrote: Hi Matthias, what do i have to do to let my user to add a new row to a DataGrid table? I can edit an existing row(with already text in it), but i cannot add a new line to the grid by clicking into the

Contacting the LiveCode.tv people

2011-09-04 Thread Mark Schonewille
Hello all, Even though we include our contact information in every single e-mail about the LiveCode.tv event, in every blog post on the LiveCode.tv website, while you can also find us everywhere on the internet, particularly on our home pages, on this mailing list, on a number of LiveCode

full-screen compatible for lion mac os

2011-09-04 Thread william humphrey
*How to make* all *apps fullscreen* compatible. - SIMBL and Maximizer.bundle Has anyone made a demo stack which can be made into a stand-alone that has the OS lion switch for full-screen compatible? Is this possible in livecode now? ___ use-livecode

Re: DataGrid: some questions

2011-09-04 Thread Matthias Rebbe
Hi Zryip, thank you very much. As a DGH user, you can follow the lesson I've just uploaded: http://lessons.runrev.com/s/lessons/m/4068/l/28533-How-Do-I-Create-a-Menu-Button-in-a-Column- I followed your instructions in that lesson and it works. But there is a little but I entered 2

Re: DataGrid: some questions

2011-09-04 Thread David Glass
You could put the option menu's text into the column's text in the row's FillInData handler, I think. On 09/04/2011 3:54 PM, Matthias Rebbe wrote: I entered 2 values for that option menu for example Meier and Schulze. If i now add a line to the DataGrid, the option menu already shows Meier.

Re: full-screen compatible for lion mac os

2011-09-04 Thread William de Smet
Hi William, Not exactly the same but you could use: set the fullscreen of this stack tot true. Maybe animate it a little? Greetings, William - Verstuurd vanaf mijn iPhone! Op 4 sep. 2011 om 23:47 heeft william humphrey b...@bluewatermaritime.com het volgende geschreven: *How to make*