Re: [Iup-users] Windows installer for Iup 3.32

2025-01-19 Thread support
Thanks for this effort! On 2025-01-19 05:07, Jesús Ruiz wrote: Hi, I have just updated the Windows installer to Iup v.3.32. Changes: - There is now one installer for VC17 and one for mingw6. - Examples for static compilation for both toolchains. See https://github.com/jesrui/iup-installer C

Re: [Iup-users] IupGetActionName

2024-04-21 Thread support
I was able to solve my problem. I was looking at some old code. Attached is an example of the latest IUP code working with ScriptBasic 3.0 Windows 64 bit. On 2024-04-19 22:24, supp...@scriptbasic.org wrote: I'm trying to get the ScriptBasic Windows 64 bit IUP interface compiled and it seems I

[Iup-users] IupGetActionName

2024-04-19 Thread support
I'm trying to get the ScriptBasic Windows 64 bit IUP interface compiled and it seems IupGetActionName was removed in 3.19. I use this function to determine what callback type that was executed. I'm still doing IupCallBackWait which I plan to change to a more direct callback to ScriptBasic in t

Re: [Iup-users] IUP 3.31

2023-10-15 Thread support
It's time for the IUP community to keep this project active and expanding. On 2023-10-15 18:22, Antonio Scuri wrote: Hi All, We just released IUP version 3.31 There are few new features, but the changes are mainly bug fixes. I'm sorry to say that IUP is on hold for now. It is not abandoned b

Re: [Iup-users] I switched to over Linux

2023-05-29 Thread support
nd I see a few DLLs that appear to not have an equivalent SO:     freetype6.dll     iupmatrixex.dll     iupole.dll My guess is that freetype or anything OLE isn't required on Linux, and I'm hoping that iupmatrixex is incorporated into some other SO, because it would be very bad if Linux

Re: [Iup-users] Windows installer for Iup

2022-12-04 Thread support
Wow! Thanks for the contribution. On 2022-12-04 06:56, Jesús Ruiz wrote: Hi, I have just pushed a repo to github that creates a Windows installer for Iup. See https://github.com/jesrui/iup-installer There is also a release: https://github.com/jesrui/iup-installer/releases From the README:

Re: [Iup-users] Upgrade Changes?

2022-06-13 Thread support
I copied the simple editor ScriptBasic code from my Linux box to my Windows 10 laptop and the font dialog works as expected. On 2022-06-12 21:28, supp...@scriptbasic.org wrote: In an earlier version of IUP this code worked. (from IUP extension module) FUNCTION Font_CB LOCAL fontdlg, font

Re: [Iup-users] Upgrade Changes?

2022-06-12 Thread support
es. This is what I get on my system (ignore the "$" shell prompts): $ set | grep -E DISPLAY DISPLAY=:0 GNOME_SETUP_DISPLAY=:1 WAYLAND_DISPLAY=wayland-0 $ The trivial examples (called via Lua "require" interface) work with this setup. If I stomp on WAYLAND_D

Re: [Iup-users] Upgrade Changes?

2022-06-12 Thread support
. If I stomp on WAYLAND_DISPLAY, then the "hello, world" example fails: $ export WAYLAND_DISPLAY= $ ./hello-world ../support/lua5.1: IupOpen: could not initialize stack traceback: [C]: ? [C]: in function 'require

Re: [Iup-users] Upgrade Changes?

2022-06-12 Thread support
Y, then the "hello, world" example fails: $ export WAYLAND_DISPLAY= $ ./hello-world ../support/lua5.1: IupOpen: could not initialize stack traceback: [C]: ? [C]: in function 'require' ./hello-world:

Re: [Iup-users] Upgrade Changes?

2022-06-11 Thread support
. Trivial (two-line) "hello, world", indented here for clarity: PROJECT/build$ cd ../1/play PROJECT/1/play$ cat hello-world #!/bin/bash ../support/play-lua-tec iup=require("iuplua"); iup.Message("MyApp", "hello, world") PROJECT/1/play$ ./hello-world 6. Try br

Re: [Iup-users] Upgrade Changes?

2022-06-11 Thread support
t a one-page help summary PROJECT/build$ ./q nuke,unpack,build,gather fer-real 5. Trivial (two-line) "hello, world", indented here for clarity: PROJECT/build$ cd ../1/play PROJECT/1/play$ cat hello-world #!/bin/bash ../support/play-lua-tec iup=require("iuplua"); iup.Message("

Re: [Iup-users] Upgrade Changes?

2022-06-10 Thread support
ne-page help summary PROJECT/build$ ./q nuke,unpack,build,gather fer-real 5. Trivial (two-line) "hello, world", indented here for clarity: PROJECT/build$ cd ../1/play PROJECT/1/play$ cat hello-world #!/bin/bash ../support/play-lua-tec iup=require("iuplua"); iup.Message(&qu

