[Iup-users] Dual ACTION callback for buttons.

2014-06-28 Thread Robert Persson
this? Or possibly a way to at least disable this behaviour? /Regards Robert Persson, Sweden -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita

Re: [Iup-users] Solution for the windows 8 sizing bug.

2013-11-20 Thread Robert Persson
Hi Scuri I agree, the documentation for SM_CXPADDEDBORDER is really bad. Do you have visual studio 2012+windows 8 so that you can reproduce the problem at your place? If you dont, I wait for a release with your attempt to bugfix, and try it here on various window styles. /Robert.P. Antonio

[Iup-users] Solution for the windows 8 sizing bug.

2013-11-13 Thread Robert Persson
Problem description: The code below below shows a window as in the picture, when compiled with visual studio 2012 under windows 8. void main() {     IupOpen(0,0);         Ihandle* dlg=IupDialog(                 IupVbox(           

Re: [Iup-users] Some bugs

2013-11-12 Thread Robert Persson
keystrokes to their unicode key would be a strong feature, so lets hope for it for the future. Regards, Robert Persson 2013/11/12 Antonio Scuri > About the keys. No, we decided to not map to their unicode values. At > least for now. > > Best, > Scuri > > > > On Tue, Nov

[Iup-users] Some bugs

2013-11-12 Thread Robert Persson
Hi Scuri! I'm currently using IUP 3.8, 64 bit under windows 8.0 I've noticed that if a button is clicked twice quickly it calls ACTION three times (ie. double clicking) Also, i'm wondering if there has been any progress on the bug that makes a dialog a few pixels to small, when showing under win

[Iup-users] IupScintilla calltip

2013-07-01 Thread Robert Persson
Is there a way to use the 'call tip' and autocompletion functions of scintilla control using IupScintilla? -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev

[Iup-users] Some thoughts about i18n

2013-02-20 Thread Robert Persson
Earlier today there was a bunch of questions from a happy nimrod user, one was about internationalization. I have had som thoughts about this through the years and think that: 1. Support for loading .po files for translating strings would be very nice, and quite simple to implement (I have some si

Re: [Iup-users] Sizing problems in windows 8

2012-11-20 Thread Robert Persson
ng IUP. > > ** ** > > The system were I tested it and generated those screenshots, was a > Windows 7 Pro, upgraded to Windows 8 Enterprise. > > ** ** > > Best, > > Scuri**** > > ** ** > > *From:* Robert Persson [mailto:r.k.pers...@gmail.com] > *Sent:* t

Re: [Iup-users] Sizing problems in windows 8

2012-11-20 Thread Robert Persson
est, > > Scuri**** > > ** ** > > *From:* Robert Persson [mailto:r.k.pers...@gmail.com] > *Sent:* terça-feira, 20 de novembro de 2012 06:17 > *To:* IUP discussion list. > *Subject:* Re: [Iup-users] Sizing problems in windows 8 > > ** ** > > Hello again > &g

Re: [Iup-users] Feedback demo program

2012-11-20 Thread Robert Persson
Note, this is for windows driver. /Robert 2012/11/20 Robert Persson > I have some new input on the topic of slugish visual feedback for buttons > that are clicked quickly. I've noticed that buttons that has CANFOCUS=NO do > not suffer from this problem. I've created

[Iup-users] IMAGE copy?

2012-11-20 Thread Robert Persson
I have a question about when setting the IMAGE, IMPRESS etc. attributes. After setting one of thoose attributes, querying the same attribute returns a diffren Ihandle* than the one set. Is this because the image object is copied? If so, is it safe to assume the image is always copied? /Robert

[Iup-users] Feedback demo program

2012-11-20 Thread Robert Persson
I have some new input on the topic of slugish visual feedback for buttons that are clicked quickly. I've noticed that buttons that has CANFOCUS=NO do not suffer from this problem. I've created a small program to demonstrate the problem. There are two buttons in the window, when BUTTON_CB is called

Re: [Iup-users] Sizing problems in windows 8

2012-11-20 Thread Robert Persson
Forgot image. Attched here. /Robert 2012/11/20 Robert Persson > 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 > &

Re: [Iup-users] Sizing problems in windows 8

2012-11-20 Thread Robert Persson
IupButton("Test 6",0), 0), IupButton("Test 7",0), IupButton("Test 8",0), IupButton("Test 9",0), 0 ) ); IupSetAttribute(dlg,"TITLE","Win8 sizing test");

Re: [Iup-users] Sizing problems in windows 8

2012-11-18 Thread Robert Persson
will take a closer look next week. > > ** ** > > Best Regards,**** > > Antonio Scuri > > ** ** > > *From:* Robert Persson [mailto:r.k.pers...@gmail.com] > *Sent:* terça-feira, 6 de novembro de 2012 09:25 > *To:* IUP discussion list. > *Subject:* [Iup-users] Sizing pr

[Iup-users] Sizing problems in windows 8

2012-11-06 Thread Robert Persson
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 -

Re: [Iup-users] IupToggle has slow response to mouse in Windows

2012-07-20 Thread Robert Persson
This probably is the same bug as a have reported long ago, but i experienced it with buttons. Clicking two times fast on a button do not show any visual feedback the second time, and what 'fast' means can be changed with the double click speed in control panel. This bug has been at least since iup

[Iup-users] Progress request

2012-05-09 Thread Robert Persson
Hi! I'd just like to check how IUP is progressing with: *UTF8 support *ScrollBox *GridBox *Images in IUP list Will thoose features be available in IUP3.6 or are some of the sceduled for the future? Are there any plans for when IUP 3.6 will be released? /Regards Robert Pe

[Iup-users] Transperency bug (?)

2011-09-20 Thread Robert Persson
Hi! I have created a small IUP+CD program which draws a box sith a stipple pattern. Code attached below. It seems that CD_TRANSPARENT does not work for back opacity using stipples (?). For Hatches it works as expected. /* Robert.P., Sweden */ //CODE START #include #include #include #include