Search found 214 matches
- Thu Apr 09, 2015 2:18 am
- Forum: AmigaOS Feature Requests
- Topic: StringObject ReadOnly
- Replies: 6
- Views: 6172
StringObject ReadOnly
Is there a way to make a string object read only YET still allow to click in to copy the text? I don't want the user to be able to type or delete characters, but still copy the string to paste somewhere else (text editor). I would imagine it would need a hook and ignore all input (except double clic...
- Thu Apr 09, 2015 2:13 am
- Forum: SDK Support
- Topic: libauto and application.library
- Replies: 21
- Views: 23556
Re: libauto and application.library
I just added application.library support to my program and had the same concern with libauto. Tested like Lyle suggested, still opening v1. I got a huge pop up error about it when ran my program. I came up with a solution (hack) for libauto: After verifying that the correct version of application.li...
- Wed Apr 01, 2015 12:44 am
- Forum: General Developer Support
- Topic: LIST_AutoVirtualWidth
- Replies: 0
- Views: 1552
LIST_AutoVirtualWidth
I am having some issues with this tag. When I use it in an hierarchical listbrowser, the width is off by the first set of expand/collapse buttons and leafs. As in that much extra width too much. Is slideable that much when there should be none. (No text needing scrolling into view) Also when detach/...
- Fri Mar 06, 2015 1:07 am
- Forum: AmigaOS Feature Requests
- Topic: ListBrowser AutoHideProps
- Replies: 0
- Views: 3088
ListBrowser AutoHideProps
How about an option to auto hide the prop gadgets in a list browser? Horiz, Vert, or both. So when there is no need to scroll a direction, remove the prop gadgets for a clean look. When the list gets updated, check if they are needed and if so show them. LISTBROWSER_AutoHideProps, AH_BOTH, // (AH_VE...
- Mon Mar 02, 2015 2:08 am
- Forum: AmigaOS Feature Requests
- Topic: listbrowser hierarchical mode
- Replies: 6
- Views: 7730
Re: listbrowser hierarchical mode
It could/should be both. 
- Thu Feb 26, 2015 2:16 am
- Forum: AmigaOS Feature Requests
- Topic: listbrowser hierarchical mode
- Replies: 6
- Views: 7730
Re: listbrowser hierarchical mode
I know that; I use it in my program.
I want to not display the black lines that branch down and out for each item. The "directory tree" if you will.
While I am at it: how about different colors (light grey) and more subtle lines (slightly dashed/dots). The black is just so bold.
I want to not display the black lines that branch down and out for each item. The "directory tree" if you will.
While I am at it: how about different colors (light grey) and more subtle lines (slightly dashed/dots). The black is just so bold.
- Wed Feb 25, 2015 2:03 am
- Forum: AmigaOS Feature Requests
- Topic: listbrowser hierarchical mode
- Replies: 6
- Views: 7730
listbrowser hierarchical mode
I would like an option for listbrowser, using hierarchical mode, to hide all of the lines.
LISTBROWSER_HideHierarchicalLines, TRUE,
Still allow for the 3 custom images.
LISTBROWSER_HideHierarchicalLines, TRUE,
Still allow for the 3 custom images.
- Wed Jan 14, 2015 9:33 pm
- Forum: AmigaOS Feature Requests
- Topic: SPEEDBAR
- Replies: 0
- Views: 3025
SPEEDBAR
I would like to be able to add drop-down choosers (with an image or just text) to the speedbar.
- Sun Jan 04, 2015 9:39 pm
- Forum: AmigaOS Feature Requests
- Topic: BVS_NONE More places
- Replies: 0
- Views: 3097
BVS_NONE More places
I would like to be able to use BevelStyle,BVS_NONE, for more types of gadgets: each speedbar item (not just group frame), SBNA_BeveleStyle,BVS_NONE, and for choosers, CHOOSER_BevelStyle,BVS_NONE,. Then to go along with that, selected images for choosers (dropdown). Really anywhere there can be an im...
- Thu Dec 11, 2014 12:40 am
- Forum: AmigaOS Feature Requests
- Topic: OpenLibrary(Name,Ver,Rev)
- Replies: 10
- Views: 7885
Re: OpenLibrary(Name,Ver,Rev)
I don't agree with library version matching the OS version. How many years has OS4.1 been around? Still a while for OS4.2. If you wrote a custom library for your program, then the two versions should match: program is V2.5, library is V2.5. Both being updated at the same time. With AmiUpdate there i...