Search found 156 matches

by MBaas
Thu Jul 27, 2017 8:32 pm
Forum: MiServer
Topic: migrating to miserver/apl16
Replies: 13
Views: 49034

Re: migrating to miserver/apl16

This is a small misinterpretation: if MiServer starts up and finds that the default-port is in use, it will go through the numbers configured in <Ports> to find a free one.
by MBaas
Thu Jul 13, 2017 7:06 am
Forum: MiServer
Topic: migrating to miserver/apl16
Replies: 13
Views: 49034

Re: migrating to miserver/apl16

Oh, and I forgot to mention: "knowing" to use "p" for a <p>-Tag is nothing mystical, there are 238 controls available and the list as well as documentation for every control can be viewed under miserver.dyalog.com (or if you installed it, on the MS3-Site locally), then goto "Samples" or "Controls ...
by MBaas
Wed Jul 12, 2017 9:18 pm
Forum: MiServer
Topic: migrating to miserver/apl16
Replies: 13
Views: 49034

Re: migrating to miserver/apl16

I'm a late starter with MiServer, never worked with MiServer2, so I couldn't start a cheatsheet from a blank page. But this initiave looks like a great idea - let's see how far we can take this! :-) :Class helloworld: MiPage ⍝:Include #.HTMLInput ⍝ Useful functions for creating HTML pages ⍝ may not b ...
by MBaas
Wed Jul 12, 2017 7:16 am
Forum: MiServer
Topic: migrating to miserver/apl16
Replies: 13
Views: 49034

Re: migrating to miserver/apl16

Hi Marco, my personal feeling is that it'll be a painful process trying to make this ("MiServer 2.1 & Customizations") run with 16. If possible, I would look at migrating your web-app to MiServer3 first and then switch to 16 which should be smooth. But then I do not know the extent of your ...
by MBaas
Thu Dec 01, 2016 10:48 am
Forum: MiServer
Topic: using events / miserver
Replies: 9
Views: 36813

Re: using events / miserver

http://miserver.dyalog.com/ > References / "Event Handling" should help for the first steps...
by MBaas
Tue Oct 04, 2016 4:56 pm
Forum: APL Chat
Topic: The Uncyclopedia and APL
Replies: 1
Views: 7471

The Uncyclopedia and APL

I saw this in comp.lang.apl and thought I'd share it here for those that do not read over there ;-)

http://en.uncyclopedia.co/wiki/APL_(programming_language)

Maybe the article needs an update about a group of bristish duck-fanatics?
by MBaas
Fri Jul 08, 2016 1:29 pm
Forum: New to Dyalog?
Topic: DCF file system - is there a "big brother" with FHOLD ?
Replies: 2
Views: 10034

Re: DCF file system - is there a "big brother" with FHOLD ?

Hi Woodly, the separate product you saw is DFS and you can find out more about it here . For a quality-recommendation you'd probably have to say a bit more about - user-numbers - functionality (i.e. will they all share the same components with r/w-access or are there few writes and many reads etc ...
by MBaas
Fri Jul 01, 2016 4:15 pm
Forum: Windows: GUI, COM/OLE/ActiveX
Topic: Using 15's file-viewer with other filemanagers
Replies: 0
Views: 7417

Using 15's file-viewer with other filemanagers

I like the .dws-preview that came with V15 - but I do not like Explorer. Fortunately the preview uses standard Windows-hooks, so that it can be accessed from other filemanagers as well. Let's share experiences! SpeedCommander : DWS-Preview works in SC's File-Preview (Strg+Q)immediately, no action ...
by MBaas
Fri Jul 01, 2016 9:44 am
Forum: MiServer
Topic: How to add new HTTP Headers
Replies: 4
Views: 15261

Re: How to add new HTTP Headers

Hi Woodley, I hope the following sample (execute after loading MiServer and starting any page) gives you some inspiration ;-) xx←⎕NEW #.MiPage xx.Head.Add _.meta'' 'foo=goo' +xx.Render <!DOCTYPE html><html><head><meta foo="goo"/></head><body></body></html> BTW, that first (empty) argument is the con ...
by MBaas
Mon Jun 06, 2016 3:15 pm
Forum: New to Dyalog?
Topic: making simple plots and graphs
Replies: 26
Views: 83867

Re: making simple plots and graphs

Thanks, that makes it much clearer now! :-) Unfortunately, the only solution I'd know for that would be "Ktype" from RainPro - and that is not supported with SharpPlot, so I'm at the end of my rope. Hopefully someone else can jump in...! BTW, I've edited your fn just a little bit to make it a bit ...