Re: [Iup-users] Using IUP with LuaCom to control IE

2011-12-22 Thread Antonio Scuri
a variable. On 21 December 2011 16:00, Antonio Scuri sc...@tecgraf.puc-rio.br wrote:  I guess it is something related to the LuaCOM objects. -- Jane. Jane Taubman | www.rjt.org.uk | www.taubman.org.uk |www.fhug.org.uk

Re: [Iup-users] text with spin not expanding the spin

2012-01-12 Thread Antonio Scuri
) that a native GTK application with the GtkSpinButton (used internally by IUP when IupText has a spin) will behave the same. Best Regards, Antonio Scuri -Original Message- From: fra [mailto:francescoarmando.po...@fastwebnet.it] Sent: quinta-feira, 12 de janeiro de 2012 9:48 To: iup-users

Re: [Iup-users] example image.wlua

2012-01-17 Thread Antonio Scuri
That was a bug. Fixed now in CVS. Thanks for reporting, Scuri -Original Message- From: fra III [mailto:ilterzou...@fastwebnet.it] Sent: segunda-feira, 16 de janeiro de 2012 10:35 To: IUP list Subject: [Iup-users] example image.wlua Hello All, exploring examples i have a error

Re: [Iup-users] Text caret problem

2012-01-27 Thread Antonio Scuri
Hi, Thanks for the report and the test code. Yes it is a bug. I'll take a look at it. Best, Scuri I've noticed what seems to be a problem with the caret attribute of iup.text using the Windows driver. When the caret position is located outside the visible portion of a multi-line text

Re: [Iup-users] IUP 3.5: missing IupButton:destroy()?

2012-03-01 Thread Antonio Scuri
So, is the :destroy() binding missing on buttons, or is the documentation wrong? The implementation was missing. It was implemented only for dialogs. Fixed in CVS. Also, if I have added several buttons to the strip, and I remove one of them, it disappears from the strip (which is what I

Re: [Iup-users] a little help about resizing

2012-03-01 Thread Antonio Scuri
Right now we have a bug in resize when running IUP GTK on Ubuntu 11.10 with the Unity desktop. Did you upgraded your Ubuntu? Best, Scuri -Original Message- From: fra III [mailto:ilterzou...@fastwebnet.it] Sent: quinta-feira, 1 de março de 2012 07:45 To: IUP list Subject:

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Antonio Scuri
=x86_64-linux-gnu Thread model: posix gcc version 4.6.2 (Debian 4.6.2-12) Thanks again, -Eddy On 03/05/2012 04:55 AM, Antonio Scuri wrote: Hi, CD and IM had a few changes in their configuration that affected the IUP build. But we still did not release a new IUP version

Re: [Iup-users] Compiling IUP - linker errors

2012-03-05 Thread Antonio Scuri
. Thanks for the help, -Eddy On 03/05/2012 09:56 AM, Antonio Scuri wrote: That was something missing the iup/Makefile list. To solve that just go in the folder srcmglplot and type make. Actually you don't need to build all the libraries just to start using IUP. You can

Re: [Iup-users] Right to Left

2012-04-13 Thread Antonio Scuri
fix the details. Best Regards, Antonio Scuri From: jimmy coyne [mailto:jimmy_co...@yahoo.com] Sent: sexta-feira, 13 de abril de 2012 12:44 To: iup-users@lists.sourceforge.net Subject: [Iup-users] Right to Left Hi, Does IUP support right to left on the windows platform

Re: [Iup-users] Progress request

2012-05-09 Thread Antonio Scuri
Hi, I'd just like to check how IUP is progressing with: *UTF8 support *ScrollBox *GridBox We still don't have a definitive road map for 3.7 but these will likely be scheduled for 3.7. *Images in IUP list Already done at CVS. Are there any plans for when IUP 3.6 will be

Re: [Iup-users] double quoted string using IupSetAttributes

2012-05-23 Thread Antonio Scuri
That depends on what you are doing inside iupmatrixformatattrib1. Best, Scuri -Original Message- From: Ano Nymous [mailto:ershib...@gmail.com] Sent: quarta-feira, 23 de maio de 2012 12:11 To: IUP discussion list. Subject: [Iup-users] double quoted string using IupSetAttributes

Re: [Iup-users] Can't require IUP in debug mode

2012-05-23 Thread Antonio Scuri
error loading module 'iuplua' from file ... \iuplua51.dll': The specified procedure could not be found. Using dependency walker I can see that the debug version of my exe depends on MSVCR100D.DLL and iuplua51.dll depends on MSVCR100.DLL. So I'm guessing that this is the problem. Yes,

Re: [Iup-users] [Iup 3.5, Windows 7] Questions about finding and highlighting substrings in a multiline text

2012-05-28 Thread Antonio Scuri
Is there a better way to avoid interning such a big string? Not that I'm aware off. In Windows and in GTK you have to retrieve the string to search inside it. Is it possible to format parts of the text already present in the control? Yes. In fact, it shouldn't work the other way. From

Re: [Iup-users] MingW Minimum Installation with tecmake to build dllw4 problems

2012-06-12 Thread Antonio Scuri
-users] MingW Minimum Installation with tecmake to build dllw4 problems On Mon, Jun 11, 2012 at 3:21 PM, Antonio Scuri antonio.sc...@gmail.com wrote: The Bourne shell is not necessary. I run it here without one. Maybe is something related to the path. Let me check and I'll return to you

