[Iup-users] IupMatrix Mark

2020-07-12 Thread John Spikowski
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 on a cell. Running IUP 3.29 Windows 10 32 bit. John ___ Iup-users

Re: [Iup-users] IUP for Android and Lua for Android

2019-12-16 Thread John Spikowski
Have you looked at B4A (Basic for Android) ? Great product, smart author and easy to use. https://www.b4x.com/b4a.html On Mon, 2019-12-16 at 10:31 -0500, Hernan Cano wrote: > Hi, friends. > > Receive a cordial greeting. > > I am interested in developing an application for Android using Lua >

[Iup-users] Menu Hotkey Alignment

2019-07-10 Thread John Spikowski
Antonio, Is there a way to right align the hotkey references. See attached. ___ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users

Re: [Iup-users] IupPopup FontDlg

2019-07-06 Thread John Spikowski
s case. You > will have to check there and make a test. > > Best, > Scuri > > > > Em sáb, 6 de jul de 2019 às 01:09, John Spikowski < > supp...@scriptbasic.org> escreveu: > > AIR found this reference on the the GNOME dev-list. (same errors) > > To sol

Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread John Spikowski
the FontDlg causes this error. On Fri, 2019-07-05 at 17:33 -0300, Antonio Scuri wrote: > I mean a regular IupDialog on the same script, show it then show > the font dialog. Was that? > > > > Em sex, 5 de jul de 2019 às 16:58, John Spikowski < > supp...@scriptbasic.or

Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread John Spikowski
gt; Em sex, 5 de jul de 2019 às 01:09, John Spikowski < > supp...@scriptbasic.org> escreveu: > > It works fine as a standalone executable. > > No errors until IupPopup() of the FontDlg occurs. > > Could I be missing something in my extension module make? > > > &

Re: [Iup-users] IupPopup FontDlg

2019-07-04 Thread John Spikowski
rc/gtk/iupgtk_fontdlg.c you will see that the IUP code is quite > simple, GTK does all the work. > Maybe something in GTK was not initialized correctly when running > the script. Missing IupOpen? > > Best, > Scuri > > > > Em qui, 4 de jul de 2019 às 20:17, John S

[Iup-users] IupPopup FontDlg

2019-07-04 Thread John Spikowski
Hi Antonio, I'm trying to reproduce your simple editor tutorial using the ScriptBasic IUP extension module on the Raspberry Pi 3 B which I compiled an IUP distribution for. Everything seems to be working fine other than those wierd warning messages you told me to ignore. I just cant seem to get

[Iup-users] IUP Raspberry PI

2019-05-15 Thread John Spikowski
Hi Antonio, I'm getting theses strange warning when running my Online Dictionary example that is using the latest IUP and ScriptBasic on the Raspberry Pi 3B. I compiled IUP from source native on the RPi. I don't get these messages on my laptop which may be running an older version of IUP. Here

Re: [Iup-users] IUP 3.27

2019-05-03 Thread John Spikowski
Hi Antonio, I was able to compile from your latest source(s) and Gtk3 a working version for the Raspberry Pi 3 B. There were a lot of warnings but it did end up creating the binaries. I'm looking forward to trying it out with the ScriptBasic IUP extension module. John On Tue, 2019-04-30 at 17:19

Re: [Iup-users] How to do concurrency with IUP?

2018-12-28 Thread John Spikowski
Hi Dan, I was able to get IUP to work in a threaded environment under Windows but not Linux (Gtk) using Script BASIC. John On Fri, 2018-12-28 at 01:54 -0600, Daniel G. wrote: > I have a program with a button that calls a function that can take > some time to finish (up to 10 seconds). I need the

Re: [Iup-users] OLE Dead Links

2018-08-30 Thread John Spikowski
> > > > Best, > Scuri > > Em qua, 29 de ago de 2018 às 03:59, John Spikowski ic.org> escreveu: > > I can't seem to get the IupOLE web browser to compile under > > Windows. Do > > > > you have something that works? > > > >

Re: [Iup-users] OLE Dead Links

