[progress Communities] [progress Openedge Abl] Forum Post: Re: 64-bit Activex Issue Setting...

  • Thread starter Thread starter Derek Lord
  • Start date Start date
Status
Not open for further replies.
D

Derek Lord

Guest
Using :Font makes no difference, same error. One of Codejocks controls is a Label control, which I can set no problem. This works: CO-Label:FONT:NAME = 'Calibri' CO-Label:FONT:SIZE = 20 CO-PropertyGrid:FONT = CO-Label:FONT This is a work around, but I hate it when 3rd party controls stop working the way they are documented to work. I was hoping there was a way to cast between these two, as that is the way Codejock now say to do it:- vFont = NEW System.Drawing.Font("Calibri",20). CO-PropertyGrid:FONT = vFont.

Continue reading...
 
Status
Not open for further replies.
Back
Top