--- Graeme Geldenhuys <[EMAIL PROTECTED]> escribió: > Hi, > > When was the last time anybody tried to run the TSemaphorGrid > example > included in Lazarus? The semaphorGridLPK package compiles and > installs fine, but the example can't even load. > > Opening the example application gives me a property is Read-Only > error > and then about another 15-20 errors I need to click through before > I > can see a form (which I think doesn't look right as the grid is 3/4 > off the form). >
Some forms were designed before 2.1.1 when readonly properties used to be stored in lfm files. In revision 10426 I removed these properties form some lfm files including the semaphore grid example. Please try again. > I want to start using the TStringGrid component (due to lack of > custom > draw features in TListView) and read that Jesus once mentioned to > AJ > Verter the TSemaphorGrid for some OpenBook application. I wanted > to > review TSemaphorGrid to see what is different to TStringGrid. > > Just to confirm - Custom drawing in the TStringGrid is supported on > Linux (gtk) and Windows? yes it's supported, now it works even under QT (readonly thought, and under OS X it really scares) > Anybody got some cool screenshots to show > off there master pieces? :-) > Maybe those screenshots can be added to the wiki at: > http://wiki.lazarus.freepascal.org/index.php/Grids_Reference_Page > Custom drawing howto is yet to be written, will try to find some time next weekend. > -- > Graeme Geldenhuys > > There's no place like S34° 03.168' E018° 49.342' > Jesus Reyes A. ___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
