steve8tch Posted January 13, 2005 Posted January 13, 2005 Does someone fancy making a simple GUI 'menu' UDF This could be something like Func _menu($stext,$iMulti, $sMeniItem1,$smenuItem2,$meunuItem3,etc,etc) $iMulti - this would define the number of selections that would be possible, eg 1 ,2 etc Then add the menu items. eg $x = _menu("Choose a colour",1,"red,blue,green,yellow) This would allow people to very quickly create simple menu lists for selection without having to script a GUI. Just a thought /idea /suggestion
para Posted January 14, 2005 Posted January 14, 2005 Search.... This is already being done. Its has alot of work to go but its getting there... Check Development.
steve8tch Posted January 14, 2005 Author Posted January 14, 2005 Did a quick check - didn't see anything. :"> I didn't think it would be too complicated. It was just an idea for a very quick, simple, no thrills menu UDF I thought about 2 different styles. 1. Items would be listed with a checkbox beside them to select item(s) 2. Items would listed as button labels. I thought that if you limited number of items displayed to about 10 then there would not need to be too many size checks built into the UDF. It was just a thought - if someone was bored and was looking for something to do........
this-is-me Posted January 14, 2005 Posted January 14, 2005 @para, He doesn't mean a menu like you think. He really means a simple item selector. Who else would I be?
para Posted January 14, 2005 Posted January 14, 2005 Re-read what he said, sorry, i retract my statement I was reading to quick....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now