Re: [Iup-users] MingW Minimum Installation with tecmake to build dllw4 problems

2012-06-15 Thread Antonio Scuri
is there a switch to let MAKE script know that we don't want to do anything with LUA? No. You can edit the make_uname.bat or Makefile files and remove what you don't want from the list. Best, Scuri -- Live

Re: [Iup-users] MingW Minimum Installation with tecmake to build dllw4 problems

2012-06-15 Thread Antonio Scuri
Thanks! Scuri i blog about this here, http://obemsg.blogspot.com/2012/06/make-iup-dlls.html hopefully it would be useful for others who want to MAKE updated library or dll. -- Live Security Virtual Conference

Re: [Iup-users] [IUP 3.6 Windows 7] problem with IupTree dynamic filling

2012-07-02 Thread Antonio Scuri
Hi Benoit, As Daniel pointed out, the -1 becomes obligatory for an empty tree with no root. So your test will work by simply changing: self.insertbranch0 = v .. \\ To: self['insertbranch-1'] = v .. \\ Best, Scuri From: Benoit Germain

Re: [Iup-users] [IUP 3.6 Windows 7] problem with IupTree dynamic filling

2012-07-03 Thread Antonio Scuri
Ok I understand. But with either IUP 3.5 or IUP 3.6, a rootless tree start with no node at all, right? Yes. Then, since insertbranch0 adds a node at the same depth as the referenced node, shouldn't it shouldn't fail with IUP 3.5 as well for empty trees, since there is no reference node?

Re: [Iup-users] set IUP to use GTK style under windows

2012-07-15 Thread Antonio Scuri
i don't find a file name iupgtk.dll in my local MAKE, i guess maybe due the problem i don't MAKE those lua stuffs. Type: make iupgtk Inside the iup/src folder. btw, i just check the cvs luabinaries, it seems no lua source code there, only some html files, Yes. We avoid a CVS to

Re: [Iup-users] iupStrFileGetExt, D:/WEBROOT/testing.php?e=43u=43.43

2012-07-31 Thread Antonio Scuri
Yes, I'm sorry. That function is not that smart. It is mainly for simple file systems not URLs. Best, Scuri -Original Message- From: Ano Nymous [mailto:ershib...@gmail.com] Sent: sábado, 28 de julho de 2012 03:20 To: IUP discussion list. Subject: [Iup-users] iupStrFileGetExt,

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

2012-08-02 Thread Antonio Scuri
The IupButton behavior has been improved since 3.0. Please re-test it to check if this behavior persists. Best, Scuri From: Robert Persson [mailto:r.k.pers...@gmail.com] Sent: sexta-feira, 20 de julho de 2012 17:56 To: IUP discussion list. Subject: Re: [Iup-users] IupToggle has slow

Re: [Iup-users] IupList - weird case, when font size is bigger than list image

2012-08-02 Thread Antonio Scuri
Hi, It seems that you have 3 different problems related to IupList when using images: - when font size is bigger than image - when image is 256x256 - when autohide=no I will check those behaviors here. BTW, sorry guys to take so long to reply some messages but I was on vacation here.

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

2012-08-03 Thread Antonio Scuri
On Thu, Aug 2, 2012 at 2:17 PM, Antonio Scuri antonio.sc...@gmail.com wrote: Hi Noam, Have you tried changing it to a IupButton and handing the toggle state manually? What do you mean by manually? Every time the callback of the IupButton is pressed you toggle the state

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

2012-08-08 Thread Antonio Scuri
The callback does get called every time including double clicks, even though the state of the toggle only changes on the single click. Same for IupButton; it looks like it gets pressed only on single clicks while the callback is called for doubleclicks, as expected. Ok. Thanks for the

Re: [Iup-users] Global callbacks in Lua?

