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

2017-01-23 Thread Eric Wing
On 1/23/17, John Spikowski wrote: > My interest is to use my IUP desktop Script BASIC code untouched on the > Script BASIC HTTPD application server. I can generate browser code > (text) from Script BASIc efficiently without the bloat of translated C > to JavaScript code.

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

2017-01-23 Thread John Spikowski
My interest is to use my IUP desktop Script BASIC code untouched on the Script BASIC HTTPD application server. I can generate browser code (text) from Script BASIc efficiently without the bloat of translated C to JavaScript code. The same Script BASIC extension modules (cURL, MySQL, SQLite, ODBC,

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

2017-01-23 Thread Eric Wing
On 1/23/17, John Spikowski wrote: > Eric, > > I'm a confused. > I’m merely fulfilling IUP’s own self-proclaimed mandate. I’m not doing anything particularly special here. I'm just implementing a new backend for IUP, just like all the other backends. From the first

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

2017-01-23 Thread Eric Wing
On 1/23/17, Hernan Cano wrote: > Oh, Eric: Thanks a lot!!! > I am very pleasant for ou to share your knowledge and help this utilities > go to Mac, iOS and Android at once!!! > > God bless you, Eric. > Thank you Hernan!

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,

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

2017-01-23 Thread Hernan Cano
Oh, Eric: Thanks a lot!!! I am very pleasant for ou to share your knowledge and help this utilities go to Mac, iOS and Android at once!!! God bless you, Eric. 2017-01-23 2:16 GMT-05:00 Eric Wing: > Hi all, > > This is the initial working backend implementation of IUP for the web > for

[Iup-users] Get imImage from iupImage

2017-01-23 Thread Milind Gupta
Hi, I have a image on a label on one of my dialogs. I want to resize the image when the dialog is resized to fill the growing size of the label. To do this I was looking to convert the iup image to IM image so I can use the resize operation and then convert the image back to iup image and