... and you should call it in a similar manner. I think this should be attempted. Our previous solution had the drawback that it needed to be in the foreground. I can search for the source code and post it. But I think we should also try the approach with the libraries. Let me know if I should check. ...
... FONT oFontreturn nil Here we are showing 30 dialogs. For each dialog, we are choosing a random background color. We are selecting the foreground color as ContrastClr( nClrBack ) https://i.ibb.co/C8Y1k0B/CONTRAST-CLR.png
... will "see" Color which you have set on Control COLOR Option. but i don´nt think that you can change Border Color, only Background and Foreground in COLOR Option Combobox have 2 Parts and need Ownerdraw https://forums.fivetechsupport.com/viewtopic.php?t=44457
1) Text Bottom aligned and image top aligned? or 2) Paint text in foreground over image as background? or 3) Text as background and transparent image as foreground?
... bottom coordinates. <cLabel> The caption of the group. <oWnd> The window or dialogbox container of this control. <cClrFore> The foreground color of the group. <nClrBack> The background color of the group. <oFont> A reference to the font object used for the Group control. ...
... CLR_BLACK, oDlg:nClrPane ) oPanel:SetFont( oDlg:oFont ) how can i "paint it black" and set "my" Foreground Color :?: --- i have search for "more" XBROWSE but they seems not to pass COLOR or FONT in these *.prg C:\fwh\source\function\adofuncs.prg ...
Or, if working from inside a Class, I like to always have an ::oOwner property that can be set on object init or down the road. Any dialog is OF ::oOwner.
it is normal, being a customer registry, it can start from the main menu, but also from the button in the customer field of the invoice, or of the order, in any case it must have the father's reference as launch parameters. *---------------------------------------------------------------------------...
A popup dialog is one called from another dialog. My post gave an example. In this case the popup ( secondary ) dialog is for looking up ( or adding ) a client and a vehicle being serviced. Because it’s two databases a simple list doesnt work