2012-08-22 Thread Antonio Scuri
No. There is no support in IupLua for those callbacks. We just implemented them in C and there was no simple solution for Lua at the time. But I think we should have them in Lua also. Maybe a new Lua function like iup.SetGlobalCallback. Do you have any suggestion? Best, Scuri

Re: [Iup-users] Global callbacks in Lua?

2012-08-22 Thread Antonio Scuri
A new Lua function like iup.SetGlobalCallback(GLOBALKEYPRESS_CB, function_reference) sounds fine to me. The only other idea I came up with would be somehow to make it more like defining other IUP control callbacks e.g.   function GlobalThing:globalkeypress_cb() ... end where GlobalThing was

Re: [Iup-users] IupList - weird case, when font size is bigger than list image

2012-09-04 Thread Antonio Scuri
i tried the following, using the provided code E:\CVS\iup\html\examples\C\list1.c i compile it and it loads fine, i see it supports different image size for IupList, but when i change the line to IupSetAttribute(list, FONT, Helvetica, Bold 40); then the listbox changes to use the size 16x16

Re: [Iup-users] IupList - weird case, when font size is bigger than list image

2012-09-04 Thread Antonio Scuri
Hi, Notice that in your screenshot the bottom of the scrollbar is not visible. This indicates that the list is bigger than the dialog, and probably showing all the elements, so the scrollbar is visible but disabled because it is not necessary. See this post:

Re: [Iup-users] Attribute : IupMatrix Scrollbar is not working in Linux as expected.

2012-10-09 Thread Antonio Scuri
, Antonio Scuri From: kpragat...@clusterwireless.com [mailto:kpragat...@clusterwireless.com] Sent: terça-feira, 9 de outubro de 2012 07:59 Subject: [Iup-users] Attribute : IupMatrix Scrollbar is not working in Linux as expected. Hi All, I have recently noted that the IupMatrix Scrollbar

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

2012-11-06 Thread Antonio Scuri
Hi Robert, No, I haven’t tested IUP on a Windows 8 yet. Can you compile one of the examples and send me a screenshot? Thanks, 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:

Re: [Iup-users] Swapping an object

2012-11-07 Thread Antonio Scuri
Yes. Use IupDetach and IupAppend. Best, Scuri Em 07/11/2012 17:00, Sławomir Błauciak q009q...@gmail.com escreveu: Hello . C/C++ Is it possibble to swap an object? I've created a multiline text editing field. Then making IUP draw it and get it into mainloop. Now, I've created new object,

Re: [Iup-users] Swapping an object

2012-11-09 Thread Antonio Scuri
Thanks. I figured it out. Unfortunately I noticed I can't append the text to the undrawn multiline edit field. I'm guessing it has to do with mapping. Yes, that's right. The text is stored in the native object. So I though I'd use one multiline object but separate text buffers. I though

Re: [Iup-users] iup.split behaviour

2012-11-09 Thread Antonio Scuri
Fixed and commited to CVS. Sorry for taking so long. Best, Scuri From: Benoit Germain [mailto:bgerm...@ubisoft.fr] Sent: quinta-feira, 3 de fevereiro de 2011 09:31 To: IUP discussion list. Subject: [Iup-users] iup.split behaviour Hello, On the left of the dialog created with

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

2012-11-09 Thread Antonio Scuri
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 problems in windows 8 Hi In windows8, using IUP 3.6, the sizing algorithms seems to have some problems. Just create

Re: [Iup-users] Iup list items don't keep their additional attributes

2012-11-16 Thread Antonio Scuri
Hi, Are you using a documented attribute to set those names? Or these are custom attributes? How are you setting those atributes? I mean how the function call looks like? IupSetAttribute(in, ???, ???) Is this a IupList or a IupTree element? Best, Scuri From: Sławomir

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

2012-11-20 Thread Antonio Scuri
. /Robert 2012/11/20 Antonio Scuri antonio.sc...@gmail.com Did you resized that dialog or does it appears as the screenshot you sent? Best, 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

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

2012-11-20 Thread Antonio Scuri
clues. /Rob 2012/11/20 Antonio Scuri antonio.sc...@gmail.com That’s weird. Don’t know how to reproduce your problem here. Maybe is something that was configured on the system and it is affecting IUP. The system were I tested it and generated those screenshots, was a Windows 7 Pro

Re: [Iup-users] iup_text attribute OVERWRITE purpose.

2012-11-26 Thread Antonio Scuri
. But since it is a keyboard state flag it is highly dependent on the system state. I made a few tests here in a dialog that is already displayed and it worked. Best Regards, Antonio Scuri From: Muhammad Asif Hussain [mailto:masi...@yahoo.com] Sent: segunda-feira, 26 de novembro

