Re: [Iup-users] IUpBackgroundBox WHEEL_CB issue?

2017-08-15 Thread
your problem here. Can you modify an example to > reproduce the problem? > > Best, > Scuri > > 2017-08-13 2:46 GMT-03:00 許永寬 <nagahiro@gmail.com>: > >> Also IupSplit, I need get the Bar Hadler and add WHEEL_CB codes, I think >> there are all about

[Iup-users] IupScintilla document issue

2017-08-11 Thread
in:Search and Replace (since 3.10) *TARGETEND* (non inheritable): sets and gets the end of target. If set 0, target end will be the last position of text. But in the iupsci_searching.c is: static int iScintillaSetTargetEndAttrib(Ihandle* ih, const char* value) { int end = -1;

Re: [Iup-users] IUpBackgroundBox WHEEL_CB issue?

2017-08-12 Thread
Also IupSplit, I need get the Bar Hadler and add WHEEL_CB codes, I think there are all about *IupCanvas* 2017-08-13 13:09 GMT+08:00 許永寬 <nagahiro@gmail.com>: > At r4353/r4360, I use a IupBackground as container to catch a BUTTON_CB, > but when I move the mouse cursor on the I

Re: [Iup-users] IupFlatTabs issue

2017-08-05 Thread
are welcome. :) > > Best, > Scuri > > > 2017-08-02 12:55 GMT-03:00 許永寬 <nagahiro@gmail.com>: > >> Very thanks^^ >> I'm develop a freeBASIC IDE using IUP3.22 about 2 years, IUP is very good >> GUI framework, thanks~~ >> >&g

Re: [Iup-users] IupFlatTabs issue

2017-08-02 Thread
. I'll take a look at his in the > next couple of days. > > Best, > Scuri > > > 2017-08-01 8:32 GMT-03:00 許永寬 <nagahiro@gmail.com>: > >> Dear scuri: <http://sourceforge.net/u/scuri/> >> >> Since 3.22 I use IupFlatTabs instead of IupTabs, but I

Re: [Iup-users] IupFlatTabs issue

2017-08-08 Thread
It works...! Thank you!!! And one little thing: In IUP 3.21, iup_scintilla is build(link) with -static-libgcc and -static-libstdc+ (MinGW), but IUP 3.22 and SVN r4353 not by default? 2017-08-05 17:37 GMT+08:00 許永寬 <nagahiro@gmail.com>: > Thank you, I need download C++

[Iup-users] IupText issue

2017-10-14 Thread
Thank to release IUP3.23! (1) Using new IUP3.23 on Linux mint 18.2, I change IupText FGCOLOR and BGCOLOR then the color of selectionr is gone, but it's OK on Windows 7.0 (2) Using IupFlatTabs insert a IupText as tabitem, it can be APPEND/INSERT/VALUE a text, but it can't key in a word and cursor

Re: [Iup-users] IUpBackgroundBox WHEEL_CB issue?

2017-08-30 Thread
Yes, It works OK now, thanks~ 2017-08-30 1:58 GMT+08:00 Antonio Scuri <antonio.sc...@gmail.com>: > Fixed and committed to SVN. Thanks for reporting. > > Best, > Scuri > > > 2017-08-15 11:11 GMT-03:00 許永寬 <nagahiro@gmail.com>: > >> LIke below

Re: [Iup-users] IupScintilla autocomplete list font size

2018-09-01 Thread
intilla library. > > Best, > Scuri > > > Em qui, 12 de jul de 2018 às 12:45, 許永寬 escreveu: > >> Dear Scuri: >> Recently I install Linux Mint 19 Cinnamon then run my IDE program using >> IUP3.25, the autocomplete list font is smaller than scintilla default font, &

[Iup-users] iup_sciintilla scrollbar issue

2018-09-01 Thread
Dear Scuri: The iup_scintilla scrollbar has no change while I change the line of document until I resize the window System: Linux mint 19 GTK Version=3.22.30 GTK Dev Version=3.18.9 Examples: scintilla.c Best regards

[Iup-users] IupScintilla autocomplete list font size

2018-07-12 Thread
Dear Scuri: Recently I install Linux Mint 19 Cinnamon then run my IDE program using IUP3.25, the autocomplete list font is smaller than scintilla default font, I know the issue is about GTK version( Linux Mint 19 is GTK 3.22.30 ) and if I modified Line 1497 in PlatGTK.cxx: ssFontSetting << "px; ";

