[fpc-pascal] How to build Nice and Convenient Console Menu ?

2009-09-28 Thread Tom__G
Hi Does anyone know how to build console menu, eg with highlight keys and arrows navigations, like images below ? Thanks Tom http://www.nabble.com/file/p25643956/menu1.jpg http://www.nabble.com/file/p25643956/menu2.jpg -- View this message in context: http://www.nabble.com/How-to-build-Ni

Re: [fpc-pascal] How to build Nice and Convenient Console Menu ?

2009-09-28 Thread Tom__G
Michael Van Canneyt wrote: > > But they will not work on a secure shell session from one server to > another > :-) > > Michael. > I actually need to make it work via SSH... :-( -- View this message in context: http://www.nabble.com/How-to-build-Nice-and-Convenient-Console-Menu---tp25643956p

[fpc-pascal] Clear interactive questions with default values management ?

2009-10-06 Thread Tom__G
Hi, Following another post on menu building I'd like to know if someone could help me to build such kind of interactive Linux console questions : Question 1 [Default_Value_1] ? Default_Value_1<- default value appears here if/when I press ENTER (without providing another custom value) Que

[fpc-pascal] Linux IPC (SHM) : Getting Strange Value for shm_nattch (# of attachements)

2009-10-13 Thread Tom__G
Hi, I try to get number of processes attached to a specific shared memory segment. So I read the shmctl record to retrieve this into shared memory : type TShmid_ds = record shm_perm: TIPC_Perm; Permissions shm_segsz: cint; Segment size shm_atime: time_t; Last access time shm_dtime: time_

Re: [fpc-pascal] Linux IPC (SHM) : Getting Strange Value for shm_nattch (# of attachements)

2009-10-15 Thread Tom__G
No idea ? :-(( -- View this message in context: http://www.nabble.com/Linux-IPC-%28SHM%29-%3A-Getting-Strange-Value-for-shm_nattch-%28--of-attachements%29-tp25874304p25905043.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___

Re: [fpc-pascal] Linux IPC (SHM) : Getting Strange Value for shm_nattch (# of attachements)

2009-10-15 Thread Tom__G
Henry Vermaak wrote: > > 2009/10/13 Tom__G : >> >> Hi, >> >> I try to get number of processes attached to a specific shared memory >> segment. >> So I read the shmctl record to retrieve this into shared memory : >> >> type TShmid_ds = rec