2018-08-29 Thread John Spikowski
> > > > Best, > Scuri > > Em qua, 29 de ago de 2018 às 03:59, John Spikowski ic.org> escreveu: > > I can't seem to get the IupOLE web browser to compile under > > Windows. Do > > > > you have something that works? > > > >

Re: [Iup-users] OLE Dead Links

2018-08-29 Thread John Spikowski
I can't seem to get the IupOLE web browser to compile under Windows. Do you have something that works? On Tue, 2018-08-28 at 22:10 -0700, John Spikowski wrote: > Antonio, > > The IupOleControl reference links are dead. > > To learn more about OLE and ActiveX: > > htt

[Iup-users] OLE Dead Links

2018-08-28 Thread John Spikowski
Antonio, The IupOleControl reference links are dead. To learn more about OLE and ActiveX: http://www.microsoft.com/com http://www.webopedia.com/TERM/A/ActiveX_control.html http://msdn.microsoft.com/workshop/components/activex/activex_node_entr y.asp

Re: [Iup-users] Problems with layout (sometimes too small, then too big)

2018-04-09 Thread John Spikowski
Great! I have been chasing that 'chost' for ages. Thanks Antonio for your amazing efforts with IUP and the community it has built. On Mon, 2018-04-09 at 14:10 -0300, Antonio Scuri wrote: >  Hi, > >  I may have solve the problem. At least at the system I was testing > were the problem is

Re: [Iup-users] 7GUIs GUI comparison

2017-11-20 Thread John Spikowski
Wow Peter! I'm setting up a board on the http://AllBASIC.info forum for your Phix/pGUI project. Great job !!! John On Mon, 2017-11-20 at 17:06 +, Pete Lomax via Iup-users wrote: > All seven Phix/pGUI samples can now be found in demo\rosetta\7guis at >

Re: [Iup-users] 7GUIs GUI comparison

2017-11-18 Thread John Spikowski
"Furthermore lets not forget that the 7gui and related thesis work is kind of a simplicity shootout." If you like 'simple', checkout what I have going with IUP (Windows  / Linux) and Script BASIC. http://ScriptBASIC.org http://AllBASIC.info On Sat, 2017-11-18 at 13:53 +0100, Jörg F.

Re: [Iup-users] Check the UI periodically

2017-02-24 Thread John Spikowski
. > > > >   One common approach is to use a progress dialog to display > > processing progress information. IupProgressDlg can be used along > > with IupShow. The main dialog can then be disabled > > with SIMULATEMODAL=Yes. > > > > Best, > > Scuri

Re: [Iup-users] Check the UI periodically

2017-02-23 Thread John Spikowski
I use IupLoopStepWait with Script BASIC to give me more control over my interaction with IUP. On Thu, 2017-02-23 at 16:42 -0800, Milind Gupta wrote: > Hello, >         I have a long process that runs when triggerred from a UI. I > don't care very much when the UI is not responding for long periods

Re: [Iup-users] IUP Threading

2017-02-20 Thread John Spikowski
e plenty of > similar examples in kernel32.dll and > gtk.so, etc. > > What would be more interesting to me is a background thread managing > to inform the main gui thread that > it has completed some requested task, in a non-polling manner, > especially on gtk. >

Re: [Iup-users] IUP Threading

2017-02-18 Thread John Spikowski
I returned to my initial efforts with IUP threading on Linux with Script BASIC but haven't done a lot testing. I don't think IUP would take much to support threading. http://www.oxygenbasic.org/forum/index.php?topic=1481.msg16119#msg16119 On Sat, 2017-02-18 at 13:46 -0800, John Spikowski wrote

Re: [Iup-users] IUP Threading

2017-02-18 Thread John Spikowski
Not so lucky on Linux. jrs@jrs-laptop:~/sb/examples/iup$ scriba iup_boot3buttons.sb (scriba:6299): Gdk-WARNING **: scriba: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. jrs@jrs-laptop:~/sb/examples/iup$  On Sat, 2017-02-18 at 10:11 -0800, John Spikowski wrote

Re: [Iup-users] IUP Threading

