From: aminer on

Hello,


Author: Amine Moulay Ramdane

Description:

Drop-Down Menu widget using the Object Pascal CRT unit.

Please look at the test.pas example inside the zip file.

Use the 'Delete' on the keyboard to delete the items
Use the 'Insert' on the keyboard to insert the items
and use the 'Up' and 'Down' and 'PageUp and 'PageDown' to scroll ..
and use the 'Tab' on the keyboard to switch between the Drop Down
Menus


You can download WinMenus from:

http://pages.videotron.com/aminer/

Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/

Operating Systems: Windows, Mac OSX , Linux , Unix...


Required FPC switches: -O3 -Sd -dFPC -dFreePascal

-Sd for delphi mode....

-dUnix for Linux , Unix and Mac OSX

-dWindows for windows

Required Delphi switches: -DMSWINDOWS -$H+

For Delphi 5,6,7 use -DDelphi switch

For Delphi 2005,2006,2007,2009,2010+ use the switch -DDELPHI2005


Sincerely,
Amine Moulay Ramdane.

From: aminer on

Hello all,

I have updated WinMenus to version 1.01 , now it
is working properly with Delphi 2010.

Take a look at the test.pas example and

Use the 'Delete' on the keyboard to delete the items
Use the 'Insert' on the keyboard to insert the items
and use the 'Up' and 'Down' and 'PageUp and 'PageDown' to scroll ..
and use the 'Tab' on the keyboard to switch between the Drop Down
Menus
and 'Enter' to select an item..
and the 'Esc' on the keyboard to exit..


Welcome: http://pages.videotron.com/aminer/



Sincerely,
Amine Moulay Ramdane.

From: aminer on

Hello,

WinMenus have been updated to 1.1 , now it's stable.

Description:

Drop-Down Menu widget using the Object Pascal CRT unit.
Please look at the test.pas example inside the zip file.

Use the 'Delete' on the keyboard to delete the items
Use the 'Insert' on the keyboard to insert the
items
and use the 'Up' and 'Down' and 'PageUp and 'PageDown' to scroll ..
and use the 'Tab' on the keyboard to switch between the
Drop Down
Menus
and 'Enter' to select an
item..
and the 'Esc' on the keyboard to
exit..
and the 'F1' on keyboard to delete all the items from the
list

You can download WinMenus from:

http://pages.videotron.com/aminer/


Sincerely
Amine Moulay Ramdane.


From: aminer on

Hello again,


I have updated Winmenus to version 1.11 ,
i have just changed itemnum from byte to integer
to support more than 256 items..


Now Winmenus is stable and you can download it from:

http://pages.videotron.com/aminer/



Sincerely,
Amine Moulay Ramdane.




From: aminer on

Hello all,

I have updated winmenus to version 1.2

I have added the following methods:

procedure Clear; // to clear the all list
function Count:integer; // number of items in the list


and the i have added the following property
to access the individual items:

property ItemsList[Index: Integer]: string


Now Winmenus is stable and you can download it from:


http://pages.videotron.com/aminer/



Sincerely,
Amine Moulay Ramdane.