Re: custom matrix login menuã By: Nightfox to Lesser Keys on Fri Oct 25 2013 08:30 pmãã LK>> I am working on a custom logon matrix menu. I have a few questions.ã LK>> First question, Is there a way to load a picture into the scriptã LK>> without it redrawing the menu every time someone presses an arrowã LK>> key to move. I cant figure it out. It works ok I guess but theã LK>> script must redraw the menu every time someone moves the lightã LK>> bar...And also I would like to put ansi around the enter user nameã LK>> and password part. I cant seem to get the ansi to fit around theã LK>> text instead it covers the text or it is in the wrong place...ã LK>> thanksã Ni> Generally speaking (without seeing the specifics of your code), what you'dã Ni> need to do is to display the ANSI, then display your lightbar menu andã Ni> have it do basically an input loop and respond to arrow keys, etc. andã Ni> only redraw the menu components.ããOkay, thanks! I have another question. It maybe stupid, or not make sence. Howãdo I load the ansi, and embed the lightbar menu inside tha ansi.ãI guess I could execute the baja script for the light bar inside the ansi file.ãUsing the following @EXEC:MODNAME@ãAnd for the curor inside tha ansi byã@codes@ãUP Move cursor up one row (ANSI) 3.0bãUP:n Move cursor up n rows (ANSI) 3.0bãDOWN Move cursor down one row (ANSI) 3.0bãDOWN:n Move cursor down n rows (ANSI) 3.0bãRIGHT Move cursor right one column (ANSI) 3.0bãRIGHT:n Move cursor right n columns (ANSI) 3.0bãLEFT Move cursor left one column (ANSI) 3.0bãLEFT:n Move cursor left n columns (ANSI) 3.0bãGOTOXY:x,y Move cursor to x/y (1-based) (ANSI) 3.0bãPUSHXY Save current cursor position (ANSI) 3.0bãPOPXY Restore saved cursor position (ANSI) 3.0bããInside the ANSI I am trying to display. ãI am thinking I would have to create a color to highlight the selected text.ãAlso, setting a variable for each arrow key, or by using w,a,s,d. I have noãidea how to set a variable for arrow keys..I am sifting through bajaãdocumentation for find this.ãI am guessing I need to find some lightbar *.src files for baja to as well. Iãcan't seem to find any.ã ãThanks for your time.ããRegards,ããã... A seeming ignorance is often a most necessary part of worldly knowledge.ãSolomon's Temple BBSãHome to Starr-Netã
Telnet://solomonstemplebbs.com, https://solomonstemplebbs.comããããã---ã þ Synchronet þ Solomon's Temple
telnet://solomonstemplebbs.com, Home to Starr-Netã