Steve,

I tried the on my Ubuntu machine:
procedure main()
   w := open("resize", "g", "size=400,400")
   Event(w)
   WAttrib(w, "size=800,400")
   Event(w)
   close(w)
end

It works as advertised. Want to test it at your end?

--Jafar



On Thu, Nov 10, 2016 at 4:27 PM Steve Wampler <swamp...@noao.edu> wrote:

>
> Is there any way to have Unicon code change the size of a screen window?
> I've tried using WAttrib("size="||x||","||y) as well as
> WAttrib("width="||x,"height="||y) both netiher works.
>
> --
> Steve Wampler -- swamp...@noao.edu
> The gods that smiled on your birth are now laughing out loud.
>
>
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> Unicon-group mailing list
> Unicon-group@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unicon-group
>
-- 

-- Sent From My Smartphone
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to