Re: [Iup-users] Upgrade Changes?

2022-06-10 Thread support
summary PROJECT/build$ ./q nuke,unpack,build,gather fer-real 5. Trivial (two-line) "hello, world", indented here for clarity: PROJECT/build$ cd ../1/play PROJECT/1/play$ cat hello-world #!/bin/bash ../support/play-lua-tec iup=require("iuplua"); iup.Message("MyApp", &

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
This makes it difficult to align your layout if you have no control over sizing. This text boxes are huge. On 2021-04-21 15:00, Antonio Scuri wrote: When moving between systems, there will be always changes in control sizes. IUP tries to set sizes accordingly, but the native sistem doesn't alw

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
It seems that 'hot keys' (underlined character with the & preceding it) doesn't work with Gtk Linux IUP either. This is becoming VERY disappointing! On 2021-04-21 14:31, supp...@scriptbasic.org wrote: It seems the text control height is fixed at 30 pixels. It doesn't matter or change if I cha

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
It seems the text control height is fixed at 30 pixels. It doesn't matter or change if I change the GLOBALFONT. Does control height only work in Windows? On 2021-04-21 14:11, supp...@scriptbasic.org wrote: I created a simple form with a VBOX, HBOX and a TEXT control. No matter what I set the

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
I created a simple form with a VBOX, HBOX and a TEXT control. No matter what I set the vertical height of the text box to (RASTERSIZE / USERSIZE / SIZE) the text box height is fixed. Is this how it is or is there something broken? On 2021-04-21 06:42, supp...@scriptbasic.org wrote: I could

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
I could make the form larger but having to deal with a fixed vertical size is debilitating. On 2021-04-21 06:19, Ranier Vilela wrote: De: supp...@scriptbasic.org Enviado: quarta-feira, 21 de abril de 2021 04:49 Para: IUP discussion list. Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTER

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-21 Thread support
3.24.20-0ubuntu On 2021-04-21 05:55, Ranier Vilela wrote: De: supp...@scriptbasic.org Enviado: quarta-feira, 21 de abril de 2021 04:49 Para: IUP discussion list. Assunto: Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working Here are a couple screen shots of my Windows 10 (good)

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-20 Thread support
The problem also exists on Ubuntu 64 20.04 (AMD processor). It seems like the Linux version doesn't like RASTERSIZE for setting vertical height. Can someone confirm what I'm seeing? Thanks! IUP 3.30 On 2021-04-20 17:42, supp...@scriptbasic.org wrote: Antonio, I'm trying to get my Windows v

