Incorrect display of pallets in Bricscad

Started by joern bosse, April 02, 2012, 03:36:27 AM

Previous topic - Next topic

joern bosse

Hello,
I have a problem with the representation of pallets into Bricscad, they are only shown as a gray area, more is not to see.

I'm using OpenDcl 7.0.0.4 and Bricscad 12.1.22 DE

In AutoCAD 2012 the pallet will be displayed correctly. Do I make a mistake?

greetings
Jörn bosse

Code (autolisp) Select

(defun c:Palette ( / )
  (command "OPENDCL")
  (dcl_Project_Load (findfile "Palette4Bricscad.odcl") T)
  (dcl_Form_Show Palette4BricsCAD)
  )


(defun c:Palette4BricsCAD_OnInitialize (/)
  (dcl_Control_SetText Palette4BricsCAD_Text_Test "Palettentest für Bricscad")
)



roy_043

It seems that palettes are not yet (correctly) implemented in BC.
Using a control bar can be a good alternative:
http://www.opendcl.com/forum/index.php?topic=1618.0

joern bosse

Hallo Roy,
Thank you for your tip, I think I'll make it so (it has already works in the test-run).

greets
Jörn

PS: Sorry, my English is sponsored by google-Translator ;D