FileChooser

Post your Gambas programming questions here.
Post Reply
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

FileChooser

Post by cogier »

With a FileChooser Is there a way to set the value of the 'icon size control' using software?

Image

The setting (32/&H20) goes from 0 to 256. The default is 32 as in both images here.

Image
User avatar
jornmo
Site Admin
Posts: 224
Joined: Wednesday 21st September 2016 1:19pm
Location: Norway

Re: FileChooser

Post by jornmo »

You will probably have to use the .Childrens array. Open the FileChooser component's sourcefile (from SVN) and try to see what what the parents of the slider is and that control's parent until you reach the form.
Post Reply