[Iup-users] IUP 3.7 Released

2012-11-30 Thread Antonio Scuri
to everybody that sent us reports and feedback. Best Regards, Antonio Scuri -- Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net

Re: [Iup-users] Build IM and other problems

2012-12-04 Thread Antonio Scuri
hi, I think that the simplest solution is to use the dll proxy. Have you tried? Best, Scuri On 12/4/12, Alvaro Fuentes mtc.fuen...@gmail.com wrote: I have problems to build IUP. I can't use the precompiled files because theirs are dinamically linked against lua5.1.dll, and all the other

Re: [Iup-users] iupluacd segmentation fault

2013-01-03 Thread Antonio Scuri
Hi Francesco, I need a few more info. Have you tried other IUP samples? Have you tries some of the samples that use the additional controls, like IupMatrix? I mean some that require iupluacontrols. Have you tried the iuplua console application? Best Regards, Antonio Scuri

Re: [Iup-users] iupluacd segmentation fault

2013-01-03 Thread Antonio Scuri
Have you tried the iuplua console application? Uhm... Not sure about what it is supposed to do. If I run it, it just displays the version and quits (Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio, no GUI as it seems to be the case in the screenshot in the documentation). If I run it

Re: [Iup-users] is IUP for me

2013-02-20 Thread Antonio Scuri
to pay for the support. On the other hand I think that wx is the most interesting community solution. Best Regards, Antonio Scuri -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

Re: [Iup-users] Some thoughts about i18n

2013-02-20 Thread Antonio Scuri
About using the po files I don't know if this should be at the GUI level. But the keyboard support is something I consider part of the UTF-8 support to be implemented in IUP (although not related to UTF-8). Definitely the keyboard support must be improved for international support.

Re: [Iup-users] IUP 3.7 and child.tabtitle

2013-02-26 Thread Antonio Scuri
TABTITLE at a child is used only during the creation of the tab. Yes, you must use TABTITLEn to rename the tab. Best, scuri From: Benoit Germain [mailto:bnt.germ...@gmail.com] Sent: terça-feira, 26 de fevereiro de 2013 13:56 To: IUP discussion list Subject: [Iup-users] IUP 3.7 and

Re: [Iup-users] Need a window with icons

2013-03-28 Thread Antonio Scuri
Hi, A similar control is on our to do list. Depending on the bunch you can do it with IupLabel and IupVbox/IupHbox, and/or IupScrollBox. Best, Scuri -Original Message- From: George Brink [mailto:siberian...@yahoo.com] Sent: quinta-feira, 28 de março de 2013 12:59 To:

Re: [Iup-users] Scintilla in iup

2013-04-05 Thread Antonio Scuri
Hi Lance, It is almost ready. But need more adjustments. It will be included in the next release schedule to this month, and yes there will be Lua bindings. It will be an additional control in a separate library. Best, Scuri From: Lance Larsen [mailto:gaffer...@gmail.com] Sent:

Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Antonio Scuri
return iup.DEFAULT end dlg:show() end On 4/5/2013 1:13 PM, Antonio Scuri wrote: Hi, FITTOSIZE will set RASTERWIDTH1,. for all columns. So when you set it again, you must first reset them to NULL or nil in Lua mat.RASTERWIDTH1 = nil mat.RASTERWIDTH2 = nil

Re: [Iup-users] Common return values

2013-04-09 Thread Antonio Scuri
iup.h defines next constants #define IUP_ERROR 1 #define IUP_NOERROR 0 #define IUP_OPENED -1 #define IUP_INVALID -1 As I understand it's something like enum values in a high level languages. Question is: why IUP_OPENED and IUP_INVALID have a identical values, not -1 and -2 ?

[Iup-users] IUP 3.8 Released

2013-05-09 Thread Antonio Scuri
control the visibility of a child inside the dialog. - Changed: GTK stock images now uses the same size as the Windows and Motif images in IupImageLib Best Regards, Antonio Scuri -- Learn Graph Databases - Download FREE

Re: [Iup-users] about iup doc

2013-05-10 Thread Antonio Scuri
Hi Francesco, I just downloaded the iup-3.8_Docs_html.tar.gz file and it seems to be ok. Since I released everything yesterday, maybe you downloaded while I was releasing it? Although I think SourceForce would not allow that. Another user also complained about downloading only worked with

Re: [Iup-users] Constantly changing tarballs

2013-05-11 Thread Antonio Scuri
Hi, Sometimes I do upload a new tarball to replace a bad one. But this only occurs during release time. After the release is stable I don't change them anymore. This may affects your system. Maybe I have to update something in SourceForge to update the checksums? But what you are saying is

