Hello MC,
Thanks a lot.
The Testfiles : EXE, RC, TESTFOLDER.prg
http://www.pflegeplus.com/fw_downloads/testbrowse.zip
A sample :
Like You can see, the balls are adjusted to the browser.
Another sample :
I used the Background-tools, created a gradient and saved it as bitmap.
Now it is very simple :
Adjusted background :
oLbx1:cBmpAdjBrush := "3D.bmp" // It is 24-Bit
Tiled Background :
oLbx1:SetBackGround("view.bmp" )
A small thing I noticed after some tests :
Two Browsers in Folder-page 1
oLbx1:cBmpAdjBrush := "Gradient1.bmp"
oLbx2:cBmpAdjBrush := "3Dball.bmp"
oLbx1 shows < 3Dball.bmp > background as well.
Inside the second folder-page
oLbx3:cBmpAdjBrush := "Gradient1.bmp"
I open the dialog.
Folder-page one shows < 3Dball.bmp >
I change to folder-page 2
The browser shows < Gradient1.bmp >
Going back to folder-page 1
oLbx1 and oLbx2 changed from < 3Dball.bmp > to < Gradient1.bmp >
It seems, allways the last selected BMP is activated.
Regards
Uwe
