Re: [Gambas-user] R: How to set the icon property of a form from a file in the project

2013-12-16 Thread Jussi Lahtinen
In this wiki article, the calculator icon is in title/caption bar. http://en.wikipedia.org/wiki/Title_bar The code John is using should position his icon in same way. Jussi On Mon, Dec 16, 2013 at 2:55 PM, Jussi Lahtinen wrote: > Um.. no. Title bar = caption bar? Menu icons are different thing

Re: [Gambas-user] R: How to set the icon property of a form from a file in the project

2013-12-16 Thread Jussi Lahtinen
Um.. no. Title bar = caption bar? Menu icons are different thing. Jussi On Mon, Dec 16, 2013 at 2:51 PM, Ru Vuott wrote: > ehmmmFmain.Icon method does not cause the appearance of the icon on > the caption bar of the window, but in the menu bar. > > bye > vuott > > > --

[Gambas-user] R: How to set the icon property of a form from a file in the project

2013-12-16 Thread Ru Vuott
ehmmmFmain.Icon method does not cause the appearance of the icon on the caption bar of the window, but in the menu bar. bye vuott Lun 16/12/13, John Rose ha scritto: Oggetto: [Gambas-user] How to set the icon property of a form from a file in