Building a user interface
3 posts
• Page 1 of 1
Building a user interface
Hello, I'm new to Dyalog APL on the Mac and it has been a long time since I worked with Dyalog APL for Windows. Is there a place to look for ways to build a user interface on the Mac?
I'd like to start the easy way. The examples with ⎕WC result in errors.
'F' ⎕wc 'Form'
DOMAIN ERROR: There was an error processing the property at position 0 of the right argument
'F'⎕WC'Form'
∧
I guess I missed something very simple. Hope that someone can help me.
Thanks and regards,
Bas
I'd like to start the easy way. The examples with ⎕WC result in errors.
'F' ⎕wc 'Form'
DOMAIN ERROR: There was an error processing the property at position 0 of the right argument
'F'⎕WC'Form'
∧
I guess I missed something very simple. Hope that someone can help me.
Thanks and regards,
Bas
- BasOverwater
- Posts: 2
- Joined: Wed Sep 06, 2017 8:41 am
Re: Building a user interface
Hi Bas,
Welcome back to using Dyalog!
Our Microsoft Windows GUI objects are based on Windows Win32 interface.
This Win32 interface is not available on Mac or Linux.
For a user interface on Dyalog for Mac or Linux, we would recommend looking into using our MiServer or our new experimental HTMLRenderer object.
HTMLRenderer documentation: http://docs.dyalog.com/16.0/Dyalog%20Experimental%20Functionality%20-%20HTML%20Renderer.pdf
Link to MiServer on Dyalog's GitHub area: https://github.com/Dyalog/MiServer
Regards,
Vince
Welcome back to using Dyalog!
Our Microsoft Windows GUI objects are based on Windows Win32 interface.
This Win32 interface is not available on Mac or Linux.
For a user interface on Dyalog for Mac or Linux, we would recommend looking into using our MiServer or our new experimental HTMLRenderer object.
HTMLRenderer documentation: http://docs.dyalog.com/16.0/Dyalog%20Experimental%20Functionality%20-%20HTML%20Renderer.pdf
Link to MiServer on Dyalog's GitHub area: https://github.com/Dyalog/MiServer
Regards,
Vince
- Vince|Dyalog
- Posts: 432
- Joined: Wed Oct 01, 2008 9:39 am
Re: Building a user interface
Thanks Vince,
I feared that answer! But playing with APL is nice. Missed it.
Regards, Bas
I feared that answer! But playing with APL is nice. Missed it.
Regards, Bas
- BasOverwater
- Posts: 2
- Joined: Wed Sep 06, 2017 8:41 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group