2017-02-18 Thread John Spikowski
no time on that platform. Let someone else do it is my position. Script BASIC runs fine on OSX (console) but no GUI options other than Gtk which looks like crap on OSX.   On Sat, 2017-02-18 at 03:43 -0800, Eric Wing wrote: > On 2/17/17, John Spikowski <supp...@scriptbasic.org> wrote: &

[Iup-users] IUP Threading

2017-02-17 Thread John Spikowski
I thought I would share my success with multi-threading IUP on Windows 10 with Script BASIC. I'm still early on with testing but so far things look promising. http://www.scriptbasic.org/forum/index.php/topic,350.msg1597.html#msg15 97 I'm going to try this on Linux 64 bit and see if it works as

[Iup-users] IUP Apple

2017-02-06 Thread John Spikowski
Eric, I think it's critical to get a native IUP driver running on the Apple desktop UI. We have been close so many times and for some reason or another it goes back into hibernation. What are your concerns and suggestions to finalize this project? John

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
Hi Hernan, I'm planning on releasing a Windows 32 Script BASIC install (Inno) which will include the extension modules and sbhttpd application web server. (which is normally a proxy backend to Apache) The two forums I manage may bring you up to speed with the Script BASIC interpreter and using

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
The web applications I will be writing will be used by between 50 to 200 users on an average. (ERP financial software) My needs may be unique and not applicable to others on this list. Sorry! On Tue, 2017-01-24 at 16:13 -0800, Eric Wing wrote: > > On 1/24/17, John Spikowski

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
On Tue, 2017-01-24 at 13:45 -0800, Eric Wing wrote: > On 1/24/17, John Spikowski <supp...@scriptbasic.org> wrote: > > > > Eric, > > > > Your right and what I'm after isn't a solution for the generic C > > IUP > > user. I wrap IUP as an extension mo

Re: [Iup-users] IupEmscripten (native web browser) backend for IUP

2017-01-24 Thread John Spikowski
These resources are shared objects and dynamically added by threads. I don't see any issues. On Tue, 2017-01-24 at 10:24 -0800, Eric Wing wrote: > > On 1/24/17, John Spikowski <supp...@scriptbasic.org> wrote: > > > > > > On Mon, 2017-01-23 a

Re: [Iup-users] IupEmscripten (native web browser) backend for IUP

2017-01-23 Thread John Spikowski
, ...) I use on the desktop can be used with the Script BASIC server. I'm able to share (R/W lockable) variables among threads. It really doesn't get much easier. I'm keeping this as BASIC as possible. On Mon, 2017-01-23 at 20:32 -0800, Eric Wing wrote: > On 1/23/17, John Spikowski &l

Re: [Iup-users] IupEmscripten (native web browser) backend for IUP

2017-01-23 Thread John Spikowski
Eric, I'm a confused. Are you trying to create a desktop application that emulates IUP in a web browser control? What I'm after is a HTML IUP driver that uses my desktop UI layout IUP code but translates it to HTML/CSS/JavaScript text which is sent to the client browser. John On Sun,

[Iup-users] IUP Browser Driver

2017-01-21 Thread John Spikowski
at 15:02 -0800, Eric Wing wrote: > On 1/21/17, John Spikowski <supp...@scriptbasic.org> wrote: > > > > Eric, > > > > Before we determine how best to deal with the UI side of IUP > > browser > > interface, I think we need to get the basic framework for th

Re: [Iup-users] Google Summer of Code applications now open (until Feb 9)

2017-01-21 Thread John Spikowski
:52 -0800, Eric Wing wrote: > > On 1/19/17, John Spikowski <supp...@scriptbasic.org> wrote: > > > > > > Eric, > > > > I'm not interested in using Emscripten of IUP C code to work on the > > web. Try to translate a simple "Hello World

Re: [Iup-users] IUP event loop modification proposal (due to new platforms like Android, iOS, Mac)

2017-01-13 Thread John Spikowski
I think any major directional changes should include a web IUP as a consideration. IMHO On Fri, 2017-01-13 at 12:41 -0500, Hernan Cano wrote: > Hi, Eric. > > I consider you can/could/should clone IUP and procced as you say with > respect to take IUP to Android or any mobile. > > Because you know