Re: [Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-20 Thread support
Here are a couple screen shots of my Windows 10 (good) and Ubuntu 20.04 (bad) IUP layouts. On 2021-04-20 17:42, supp...@scriptbasic.org wrote: Antonio, I'm trying to get my Windows version of the form I created working on my RPi 4B running Ubuntu 64. It seems that the vertical size of control

[Iup-users] Ubuntu ARM 64 - vertical RASTERSIZE not working

2021-04-20 Thread support
Antonio, I'm trying to get my Windows version of the form I created working on my RPi 4B running Ubuntu 64. It seems that the vertical size of controls isn't working. No matter what I change the vertical RASTERSIZE to it seems fixed. I'm using a GLOBAL DEFAULTFONT of "FreeSans, Regular 9". N

[Iup-users] Download Link Fails

2021-04-19 Thread support
This link fails. https://www.tecgraf.puc-rio.br/iup/download Some other files are available directly at the IUP download folder: ___ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users

Re: [Iup-users] Hot key underscore disappears

2021-04-15 Thread support
I wanted to mention this only happens on IupTabs. Other controls that have accelerator keys don't lose their underscore. On 2021-04-15 12:57, supp...@scriptbasic.org wrote: I'm using the 3.30 IUP on Windows 10. My & underscores are disappearing if I click on another form and then return. Is th

[Iup-users] Hot key underscore disappears

2021-04-15 Thread support
I'm using the 3.30 IUP on Windows 10. My & underscores are disappearing if I click on another form and then return. Is there a way from preventing this from happening? Just doing the screen capture removes the underscore when I return to the form. __

Re: [Iup-users] Compiling IUP

2021-02-28 Thread support
I didn't have any problems on Raspian 32. It's 64 bit ARM that has issues. On 2021-02-27 13:00, Milind Gupta wrote: I built it on Raspberry Pi Zero, didn't have any issues. On Sat, Feb 27, 2021 at 12:41 PM wrote: I had to build IUP from source for Ubuntu 64 ARM on my RPi 4B. It failed with

Re: [Iup-users] Compiling IUP

2021-02-27 Thread support
I had to build IUP from source for Ubuntu 64 ARM on my RPi 4B. It failed with he PDF dependency I couldn't find. Manually using make in the sub-souece directories created a usable build. On 2021-02-27 07:14, Antonio Scuri wrote: OK! Em qua., 10 de fev. de 2021 às 19:28, Milind Gupta escreveu

Re: [Iup-users] IupProgressBar

2020-07-16 Thread support
27, Ranier Vilela wrote: De: supp...@scriptbasic.org Enviado: quinta-feira, 16 de julho de 2020 03:12 Para: IUP discussion list. Assunto: Re: [Iup-users] IupProgressBar My interface is calling IUP dynamically via FFI. ScriptBasic (interpreter) is providing style support and other Windows resouce

Re: [Iup-users] IupProgressBar

2020-07-16 Thread support
discussion list. Assunto: Re: [Iup-users] IupProgressBar My interface is calling IUP dynamically via FFI. ScriptBasic (interpreter) is providing style support and other Windows resouces. My FFI is only working with IUP.DLL and IUPCONTROLS.DLL. I'm not sure what you're asking me to call

Re: [Iup-users] IupProgressBar

2020-07-16 Thread support
ssion list. Assunto: Re: [Iup-users] IupProgressBar My interface is calling IUP dynamically via FFI. ScriptBasic (interpreter) is providing style support and other Windows resouces. My FFI is only working with IUP.DLL and IUPCONTROLS.DLL. I'm not sure what you're asking me to call to g

Re: [Iup-users] IupProgressBar

2020-07-15 Thread support
My interface is calling IUP dynamically via FFI. ScriptBasic (interpreter) is providing style support and other Windows resouces. My FFI is only working with IUP.DLL and IUPCONTROLS.DLL. I'm not sure what you're asking me to call to get this to work. On 2020-07-15 19:02, Ranier Vi

Re: [Iup-users] IupProgressBar

2020-07-15 Thread support
Antonio, It looks like you only get the DASHED look if you don't use visual styles. (default) Can you confirm this? John On 2020-07-15 14:18, supp...@scriptbasic.org wrote: Antonio, MARQUEE works but not DASHED. Is this a Windows 10 issue? John On 2020-07-15 13:01, supp...@scriptbasic.o

Re: [Iup-users] IupProgressBar

2020-07-15 Thread support
Antonio, MARQUEE works but not DASHED. Is this a Windows 10 issue? John On 2020-07-15 13:01, supp...@scriptbasic.org wrote: I did a IupSetAttribute(pc, "DASHED", "YES") before IupShow and no luck. I can't get as anything but the default progress bar to show. Do I need to call IupMap to get t

[Iup-users] IupProgressControl

2020-07-15 Thread support
I did a IupSetAttribute(pc, "DASHED", "YES") before IupShow and no luck. I can't get as anything but the default progress bar to show. Do I need to call IupMap to get this ro work? On 2020-07-15 10:39, Antonio Scuri wrote: Please, whenever possible start a new thread if the subject is differe

Re: [Iup-users] IupMatrix Mark

2020-07-15 Thread support
Antonio, I'm trying to get the DASHED=YES attribute working with the IupProgressControl. It says this is a creation attribute. I tried using IupCreatv and passing the attribute as a null terminate string after the classname. The docs mention a 'list' of paramus null limited. Can you further

Re: [Iup-users] IupMatrix Mark

2020-07-13 Thread support
I figured it out and it's working like I wanted. I think the docs for the L:C is reversed. On 2020-07-13 12:04, supp...@scriptbasic.org wrote: Antonio, Can you point me to a C example showing how to assign titles? The matrix.c example has no titles. Thanks! John On 2020-07-13 09:25, supp..

Re: [Iup-users] IupMatrix Mark

2020-07-13 Thread support
Antonio, Can you point me to a C example showing how to assign titles? The matrix.c example has no titles. Thanks! John On 2020-07-13 09:25, supp...@scriptbasic.org wrote: There is no title just a grid of cells. How would I select (highlight) let's say row 3 if I click on any cell in that ro

Re: [Iup-users] IupMatrix Mark

2020-07-13 Thread support
There is no title just a grid of cells. How would I select (highlight) let's say row 3 if I click on any cell in that row? That makes sense for columns but clicking on a title for rows doesn't. How do I highlight the row with a callback? On 2020-07-13 06:07, Antonio Scuri wrote: To select a c

Re: [Iup-users] IupMatrix Mark

2020-07-12 Thread support
I'm using mark multiple. Should this be disabled for COL / LIN mode? On 2020-07-12 17:06, John Spikowski wrote: Hi Antonio, I can't seem to get anything other than "CELL" to work with IupMatrix and IupSetAttribute(mat, "MARKMODE","CELL"). If I try COL / LIN nothing is highlighted when I click o