Search found 107 matches

by NathanH
Sat Jul 14, 2018 1:14 am
Forum: MUI Royale
Topic: How to allow scrolling with arrow keys in a listview
Replies: 5
Views: 4855

How to allow scrolling with arrow keys in a listview

Hi,

MUI-Demo and my listviews do not allow scolling with arrow keys. The SimpleMail listviews do. Is it a version thing? How does one allow scrolling with arrow keys in a listview? Thanks.

NathanH
by NathanH
Sun Sep 20, 2015 9:24 pm
Forum: Newbie questions
Topic: How to print "[" or "]"
Replies: 1
Views: 3282

How to print "[" or "]"

Hi,

I get an error message "Text format tag after square bracket not recognized" when I try:
Print("[")
Print("\["
Print(Chr(93))

What else should I try? Thanks.

Nathan
by NathanH
Sat Aug 01, 2015 9:55 pm
Forum: Amiga IDE questions
Topic: Annotate
Replies: 8
Views: 17532

Re: Annotate

Tolkien, Save the following ARexx script in your Annotate/Rexx folder and name it HollyActions.rexx. "Hollywood" should be in your current path. Using Amiga+A (capital a) or Tools|Run Rexx menu item you can start it from within Annotate. You can then choose to Run what's in your editor or ...
by NathanH
Sat Aug 01, 2015 5:14 pm
Forum: Amiga IDE questions
Topic: Annotate
Replies: 8
Views: 17532

Re: Annotate

Thanks. The orange highlighting of events is now working and I added highlighting in purple all of your "p_" private functions in this version. Please let me know of anything else you'd like, Nathan <Syntax> <Name>Hollywood</Name> <!--Rules for how to determain if a text is in this languag...
by NathanH
Sat Jul 18, 2015 10:42 pm
Forum: Amiga IDE questions
Topic: Annotate
Replies: 8
Views: 17532

Re: Annotate

Here's what I use... Nathan <Syntax> <Name>Hollywood</Name> <!--Rules for how to determain if a text is in this language:--> <Qualifying> <FilePattern>#?.hws</FilePattern> </Qualifying> <!--Make sure tokens is large enough to hold all tokens incl special tokens.--> <Tokens>800</Tokens> <Token pen=&q...
by NathanH
Tue Jul 07, 2015 4:46 am
Forum: Newbie questions
Topic: How to report Enter or Return key press?
Replies: 2
Views: 4023

Re: How to report Enter or Return key press?

Thanks very much!

Nathan
by NathanH
Mon Jul 06, 2015 6:03 am
Forum: Newbie questions
Topic: How to report Enter or Return key press?
Replies: 2
Views: 4023

How to report Enter or Return key press?

Hi, I'm writing an RPN calculator that uses the keypad extensively. The Enter or Return key is used all of the time to enter numbers onto the stack. On the "IsKeyDown" help page it talks about the names to use for sensing special keys. The following code snippet senses all of the keypad ke...