Re: [Iup-users] IupGridBox, Part II

2017-01-08 Thread John Spikowski
Just curious. Are you using any IupHBox or IupVBox containers in your design? On Sun, 2017-01-08 at 10:16 -0700, Andrew Robinson wrote: > Hello, >   > This is just feedback of user satisfaction. It is not a complaint, > it is just an opinion and requires no response. I'm hoping someone > will

[Iup-users] IupOleControl

2017-01-05 Thread John Spikowski
Can an IupOleControl reside in something else other than a dialog window? I would like to include a OCX control along with other IUP standard controls in a dialog. -- Check out the vibrant tech community on one of the

Re: [Iup-users] IUP for iOS and Android video introduction

2017-01-03 Thread John Spikowski
I truly enjoy your views of the mobile industry and the tools being used. Have you looked at Adobe's PhoneGap? It seems to translate JS, HTML and CSS into Android or iOS phone apps. https://build.phonegap.com/ On Tue, 2017-01-03 at 18:55 -0800, Eric Wing wrote: > On 1/3/17, Antonio Scuri

Re: [Iup-users] IUP for iOS and Android video introduction

2016-12-28 Thread John Spikowski
Here is a good explanation of the SL4A interface. https://www.tutorialspoint.com/sl4a/sl4a_quick_guide.htm You may be able to extract a few concepts from this project for your IUP effort. On Wed, 2016-12-28 at 20:05 -0800, John Spikowski wrote: > Eric, > > Thanks for the great vide

Re: [Iup-users] IUP for iOS and Android video introduction

2016-12-28 Thread John Spikowski
Eric, Thanks for the great video you did explaining the JNI interface for native C apps wishing to interface with the Android VM. A couple years ago I went down this path with Script BASIC (compiled native on Android with ARM gcc) and SL4A as my JAVA (uses a socket - like JAPI) interface. Here

Re: [Iup-users] Event action name

2016-12-02 Thread John Spikowski
##SELECTION_END##"Isn't there a way to call a basic function from C code?" Yes. This Script BASIC SBT extension module should show you how it is done and how I plan to do callbacks in the near future. Charles (OxygenBasic author) wrote a FFI extension module  for Script BASIC that allows IUP to

Re: [Iup-users] Event action name

2016-11-30 Thread John Spikowski
Antonio, I'm already doing the callback in a custom way using IupLoopStepWait(). The following is how I'm now doing my .50 cent callbacks now. My goal now that I have multi-threading working in the console interpreter and not only the web server, a direct callback to the SB call function embeddng

Re: [Iup-users] Event action name

2016-11-29 Thread John Spikowski
> Best, > Scuri > > > On Tue, Nov 29, 2016 at 8:15 PM, John Spikowski > org> wrote: > > Why would such an important function for callback event processing > > be omitted and leave nothing in its wake? > > > > > > > &

[Iup-users] Event action name

2016-11-29 Thread John Spikowski
Antonio, Now that IupGetActionName() has been deprecated, is there anyway to get the action name of the current event from the callback? John -- ___ Iup-users mailing list

Re: [Iup-users] IupGetActionName ghost.

2016-10-24 Thread John Spikowski
, 2016-10-24 at 09:22 -0200, Antonio Scuri wrote: > Maybe it is used in some macro in a .h? > > > Or some modules need to be rebuilded? > > > Best, > Scuri > > > > On Mon, Oct 24, 2016 at 2:24 AM, John Spikowski > <supp...@scriptbasic.org> wrote

Re: [Iup-users] Deprecated Functions

2016-10-24 Thread John Spikowski
hink you already did that using the if (strcmp). > > > That can be improved with other strategies, but that's another > story. > > > Best, > Scuri > > > > On Sun, Oct 23, 2016 at 5:15 PM, John Spikowski > <supp...@scriptbasic.org> wrote: >

[Iup-users] IupGetActionName ghost.

