Re: [Iup-users] IupSetAttributes

2015-06-28 Thread Antonio Scuri
Hi, You can do that using: IupSetAttributes(win, "TITLE=\"Address Book\", SIZE=500x300"); Best Regards, Antonio Scuri Em 28/06/2015 11:40, "James Fuller" escreveu: > I am a real novice but on my first try I find I cannot use > IupSetAttributes with a space in the title as in: > win = IupCreate

Re: [Iup-users] IupSetAttributes

2015-06-28 Thread John Spikowski
Hi James, Try: IupSetAttributes(win, "TITLE=\"Address Book\", SIZE=500x300") John On Sun, 2015-06-28 at 10:39 -0400, James Fuller wrote: > I am a real novice but on my first try I find I cannot use > IupSetAttributes with a space in the title as in: > win = IupCreate("dialog") > IupSetAttribut

[Iup-users] IupSetAttributes

2015-06-28 Thread James Fuller
I am a real novice but on my first try I find I cannot use IupSetAttributes with a space in the title as in: win = IupCreate("dialog") IupSetAttributes(win, "TITLE=Address Book, SIZE=500x300") The title of win just shows Book. Note, IupSetAttribute works as expected using: IupSetAttribute(win, "TIT