[Iup-users] IupFlatTabs issue?

2018-03-06 Thread
Dear Scuri: I test below at IUP3.23 / 3.24, the selection of IupText is the same as background color( can't see ), but it's OK if using IupTabs D Language: void main() { if( IupOpen( null, null ) == IUP_ERROR ) { Stdout( "IUP open error!!!" ).newline; return; }

Re: [Iup-users] IupFlatTabs issue?

2018-03-08 Thread
gt; 2018-03-07 11:13 GMT-03:00 Antonio Scuri <antonio.sc...@gmail.com>: >> >>> Ok. I'll do some tests here. >>> >>> Best, >>> Scuri >>> >>> >>> Em 7 de mar de 2018 10:02 AM, "許永寬" <nagahiro.

Re: [Iup-users] IupFlatTabs issue?

2018-03-07 Thread
IupOpen: > > printf("GTK Version=%s", IupGetGlobal("GTKVERSION")); > printf("GTK Dev Version=%s", IupGetGlobal("GTKDEVVERSION")); > > They should be equal. > > Best, > Scuri > > 2018-03-07 9:07 GMT-03:00 許永寬 <nagahiro@g

[Iup-users] Send key to other dialog?

2018-04-12 Thread
Dear Scuri: I test below code to try to send key to other dialog, In Win7, it works good, but in Linux Mint 18.3, the "Send Hello Out" can't wok, How should I need modify my code to work in Linux Mint? extern(C) int button_ACTION( Ihandle* ih ) { IupSetFocus( IupGetHandle( "MAIN_DIALOG" ) );

Re: [Iup-users] DEFAULTESC on IupMessageAlarm

2019-08-12 Thread
not have support for DEFAULTESC. > > IupAlarm is a IupDialog and we control everything. > > Best, > Scuri > > > Em dom, 11 de ago de 2019 às 10:10, 許永寬 escreveu: > >> Dear Scuri: >> I created an IupMessageAlarm with "YESNO" parameter, but whateve

[Iup-users] DEFAULTESC on IupMessageAlarm

2019-08-11 Thread
Dear Scuri: I created an IupMessageAlarm with "YESNO" parameter, but whatever I press "ENTER" or "ESC", the button 1 -- "YES" always be trigger, not like IupAlarm function. ___ Iup-users mailing list Iup-users@lists.sourceforge.net

Re: [Iup-users] DEFAULTESC on IupMessageAlarm

2019-08-13 Thread
urn 1, press "ENTER" will return 1 or 2( because we can change the focus on "YES" or "NO" by left/right direction key ) ( my linux is Linux mint 19.1, IUP Version=3.27 GTK Version=3.22.30 GTK Dev Version=3.18.9 ) Antonio Scuri 於 2019年8月13日 週二 下午7:51寫道: > Sorry

Re: [Iup-users] IupFlatTree linux issue

2020-07-05 Thread
ck this. >> >> Best, >> Scuri >> >> >> Em seg., 15 de jun. de 2020 às 13:45, 許永寬 >> escreveu: >> >>> I use precompiled libs in linux mint 19.3 >>> >>> Antonio Scuri 於 2020年6月16日 週二 00:26 寫道: >>> >>>> An

[Iup-users] IupFlatTree linux issue

2020-06-15 Thread
Dear Scuri: I've tested IUP 3.29 and found a stranger issue On linux, click the tab2 title( TEST1 ) then crash but win7 is OK. My code: (freeBASIC) *#include once "IUP/iup.bi "IupOpen( 0, 0 )print "IUP Version=" + IupGetGlobal("VERSION")[0]print "GTK Version=" +

Re: [Iup-users] IupFlatTree linux issue

2020-06-15 Thread
gt;> Scuri >> >> >> Em seg, 15 de jun de 2020 13:13, 許永寬 escreveu: >> >>> Dear Scuri: >>> >>> I've tested IUP 3.29 and found a stranger issue >>> On linux, click the tab2 title( TEST1 ) then crash but win7 is OK. >>> >>&

[Iup-users] FLAT_BUTTON_CB on IupFlatTabs issue

2021-08-02 Thread
In BUTTON_CB document said: *Between press and release all mouse events are redirected only to this control, even if the cursor moves outside the element. So the BUTTON_CB callback when released and the MOTION_CB callback can be called with coordinates outside the element rectangle.* But using