2016-10-23 Thread John Spikowski
Antonio, I'm using the latest Mingw32 IUP library and I have no reference to  `IupGetActionName' anywhere in my program. I can't seem to get by this error. John C:\sbgcc\source\extensions\pui>mingw32-make -B gcc -w -D_WIN32 -m32 -c -LC:\TDM-GCC-32\lib\IUP -IC:\TDM-GCC- 32\include\IUP -o

Re: [Iup-users] IUP 3.18 Released

2016-03-24 Thread John Spikowski
> New: CUSTOMFRAME Does this grant my SDL use with IUP wish? On Thu, 2016-03-24 at 16:31 -0300, Antonio Scuri wrote: > Hi All, > >We just released IUP version 3.18. > >We would like to highlight some of the new features: > > > - New: "STEM", "MARKSTEM", "HORIZONTALBAR", "MULTIBAR",

Re: [Iup-users] IUP Leaks part #1

2016-02-20 Thread John Spikowski
Telling a software author that their program leaks is like calling their kid ugly. My pat answer is "mother's fault". ;-) On Sat, 2016-02-20 at 11:14 +, Ranier VF wrote: > Hi Scuri, > I´m really sorry, all leaks are in my app! > Checking carefully, i found that problem. > > > dinamic

Re: [Iup-users] LED Expressions

2016-02-05 Thread John Spikowski
Antonio, Now that your back from vacation, can you point me in the direction of some LED docs? (expression handling specifically) Thanks! John On Thu, 2016-01-21 at 16:21 -0800, John Spikowski wrote: > Is there a good resource that would better explain the use of the LED > IUP

Re: [Iup-users] Vacation Break

2016-01-22 Thread John Spikowski
Well deserved! Have a great time. On Fri, 2016-01-22 at 16:41 -0200, Antonio Scuri wrote: > Hi All, > > > I'll be on vacation for the next 2 weeks. So I'll still be able to > respond some questions, but tests and bug fixes will be posponed to > when I got back. > > > Thanks for all

[Iup-users] LED Expressions

2016-01-21 Thread John Spikowski
Is there a good resource that would better explain the use of the LED IUP screen definitions? I think I have the [Attribute] section figured out but the (Expression) element is somewhat of a mystery to me. Thanks! John

Re: [Iup-users] GTK3 layout cut-off

2016-01-14 Thread John Spikowski
You seem to be using a larger than normal font which exceeds the natural sizing constraints for this sample. On Thu, 2016-01-14 at 16:04 -0800, Eric Wing wrote: > On 1/14/16, Antonio Scuri wrote: > > IUP internally has an estimate of the button border space, so it

Re: [Iup-users] Button Accelarator

2016-01-14 Thread John Spikowski
and in several > places and in the first character, like "". But they all > work OK. > > > Best, > Scuri > > > > On Mon, Jan 11, 2016 at 1:19 AM, John Spikowski > <supp...@scriptbasic.org> wrote: > BTW: I was able to resolve (workaroun

[Iup-users] Image Background Mask

2016-01-07 Thread John Spikowski
Hi List, I'm trying to use some bitmaps that have the classic Windows button background color which I would like to mask. How is this done? I'm using a IupSetAttributes with a "IMAGE=mybutpic.bmp". They are 16x16 256 color bitmaps. Thanks for any help with this! John

Re: [Iup-users] Drawbacks with this approach

2015-12-13 Thread John Spikowski
;-) Hey James, Why don't you join All BASIC and hang out with AIR and I. We be talking IUP jargon. ;-) John On Sun, 2015-12-13 at 20:38 -0200, Antonio Scuri wrote: > Hi, > > > No drawbacks. For instance IupLabel() calls IupCreate(), so all > controls are already created in this way. > > >

Re: [Iup-users] About LED

2015-12-08 Thread John Spikowski
Hi Antonio, I was under the impression that I could compile the LED files to standalone shared objects. (.so / .dll) There was mention of a LED compiler / viewer if not mistaken. John On Tue, 2015-12-08 at 13:54 -0200, Antonio Scuri wrote: > >From "John Spikowski" > > I

Re: [Iup-users] About LED