Re: [Iup-users] Where to find libiupweb files for windows?

2013-05-11 Thread Antonio Scuri
Hi, This is probably because you downloaded the Mingw or Cygwin DLLs. The IupWebBrowser is implemented in Windows using a technology that unfortunately is only available in Visual C++. The IupWebBrowser is an optional control in IUP. If you just trying to use IUP, IM and CD in a

Re: [Iup-users] Constantly changing tarballs

2013-05-11 Thread Antonio Scuri
No, I just upload those files using SFTP. The Latest version is indeed manually set. I have to go to the SF web interface and set the default download for a given system. It is not exactly the Latest version. Here is what I did, just went to this page:

Re: [Iup-users] PNG to IupImage convertor

2013-05-23 Thread Antonio Scuri
Hi, There isn't, but the idea is good. Should have done it before. Just committed to CVS a change to the IupView application that enables it to run in command line to convert image files into source code. If you don't have access to CVS I can sent you the source code, it is quite simple. Here

Re: [Iup-users] iup.pc

2013-05-27 Thread Antonio Scuri
Hi, Where these files go? I mean they must be copied to the system somewhere right? Best, Scuri -Original Message- From: George Brink [mailto:siberian...@yahoo.com] Sent: sexta-feira, 24 de maio de 2013 15:55 To: iup-users@lists.sourceforge.net Subject: [Iup-users] iup.pc I

Re: [Iup-users] iup lua scintilla

2013-06-04 Thread Antonio Scuri
Hi, You can go to the iup/srcscintilla folder and try to type make to see if there is a problem in the iup_scintilla build. Best, Scuri -Original Message- From: fra [mailto:francescoarmandopo...@gmail.com] Sent: terça-feira, 4 de junho de 2013 07:23 To: iup Subject: [Iup-users]

Re: [Iup-users] iup lua scintilla

2013-06-05 Thread Antonio Scuri
You should require iuplua_scintilla. Best, Scuri -Original Message- From: fra [mailto:francescoarmandopo...@gmail.com] Sent: quarta-feira, 5 de junho de 2013 05:22 To: iup-users@lists.sourceforge.net Subject: Re: [Iup-users] iup lua scintilla Ok, done. Thanks. Now in

Re: [Iup-users] iup.webbrowser Lua

2013-06-08 Thread Antonio Scuri
Hi, You should return “iup.IGNORE” not “IUP_IGNORE” in Lua. I noticed a problem in the behavior, the callback is being called also when the HTML attribute is set, so you must compensate this. It is something we have to fix for the next version. Best, Scuri From: 阳光

Re: [Iup-users] IupScintilla calltip

2013-07-02 Thread Antonio Scuri
Hi, The Scintilla features of Call Tips and Autocompletion, along some others ,are not yet available through the IupScintilla control. Scintilla is a huge library so some features we leave to implement under demand of our users. So we can add what you need for the next IUP version. For

Re: [Iup-users] errors in build - can they be ignored?

2013-07-22 Thread Antonio Scuri
I'm off town, but maybe is a mix of GTK 3 x 2, instalation x usage. It is not supose to happen. Best, Scuri Em 22/07/2013 19:16, Matt Welland estifo...@gmail.com escreveu: In building cd I get: g++ -shared -o ../lib/Linux32/libftgl.so ../obj/ftgl/Linux32/FTBuffer.o

[Iup-users] New UTF-8 Support

2013-08-10 Thread Antonio Scuri
Hi All, Just to let you know that support for UTF-8 in Windows and GTK is now completed and committed to CVS. Version 3.9 is schedules for the end of August or begin of September. Best Regards, Antonio Scuri -- Get

Re: [Iup-users] Is there attributes to highlight an item in IupList

2013-09-12 Thread Antonio Scuri
Hi Andy, Welcome. To select more than one item in the list you must set MULTIPLE=Yes and then use VALUE to select the items. For instance VALUE=”+--++“ will select items 1,4,5. Best, Scuri From: Andy Xiyue [mailto:xiyue...@gmail.com] Sent: quinta-feira, 12 de setembro

Re: [Iup-users] progressbar fgcolor in windows

2013-10-08 Thread Antonio Scuri
That's correct. The Windows XP control with Visual Styles does not allow to change the FGCOLOR. Best, Scuri -Original Message- From: Karagy [mailto:kar...@mail.ru] Sent: terça-feira, 8 de outubro de 2013 12:25 To: iup-users@lists.sourceforge.net Subject: [Iup-users] progressbar

Re: [Iup-users] docs improvement

