Incorrect display of pallets in Bricscad

Started by joern bosse · 2012-04-02 10:36 UTC · 2 replies · SMF topic #1782

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


(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")
)

Attachments
It seems that palettes are not yet (correctly) implemented in BC.
Using a control bar can be a good alternative:
{2}
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