2015-12-08 Thread John Spikowski
code. Many projects in Tecgraf use ledc. > > Best, > Scuri > > > Em 08/12/2015 19:02, "John Spikowski" <supp...@scriptbasic.org> > escreveu: > Hi Antonio, > > I was under the impression that I could compile the LED fi

[Iup-users] Linux Swift IUP

2015-12-07 Thread John Spikowski
Hi Antonio, I was able to get your 'Hello World' going with the new open source Apple Linux Swift release. http://www.allbasic.info/forum/index.php?topic=428.msg4578#msg4578 John -- Go from Idea to Many App Stores

Re: [Iup-users] IUP 3.17 Released

2015-12-03 Thread John Spikowski
On Thu, 2015-12-03 at 16:42 -0200, Antonio Scuri wrote: > Thanks! Appreciated. > I would like to use LED as a foundation for my GUI interface. Can I have multiple screen definitions defined in one DLL/SO? Where is the best place to get started to learn how to use this IUP feature?

Re: [Iup-users] IUP 3.17 Released

2015-12-03 Thread John Spikowski
Thanks Antonio for all your hard work making IUP the best GUI toolkit on all platforms I work on. On Thu, 2015-12-03 at 14:11 -0200, Antonio Scuri wrote: > Hi All, > >We just released IUP version 3.17. > >We would like to highlight some of the new features: > > - New IupAnimated

Re: [Iup-users] Is Iup pthread safe?

2015-10-02 Thread John Spikowski
Hi Andy, IUP isn't thread safe by default but that doesn't mean it can't be done. Here is an example in Script BASIC (Windows & Linux) http://www.scriptbasic.org/forum/index.php/topic,335.0.html John On Fri, 2015-10-02 at 14:36 +1000, Andy Xiyue wrote: > Hi Scuri, > > > Recently I tried to

Re: [Iup-users] Cocoa followup

2015-08-19 Thread John Spikowski
/index.php?topic=400.0 On Tue, 2015-08-18 at 22:16 -0700, John Spikowski wrote: On Sun, 2015-08-16 at 20:25 +0100, Emeka wrote: Hello John, Thanks! Please direct me to materials to read and where to get prepped. The only information I know of for the IUP driver is on their web site

Re: [Iup-users] Cocoa followup

2015-08-15 Thread John Spikowski
, 2015-08-15 at 23:01 +0100, Emeka wrote: John, I would like to join you but I am not a great programmer. But if you won't mind then count me in. Regards, \Emeka On Jul 30, 2015 11:02 PM, John Spikowski supp...@scriptbasic.org wrote: Eric, I'm following closely

Re: [Iup-users] Cocoa followup

2015-07-30 Thread John Spikowski
Eric, I'm following closely with your IUP driver creation for OSX. I had mention to Antonio that I would like to write a browser (HTML/CSS/JavaScript) IUP driver. If anyone else has interest in this, please let me know so we can collaborate. John On Thu, 2015-07-30 at 14:45 -0700, Eric Wing

Re: [Iup-users] Cocoa question

2015-07-22 Thread John Spikowski
Hi Antonio, A member (Armando I. Rivera (AIR)) of our All BASIC developer forum is revitalizing an Apple GUI library Claro. It looks like a great candidate for a Apple OSX IUP driver. http://www.allbasic.info/forum/index.php?topic=347.msg4379#msg4379 John On Wed, 2015-07-22 at 18:00 -0300,

Re: [Iup-users] IupSetAttributes

2015-06-28 Thread John Spikowski
Hi James, Try: IupSetAttributes(win, TITLE=\Address Book\, SIZE=500x300) John On Sun, 2015-06-28 at 10:39 -0400, James Fuller wrote: I am a real novice but on my first try I find I cannot use IupSetAttributes with a space in the title as in: win = IupCreate(dialog) IupSetAttributes(win,

Re: [Iup-users] Initial dialog size

2015-06-19 Thread John Spikowski
, Scuri On Thu, May 28, 2015 at 5:44 AM, John Spikowski supp...@scriptbasic.org wrote: Antonio, This is just a guess. I think there is a bug in the screen

Re: [Iup-users] IupScanf / IupGetParam Bug

2015-05-31 Thread John Spikowski
On Fri, 2015-05-29 at 10:12 -0300, Antonio Scuri wrote: But what is the bug? IupGetparam is widely used around here. 'Bug' was Windows programmers dealing with \n. ;-) --

