Forgot image. Attched here.

/Robert



2012/11/20 Robert Persson <[email protected]>

> Hello again
>
> There really is a sizer problem in windows 8. The code below shows up as
> the attached image on my win8 computer. I run 1600x900 resolution with
> standard DPI of 96.
>
> /Robert
>
>
>
>
> //Code
> #include <iup.h>
>
> int main(int argc, char* argv[]) {
>     Ihandle* dlg;
>     IupOpen(0,0);
>
>     dlg=IupDialog(
>         IupVbox(
>             IupHbox(
>                 IupButton("Test 1",0),
>                 IupButton("Test 2",0),
>                 IupButton("Test 3",0),
>                 IupButton("Test 4",0),
>                 IupButton("Test 5",0),
>                 IupButton("Test 6",0),
>                 0),
>             IupButton("Test 7",0),
>             IupButton("Test 8",0),
>             IupButton("Test 9",0),
>             0
>         )
>     );
>
>     IupSetAttribute(dlg,"TITLE","Win8 sizing test");
>
>     IupShow(dlg);
>
>     IupMainLoop();
>
>
> }
>
>
> 2012/11/18 Robert Persson <[email protected]>
>
>> The 'sizing problem' i noticed was in window that was smaller than the
>> smallest allowed window size in windows. The layout behaviour was a little
>> diffrent in this case under windows8, but thats nothing to care about in
>> real life dialogs.
>>
>> /Robert
>>
>>
>>
>> 2012/11/10 Antonio Scuri <[email protected]>
>>
>>>   Hi Robert,****
>>>
>>> ** **
>>>
>>>   I just installed a Windows 8 system and IUP behaves just like in
>>> Windows 7. No sizing problems. I run a very large battery of tests and just
>>> found a problem with the two native pre-defined dialogs IupFileDlg and
>>> IupFontDlg, that I will take a closer look next week.****
>>>
>>> ** **
>>>
>>> Best Regards,****
>>>
>>> Antonio Scuri****
>>>
>>> ** **
>>>
>>> *From:* Robert Persson [mailto:[email protected]]
>>> *Sent:* terça-feira, 6 de novembro de 2012 09:25
>>> *To:* IUP discussion list.
>>> *Subject:* [Iup-users] Sizing problems in windows 8****
>>>
>>> ** **
>>>
>>> Hi
>>>
>>>
>>> In windows8, using IUP 3.6, the sizing algorithms seems to have some
>>> problems. Just create a dialog with some vbox+hbox and buttons to see the
>>> problem. Anyone else but me that has doen some testing in windows 8 yet?
>>>
>>>
>>> /Robert****
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Everyone hates slow websites. So do we.
>>> Make your web apps faster with AppDynamics
>>> Download AppDynamics Lite for free today:
>>> http://p.sf.net/sfu/appdyn_d2d_nov
>>> _______________________________________________
>>> Iup-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>>
>>>
>>
>

<<attachment: win8sizer.png>>

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to