Re: [Iup-users] FLATLIST Arithmetic Exception and Scroll Always Active

2021-03-15 Thread Michele Franzan
Dear Scuri,

I’m using IUP 3.30 with version date 2020/07/30 on Windows,

Thanks,
Michele


From: Antonio Scuri
Sent: Monday, 15 March 2021 12:41
To: IUP discussion list.
Subject: Re: [Iup-users] FLATLIST Arithmetic Exception and Scroll Always Active

 That seems to be a bug. I'll check it out and let you know in a couple of days.

 Which IUP version are you using? and in which system?

Best,
Scuri


Em seg., 15 de mar. de 2021 às 08:35, Michele Franzan 
mailto:michele.fran...@velex.it>> escreveu:
Dear All,

I’m trying to use a FLATLIST implemented in LED with the following setup:

win_change_view_list = FLATLIST[EXPAND="YES", BGCOLOR="#e0e0e0"]()

I’m noticing two strange behaviors:

  *   If the FLATLIST remains empty when clicking on it, it returns an 
arithmetic exception.
  *   If there is at least an item the scroll is active, even if the FLATLIST 
covers a greater area than the item, and it is possible to scroll down and not 
seeing any element.
I don’t know if I’m missing something but I can’t find any solution to those 
problems.

Best regards,

Michele Franzan
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] FLATLIST Arithmetic Exception and Scroll Always Active

2021-03-15 Thread Antonio Scuri
 That seems to be a bug. I'll check it out and let you know in a couple of
days.

 Which IUP version are you using? and in which system?

Best,
Scuri


Em seg., 15 de mar. de 2021 às 08:35, Michele Franzan <
michele.fran...@velex.it> escreveu:

> Dear All,
>
>
>
> I’m trying to use a FLATLIST implemented in LED with the following setup:
>
>
>
> win_change_view_list = FLATLIST[EXPAND="YES", BGCOLOR="#e0e0e0"]()
>
>
>
> I’m noticing two strange behaviors:
>
>- If the FLATLIST remains empty when clicking on it, it returns an
>arithmetic exception.
>- If there is at least an item the scroll is active, even if the
>FLATLIST covers a greater area than the item, and it is possible to scroll
>down and not seeing any element.
>
> I don’t know if I’m missing something but I can’t find any solution to
> those problems.
>
>
>
> Best regards,
>
>
>
> Michele Franzan
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Iup-users] Trouble building im - I seem to be missing a variable?

2021-03-15 Thread Antonio Scuri
HiI,

This is the same problem, but in the CD src folder. Simply erase the folder:

cd\src\dep

If you get from SVN head, it will not have the problem. But there aren't
any differences in CD and IM that are worth it. Maybe in IUP.

Best,
Scuri



Em seg., 15 de mar. de 2021 às 02:18, Matt Welland 
escreveu:

> Thanks Scuri,
>
> That fixed it and it built a few times (I'm automating the build for my
> project). However I started getting an error regarding not finding grcbox.h
> so I removed the deps in all and then I get:
>
> Tecmake: starting [ cdpdf:Linux54_64 ]
> if [ ! -d ../obj/cdpdf/Linux54_64 ] ; then mkdir -p ../obj/cdpdf/Linux54_64 ; 
> fimake[1]: *** No rule to make target '/tecgraf/pdflib7/include/pdflib.h', 
> needed by '../obj/cdpdf/Linux54_64/cdpdf.o'.  Stop.
> make: *** [Makefile:14: cdpdf] Error 2
>
> Would it be better if I worked from the svn repository? If so, how do I get 
> specific tags? If not, any idea what I might be doing wrong?
>
> If it matters, I'm trying to build on Ubuntu 18.04 and 20.04. I'd like to get 
> to a point where my automation is building regularly from both source tars 
> and svn.
>
> Thanks,
>
> Matt
> -=-
>
>
>
>
> On Mon, Mar 8, 2021 at 5:38 AM Antonio Scuri 
> wrote:
>
>>   Hi,
>>
>>   This is an error in the distribution files. Erase the folder
>>
>> im\src\dep
>>
>>   And build again.
>>
>> Best,
>> Scuri
>>
>>
>> Em seg., 8 de mar. de 2021 às 03:34, Matt Welland 
>> escreveu:
>>
>>> Tecmake: starting [ imlua51:Linux54_64 ]
>>> if [ ! -d ../obj/imlua51/Linux54_64/Lua51 ] ; then mkdir -p
>>> ../obj/imlua51/Linux54_64/Lua51 ; fi
>>> if [ ! -d ../lib/Linux54_64/Lua51 ] ; then mkdir -p
>>> ../lib/Linux54_64/Lua51 ; fi
>>> make[1]: *** No rule to make target '/tecgraf/lua5.1/include/lua.h',
>>> needed by '../obj/imlua51/Linux54_64/Lua51/imlua.o'.  Stop.
>>> make: *** [Makefile:28: imlua5] Error 2
>>>
>>> The Lua variables are set as follows:
>>>
>>> LUA_SUFFIX
>>> LUA_INC /usr/include/lua5.1
>>> LUA_LIB /usr/lib
>>> USE_LUA_VERSION 51
>>>
>>> I'm trying to follow the instructions from 
>>> https://webserver2.tecgraf.puc-rio.br/im/en/building.html
>>>
>>> Thanks.
>>>
>>> ___
>>> Iup-users mailing list
>>> Iup-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>>
>> ___
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


[Iup-users] FLATLIST Arithmetic Exception and Scroll Always Active

2021-03-15 Thread Michele Franzan
Dear All,

I'm trying to use a FLATLIST implemented in LED with the following setup:

win_change_view_list = FLATLIST[EXPAND="YES", BGCOLOR="#e0e0e0"]()

I'm noticing two strange behaviors:

  *   If the FLATLIST remains empty when clicking on it, it returns an 
arithmetic exception.
  *   If there is at least an item the scroll is active, even if the FLATLIST 
covers a greater area than the item, and it is possible to scroll down and not 
seeing any element.
I don't know if I'm missing something but I can't find any solution to those 
problems.

Best regards,

Michele Franzan
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users