Re: [Iup-users] IupScanf / IupGetParam Bug

2015-05-30 Thread John Spikowski
, Scuri On Fri, May 29, 2015 at 7:31 AM, John Spikowski supp...@scriptbasic.org wrote: Antonio, One of the OxygenBasic compiler forum member discovered a bug with IupScanf and I suggested using the recommended IupGetParam function

[Iup-users] IupScanf / IupGetParam Bug

2015-05-29 Thread John Spikowski
Antonio, One of the OxygenBasic compiler forum member discovered a bug with IupScanf and I suggested using the recommended IupGetParam function instead. As it turns out, they both don't seem to work. Can you verify on your end? John -- Quote:

[Iup-users] Initial dialog size

2015-05-28 Thread John Spikowski
Antonio, I have noticed that the initial dialog I create isn't sizing correctly with this release. I thought it was because I was displaying more than one dialog was causing the issue. If only display the first, it still isn't correct. Dialogs that follow are the correct size. Example:

Re: [Iup-users] Images with coordinates. How-to?

2015-05-25 Thread John Spikowski
Hi Antonio, This brings up my e-mail to you about SDL and IUP. Does the same hold true? I'm more interested in the Linux IUP / SDL_gfx direction myself. John On Mon, 2015-05-25 at 14:02 -0300, Antonio Scuri wrote: Yes, a dialog can have any set of controls. For instance, when you run Word

Re: [Iup-users] IUP Threading Linux

2015-05-25 Thread John Spikowski
in threaded mode. I'm pretty happy as so far without informing Gtk or IUP that it's running in threaded mode. Any thoughts from the list on this would be appreciated. See www.scriptbasic.org/forum for latest examples. On Sun, 2015-05-24 at 11:21 -0700, John Spikowski wrote: List, I have IUP

Re: [Iup-users] IUP Threading Linux

2015-05-25 Thread John Spikowski
before creating the threaded versions. Maybe this will get IUP on the right path on startup. Most of this is testing to see what works best as I have nothing else to go by. On Mon, 2015-05-25 at 11:19 -0700, John Spikowski wrote: I have an update on my progress with IUP and threading. For the most

[Iup-users] Script BASIC IUP Linux 64 Working!

2015-05-25 Thread John Spikowski
Antonio, Everything is working as expected since I added an IUP dialog in the parent script before starting the child thread scripts. Work GREAT! http://www.allbasic.info/forum/index.php?topic=387.msg4351#msg4351 John

[Iup-users] IUP Threading Linux

2015-05-24 Thread John Spikowski
List, I have IUP running in a multi-threaded environment under Script BASIC on Ubuntu 14.04 LTS 64 bit. http://www.scriptbasic.org/forum/index.php/topic,335.msg1490.html#msg1490 It works but not stable. I need to let Gtk know that my callbacks needed to be more thread friendly. I have scoured

Re: [Iup-users] IUP Threaded

2015-05-21 Thread John Spikowski
); besEND On Wed, 2015-05-20 at 08:51 -0300, Antonio Scuri wrote: No, sorry. Best, Scuri On Wed, May 20, 2015 at 2:47 AM, John Spikowski supp...@scriptbasic.org wrote: Hi List, Antonio posted before I was a member of the list a follow up request

[Iup-users] IUP Threaded

2015-05-19 Thread John Spikowski
I can try? John Spikowski Script BASIC Project Manager www.scriptbasic.org -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications

[Iup-users] IUP multi-threading Linux

2015-05-18 Thread John Spikowski
Hi List Antonio, I manage the Script BASIC project and a big fan of IUP. I recently enabled thread support on Linux (like the sbhttpd Script BASIC web server) and I'm trying to get IUP work under that environment. We have IUP working in a threaded model on Script BASIC for Windows 32 bit with