2013-10-12 Thread Antonio Scuri
1. IupColorBrowser priority: several Description is terminated at the line about the RGB attribute. Affected chm for 3.8. chm for 3.6 and 3.7 - is ok. This is already fixed. priority: low CHANGE_CB and DRAG_CB In this callbacks you must use r,g,b params, you must not use

Re: [Iup-users] progressbar fgcolor in windows

2013-10-16 Thread Antonio Scuri
Hi, This month I had another user here at Tecgraf that complained at the same problem, and we end up building a very similar example. Actually it is an animation of the ProgressBar that's being performed from one set value to another. For instance if you set 50% then 70%, IupGauge will

Re: [Iup-users] misplaced dialog using IupShowXY when windows taskbar at left or top of screen

2013-10-16 Thread Antonio Scuri
Hi, Yes, that's a bug. I'll fix it and let you know. Thanks for pointing that out. For now IUP_LEFT is assuming x=0. Best, Scuri -Original Message- From: Ariset [mailto:irt...@gmail.com] Sent: terça-feira, 15 de outubro de 2013 11:42 To: iup-users@lists.sourceforge.net Subject:

Re: [Iup-users] docs improvement

2013-10-16 Thread Antonio Scuri
Ok. Thanks, Scuri -Original Message- From: Karagy [mailto:kar...@mail.ru] Sent: quarta-feira, 16 de outubro de 2013 12:20 To: IUP discussion list. Subject: Re: [Iup-users] docs improvement Hi. I confirm, for both win7 - x32 and x64 - the IupColorBrowser is working properly.

Re: [Iup-users] progressbar fgcolor in windows

2013-10-16 Thread Antonio Scuri
Thanks for sharing. Can be very useful. Best, Scuri -Original Message- From: Scott Morgan [mailto:bl...@blueyonder.co.uk] Sent: quarta-feira, 16 de outubro de 2013 11:28 To: IUP discussion list. Subject: Re: [Iup-users] progressbar fgcolor in windows On 16/10/13 14:19, Antonio

Re: [Iup-users] misplaced dialog using IupShowXY when windows taskbar at left or top of screen

2013-10-16 Thread Antonio Scuri
Fixed and committed to CVS. Best, Scuri -Original Message- From: Ariset [mailto:irt...@gmail.com] Sent: terça-feira, 15 de outubro de 2013 11:42 To: iup-users@lists.sourceforge.net Subject: [Iup-users] misplaced dialog using IupShowXY when windows taskbar at left or top of screen

Re: [Iup-users] timer's cb overlap question

2013-10-18 Thread Antonio Scuri
Hi, Since you are not doing a multithread, that print will never happen. Even if the timer overlap, the next one will have to wait because timers are event based, so while you are inside your loop a new timer call will not be triggered. Maybe if you call iup.Flush from inside the loop then a

Re: [Iup-users] IupGetAttributes

2013-10-18 Thread Antonio Scuri
Fixed the bug in IupGetAttributes for callback names. Thanks for reporting this. Just committed to CVS. Best, Scuri From: Richard Miller [mailto:rmmiller.hous...@gmail.com] Sent: sexta-feira, 18 de outubro de 2013 10:39 To: iup-users@lists.sourceforge.net Subject: [Iup-users]

Re: [Iup-users] MASK

