[fpc-pascal] Assigning events in objects

2010-02-03 Thread Zitt Zitterkopf
All, I'm writing a TurboVision App to cross compile to Linux - but debugging on my main Win32 box. In this app; I'm attempting to use the TFPTimer component to trigger an event every 1000ms. I can't get the bugger to compile; despite google searches and a lot of experience in Delphi. The c

[fpc-pascal] TVision dynamic NewSItem for RadioButton

2010-02-03 Thread Zitt Zitterkopf
I have a list of strings inside a TStringList which contains the contents of my TurboVision RadioButton group. This TStringList has a variable data payload... there may be 1 entry... there may be 10 entries. I need to create a RadioButton Group with a variable number of entries; however, m

[fpc-pascal] Exec(), Linux, and /dev/null redirection

2010-02-16 Thread Zitt Zitterkopf
I'm cross developing a program in free pascal running FreeVision. When running under Linux / Busybox; I'm attempting to mount a device to scan it for a set of files. Since I'm running a TUI (Text User Interface); I cannot have the BusyBox mount command printing failure information to the screen

[fpc-pascal] RE: Exec(), Linux, and /dev/null redirection

2010-02-18 Thread Zitt Zitterkopf
I wanted to thank you guys for you help with this and other problems I posted recently. My project entered beta today... and I'm expecting it to be opensourced in the coming mth or so. I ended up using the suggestion of using the fpsystem() call which seemed to work well except that it do