INPUTCURSORCOLOR, INPUT HEX, IMAGEDENSITY 0 bug

1 view
Skip to first unread message

John Bridges

unread,
Feb 28, 2012, 10:51:58 PM2/28/12
to after...@googlegroups.com
New build of AfterGRASP is up for download:
 
 
agsetup_20120228.exe
 
----------------------------------------------------------------------------
Tue, 28 February 2012

Incorrect value from ASINCHES when IMAGEDENSITY 0 is used (to get a
inches only value) fixed.

    drawclear white
    local test 50+8in
    messagebox asinchesonly(@test) ; displays 8
    exitnow

asinchesonly:
    declare v
   
    local savedpi @drawdensityx
    imagedensity 0
    local result asinches(@v)
    imagedensity @savedpi
    return @result
   
   
   
INPUT commands now recognize a "HEX" type.
Single character codes added for COLOR "C" and HEX "H" type, for instance:

   inputline test "HHHHHH" ; allow a 6 digit hex number
  
  
SET INPUTCURSORCOLOR fixed, was not working.

----------------------------------------------------------------------------
Sun, 26 February 2012

Use of INPUTACTIVE with no other input fields now exits an input instead
of looping back to the same input field.

----------------------------------------------------------------------------

Reply all
Reply to author
Forward
0 new messages