2013-10-29 Thread Antonio Scuri
in the python port when it finished I would be delighted to share. Richard On Mon, Oct 28, 2013 at 3:43 PM, Antonio Scuri antonio.sc...@gmail.com wrote: Ok. Just committed a new callback called MASKFAIL_CB. Best, Scuri From: Richard Miller [mailto:rmmiller.hous...@gmail.com

Re: [Iup-users] MASK

2013-10-29 Thread Antonio Scuri
Did you publish it somewhere? Like SourceForge or Google Code? I would like to add a link in the Contributions / Language Bindings section of the IUP documentation. Best, Scuri If you have any interest in the python port when it finished I would be delighted to share.

Re: [Iup-users] wish for close box on tabs titles

2013-10-29 Thread Antonio Scuri
Yes. It is already in our To Do list for January 2014 (3.10). We expect to release 3.9 in a couple of weeks. Best, Scuri -Original Message- From: Karagy [mailto:kar...@mail.ru] Sent: terça-feira, 29 de outubro de 2013 13:40 To: IUP discussion list. Subject: [Iup-users] wish for

Re: [Iup-users] iuplua scrollbox example and questions

2013-10-31 Thread Antonio Scuri
Hi, We are very busy this week, and we will be able to verify your problem only on Monday. Sorry. Best, Scuri -Original Message- From: Karagy [mailto:kar...@mail.ru] Sent: quinta-feira, 31 de outubro de 2013 11:56 To: 'IUP discussion list.' Subject: [Iup-users] iuplua scrollbox

Re: [Iup-users] Some bugs

2013-11-12 Thread Antonio Scuri
Hi Robert, I'm afraid that this is the expected behavior for the button. I'm using Windows 8 now. Dialogs are ok. In 32 and in 64 bits. Maybe there is something in your Windows configuration that is affecting our dialogs. If I could reproduce that here I will be able to fix it. BTW, a user

Re: [Iup-users] Some bugs

2013-11-12 Thread Antonio Scuri
About the keys. No, we decided to not map to their unicode values. At least for now. Best, Scuri On Tue, Nov 12, 2013 at 4:48 PM, Robert Persson r.k.pers...@gmail.comwrote: 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

Re: [Iup-users] Some bugs

2013-11-18 Thread Antonio Scuri
When the system processes the double click the button is notified 3 times. It is not a IUP special processing. This is usefull when the user is clicking several times in the same button. Yes, you can hack it using the BUTTON_CB callback. Best, Scuri Regarding the ACTION for button

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

2013-11-18 Thread Antonio Scuri
Hi, Thanks for the tip. This is what I did: int padded_border = 0; if (has_titlebar) . padded_border = GetSystemMetrics(SM_CXPADDEDBORDER); *border = 0; if (iupAttribGetBoolean(ih, RESIZE)) . if (*border) *border +=

Re: [Iup-users] how to embeded dialog in dialog?

2013-11-21 Thread Antonio Scuri
You can't. Best, Scuri From: yaoxinming [mailto:yaoxinm...@gmail.com] Sent: quinta-feira, 21 de novembro de 2013 01:37 To: iup-users@lists.sourceforge.net Subject: [Iup-users] how to embeded dialog in dialog? how can iup dailog embedded anthor dialog,luaiup code like this: tmp

[Iup-users] IUP 3.9 Released

2013-11-22 Thread Antonio Scuri
Internationalization. Strings starting in _@ will be automatically retrieved from the internal string database. New: PLOT_COUNT, PLOT_NUMCOL, PLOT_CURRENT, PLOT_INSERT and PLOT_REMOVE attributes for IupPPlot to support multiple plots in the same display area. Best Regards, Antonio Scuri

Re: [Iup-users] NewLine Problem in IupMultiline

2013-12-02 Thread Antonio Scuri
Hi, You have to return iup.IGNORE in k_any and input the line yourself. Best, Scuri -Original Message- From: Muhammad Asif Hussain [mailto:masi...@yahoo.com] Sent: quarta-feira, 27 de novembro de 2013 02:32 To: iup-users@lists.sourceforge.net Subject: [Iup-users] NewLine

Re: [Iup-users] split not expanding on tiling window manager (Xmonad)

2013-12-05 Thread Antonio Scuri
Hi, If it is working in Motif, it seems that the window resize is not being forward to the application. Can you send me a few screenshots illustrating the problem? Best Regards, Antonio Scuri -Original Message- From: Ico [mailto:i...@zevv.nl] Sent: quinta-feira, 5 de dezembro

Re: [Iup-users] Iup sources tgz misses 'x' bit on directories.

2013-12-09 Thread Antonio Scuri
Is there a way to ignore permissions when creating the tgz? So it is packed with no permissions? Because I create it on Windows using tar from Cygwin and a script, and my file system is NTFS. When copying files or creating tars, sometimes the permissions are all wrong. Best, Scuri

Re: [Iup-users] canvas line

2013-12-12 Thread Antonio Scuri
Please send me a screenshot so I know what to expect here. Best, Scuri -Original Message- From: Karagy [mailto:kar...@mail.ru] Sent: quinta-feira, 12 de dezembro de 2013 16:30 To: IUP discussion list. Subject: [Iup-users] canvas line Hi, all! WinXP 32bit, iuplua 3.6 - 3.9.

Re: [Iup-users] canvas line

2013-12-13 Thread Antonio Scuri
Hi, Thanks to your very interesting sample code was very easy to identify the problem. There are two things happening. An extra pixel in white at the top. And missing pixels at bottom. The second case occurs in REPLACE and XOR modes. And it is inherent of the Win32 API. The extra

Re: [Iup-users] Making the gridbox 'just work'

2014-01-07 Thread Antonio Scuri
Hi, The gridbox was designed to maintain many of the vbox and hbox properties and behaviour. So we had to restrict the natural size computation to something that we were able to handle without increasing the implementation complexity. We would like that gridbox had more automatic size

Re: [Iup-users] Making the gridbox 'just work'

2014-01-07 Thread Antonio Scuri
Implemented the following: FITTOCHILDREN: Set the RASTERSIZE attribute of the reference element in the given column or line, so that it will fit the largest element in the column or the highest element in the line. The number of the column or line must be preceded by a character identifying its

Re: [Iup-users] zbox and expander don't mix well

2014-01-08 Thread Antonio Scuri
Well, as it happens, my expander child is an IupFrame, as in the attached script. All expanded expander children remain visible even if they should be hidden by the zbox. 2014/1/7 Antonio Scuri antonio.sc...@gmail.com Yes, that’s true. This does not have a simple solution. What I

Re: [Iup-users] Marquee Progress Bar

2014-01-24 Thread Antonio Scuri
Hi, I don't know which system you are using but in Windows without Visual Styles the marquee is not displayed. Best, Scuri From: John C. Frickson [mailto:j...@frickson.us] Sent: sexta-feira, 24 de janeiro de 2014 13:18 To: IUP discussion list. Subject: [Iup-users] Marquee Progress

Re: [Iup-users] build IM

2014-02-24 Thread Antonio Scuri
Check the dependencies of the DLL you built using Dependency Walker: www.dependencywalker.com/ Our makefiles will generate an imlua51.dll that will depend on the lua5.1.dll, NOT lua51.dll. Best, Scuri Hello, I try to build IM with mingw. I use export TEC_UNAME=dllw4 export

Re: [Iup-users] build IM

2014-02-25 Thread Antonio Scuri
imlua_avi does not depends on im_wmv. But if the build aborted in im_wmv, then all other targets after im_wmv were not built also. See im/src/Makefile. You can build it manually. Although mingw has libstrmiids needed to link the im_capture DLL, it does not have the Direct X files necessary to

Re: [Iup-users] ProcessResizeNew does not exist

2014-02-26 Thread Antonio Scuri
Have you done requireimlua_process? Best, Scuri I get this error calling im.'ProcessResizeNew' on lua attempt to call field 'ProcessResizeNew' (a nil value) -- Flow-based real-time traffic analytics software.

Re: [Iup-users] Possible bug in SCROLLBAR attribute of IupList

2014-04-04 Thread Antonio Scuri
Hi Andy, The e-mail with the pictures attached didn’t arrive. But I was able to run your test code here. In native Windows it was displayed with 30 lines always, with or without scrollbars. In GTK on Ubuntu the problem occurred, 30 lines with scrollbar, 29 lines without the

Re: [Iup-users] Is there a way to make part of the application complete transparent?

2014-04-07 Thread Antonio Scuri
No, the OPACITY attribute is for the hole dialog. Best, Scuri From: max chen [mailto:trls...@gmail.com] Sent: segunda-feira, 7 de abril de 2014 10:32 To: Antonio Scuri Cc: i...@tecgraf.puc-rio.br; iup-users@lists.sourceforge.net Subject: Re: Is there a way to make part

Re: [Iup-users] IUP Windows Multi-Icon Resource

2014-04-16 Thread Antonio Scuri
with a DEFAULT_ICON attribute (if it works). The internet doesn't seem to have much of a solution to this problem and it is not well documented. The only explanation I could find is here http://blog.barthe.ph/2009/07/17/wmseticon/ Regards, Chase On Tue, Apr 15, 2014 at 2:55 PM, Antonio Scuri

Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Antonio Scuri
Message - From: Antonio Scuri antonio.sc...@gmail.com To: 'IUP discussion list.' iup-users@lists.sourceforge.net Sent: Wednesday, May 21, 2014 10:07 PM Subject: Re: [Iup-users] HDC_WMPAINT Hi, I just fixed and committed to CVS a bug that affected the retrieve of an attribute

Re: [Iup-users] HDC_WMPAINT

2014-05-26 Thread Antonio Scuri
The IupWebBrowser control is not supported in MingW. Just ignore the error. Best, Scuri -Original Message- From: Victor Bombi [mailto:son...@telefonica.net] Sent: segunda-feira, 26 de maio de 2014 11:44 To: IUP discussion list. Subject: Re: [Iup-users] HDC_WMPAINT now getting

Re: [Iup-users] iup cells example

2014-06-03 Thread Antonio Scuri
is the difference between Matrix control and cells control, how would we choose one over the other? Sorry for the newbie questions. Thanks, Milind On Tue, Jun 3, 2014 at 4:18 AM, Antonio Scuri antonio.sc...@gmail.com wrote: On The IUP examples folder there are 3 IupCells examples. See the documentation

  1   2   3   4   5   6   7   8   9   10   >