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...
Continue reading...