filechooser dialog

Upload core product.
Post Reply
Raja
Posts: 1
Joined: Wed Jan 19, 2011 9:17 pm

filechooser dialog

Post by Raja »

Is there a way to change the style of the dialog when displayed. It seems as though the style of the window is set for mac. Can it be displayed in windows style.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: filechooser dialog

Post by support »

Sure, enable "resources" parameter such as:
<PARAM NAME="resources" VALUE="i18n">

Then edit i18n.properties an uncomment:
#lookandfeel=auto (just remove the leading #)

Copy i18n.properties in the same folder as the JavaScript and try again.

Post Reply