DesignCAD User Forum
September 09, 2010, 10:43:28 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: DesignCAD 3D Max 20 now available for purchase. See News and Announcements for more details.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: For me Sys (248) operates only in one direction.  (Read 421 times)
paulerens
Sr. Member
****
Posts: 362


« on: January 29, 2010, 03:30:31 PM »

For me Sys (248) operates only in one direction.
You can put it off but <Sys (248) = 1> do not work
Test versions 17,18,19

248 - Use offscreen bitmap [0=no, 1=yes]
« Last Edit: January 29, 2010, 03:32:15 PM by paulerens » Logged
JJG
Full Member
***
Posts: 103


« Reply #1 on: January 29, 2010, 10:14:08 PM »

I think you are right ! =

I was trying the following macro to test it :
Code:
'macro to turn on or off the statment of use offscreen bitmap,
'from Options/view/enable offscreen bitmap, without having to
'open the options box
'give him a hotmenu icon or a keystroke to be most effective



a=sys(248) 'memorise statment of use offscreen bitmap


if a=1 THEN
sys(248)=0 'don't use offscreen bitmap
else
sys(248)=1 'Use offscreen bitmap
end if

end

it uncheck as well the "enable offscreen bitmap" button, but can not check it ...


I made since a long time ago a similar macro to activate "Select object when created" (very usefull for designing in 3D mode) with a hotmenu icon or a keystroke, to be most effective than having to open successively Option/General and check or uncheck "Select object when created", then "Apply", then close the Option box ...  which macro, with simmilar code using sys(242), is running very much, in both directions.

Also, yes, I confirm what Paulerens is saying.
Logged
JJG
Full Member
***
Posts: 103


« Reply #2 on: January 29, 2010, 10:36:29 PM »

I confirm too, that in V 15.52 (Designcad pro 6000), it is similar :<Sys (248) = 1> do not work
Logged
paulerens
Sr. Member
****
Posts: 362


« Reply #3 on: February 13, 2010, 08:25:37 AM »

JJG,

Sys(248)=1 Works in version 20.!!

Paul.
« Last Edit: February 13, 2010, 08:57:13 AM by paulerens » Logged
JJG
Full Member
***
Posts: 103


« Reply #4 on: February 13, 2010, 10:23:10 AM »

Fine ! I'll by it.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!