Search found 141 matches
- Mon Oct 14, 2024 2:10 pm
- Forum: Language
- Topic: How to differentiate Click from MouseDblClick?
- Replies: 8
- Views: 3504
Re: How to differentiate Click from MouseDblClick?
It might help to remember that there is no such thing as a double-click: it's two single clicks within a (user-configurable!) space of time.
- Sun Oct 13, 2024 6:42 am
- Forum: MiServer
- Topic: MiServer output pages to PDF for print
- Replies: 11
- Views: 13170
Re: MiServer output pages to PDF for print
Marco, You can assign a bit of CSS to the button in order to prevent it from being printed. This defines a class "no-print": @media print { .no-print, .no-print * { display: none !important; } } Assign that class to the button and it will show but not print. Having a dedicated print style sheet is ...
- Sat Oct 05, 2024 5:06 pm
- Forum: Language
- Topic: HTMLRenderer on the Server
- Replies: 3
- Views: 3534
Re: HTMLRenderer on the Server
What does that mean in terms of resources? In particular when a significant number of requests need to be handled in parallel.
(My guts are saying this can't be right)
(My guts are saying this can't be right)
Dropbox
I am using Dropbox for a very long time now, and it has saved my day more than once. One thing I dislike is that APL code files are not previewed. Understandably .aplf and its cousins have not made it onto the list of file extensions that tell Dropbox they are simple text files. I have now opened a ...
- Wed Feb 21, 2024 5:38 pm
- Forum: Language
- Topic: Branching - deprecated?
- Replies: 7
- Views: 23320
Re: Branching - deprecated?
Please read the documentation on traditional functions and dfns. They are very different. A couple of hints: * dfns have lexical scope, tfns have not * all variables in dfns are local by definition, in tfns they are global by default. * dfns don't have control structures, tfns have * tfns may have ...
- Wed Feb 21, 2024 5:32 pm
- Forum: APL Chat
- Topic: Nest description in APL Wiki
- Replies: 2
- Views: 13185
Re: Nest description in APL Wiki
If you are referring to https://aplwiki.com/wiki/Nest then I disagree: it's a perfectly fine example.
- Wed Apr 19, 2023 7:57 pm
- Forum: macOS
- Topic: External variables in dfns
- Replies: 6
- Views: 119956
Re: External variables in dfns
Technique 3:
⎕THIS.a←3
- Sun Apr 02, 2023 8:19 am
- Forum: MiServer
- Topic: Setting ⎕RL does not appear to work under MiServer
- Replies: 6
- Views: 39638
Re: Setting ⎕RL does not appear to work under MiServer
I don't really understand why setting ⎕RL in the class (which is also a Namespace) did not achieve the same effect, but I'm very happy with the result. Ray, since you said that a class is also a namespace I guess that with a class "Foo" you did Foo.⎕RL←<integer> A class is NOT a namespace. The two e ...
- Wed Mar 08, 2023 5:36 pm
- Forum: Chat
- Topic: David Liebtag
- Replies: 0
- Views: 69378
David Liebtag
It is with great sadness that I have to report that David passed away due to a stroke on 2023-03-04.
Re: you.com
I doubt this very much.Phil Last wrote:Is that true?