Search found 17 matches
- Thu Jun 15, 2017 11:45 am
- Forum: General Developer Support
- Topic: STRINGA_MarkActive
- Replies: 10
- Views: 7133
Re: STRINGA_MarkActive
I'd simply want the content marked (ie; displayed in reverse-video, then when you press a (letter) key it deletes content and replace by this letter). SDK:Examples/GUI/String/stringexample.c I just added STRINGA_MarkActive, TRUE, To GID_STRING1 LAYOUT_AddChild, gadgets[GID_STRING1] = (struct Gadget*...
- Wed Jun 14, 2017 10:51 am
- Forum: General Developer Support
- Topic: STRINGA_MarkActive
- Replies: 10
- Views: 7133
STRINGA_MarkActive
Hello, I'd like to select content from a String field when it is activated by user. I tried to use STRINGA_MarkActive, TRUE but with no success. From autodoc: STRINGA_MarkActive (BOOL) (V50) Mark contents of gadget when it goes active. This includes the use of ActivateGadget() and friends and when t...
- Thu Jun 30, 2016 7:09 pm
- Forum: General Developer Support
- Topic: Virtual object - mousewheel issue
- Replies: 1
- Views: 1930
Re: Virtual object - mousewheel issue
OK, I reply to myself 
It has been fixed but is not yet publicly available.
It has been fixed but is not yet publicly available.
- Thu Jun 30, 2016 5:23 pm
- Forum: General Developer Support
- Topic: Virtual object - mousewheel issue
- Replies: 1
- Views: 1930
Virtual object - mousewheel issue
It seems that mousewheel for scrolling up/down into a virtual object (area) doesn't work.
I have to use the scroll bars on the side to scroll up/down.
Does anyone know what's going on?
Thanks!
I have to use the scroll bars on the side to scroll up/down.
Does anyone know what's going on?
Thanks!
- Sun Oct 30, 2011 8:31 pm
- Forum: General Developer Support
- Topic: How to link to an URL from a program?
- Replies: 2
- Views: 3050
Re: How to link to an URL from a program?
Hello Niels, Thank you very much! That is exactly what I'm looking for :) Best regards, Glames Could someone tell me where to look at in Autodocs? Might not be totally obvious to everybody, but have a look at the files about the launch-handler in SYS:Documentation/handlers. Best regards, Niels
- Sun Oct 30, 2011 7:12 pm
- Forum: General Developer Support
- Topic: gdb / CURRDIR:Generic_Mouse.driver: No such file or director
- Replies: 0
- Views: 2379
gdb / CURRDIR:Generic_Mouse.driver: No such file or director
Hello, I try ro run a program with gdb but I can't. It seems that I get a problem when I open Lowlevel.library: "CURRDIR:Generic_Mouse.driver: No such file or directory." This is the complete log: ===== GNU gdb 6.3 (AmigaOS build 20050719) Copyright 2004 Free Software Foundation, Inc. GDB ...
- Sun Oct 30, 2011 7:10 pm
- Forum: General Developer Support
- Topic: How to link to an URL from a program?
- Replies: 2
- Views: 3050
How to link to an URL from a program?
I'd like to know how I can link a button of my program to an URL.
Now that there's the pref "URL", how can I use it?
I didn't find anything in Autodocs about it.
Could someone tell me where to look at in Autodocs?
Thanks in advance.
Now that there's the pref "URL", how can I use it?
I didn't find anything in Autodocs about it.
Could someone tell me where to look at in Autodocs?
Thanks in advance.