Search found 214 matches
- Thu Nov 27, 2014 12:10 am
- Forum: AmigaOS Feature Requests
- Topic: OpenLibrary(Name,Ver,Rev)
- Replies: 10
- Views: 7646
Re: OpenLibrary(Name,Ver,Rev)
Nice. Thanks.
- Wed Nov 26, 2014 3:24 am
- Forum: AmigaOS Feature Requests
- Topic: OpenLibrary(Name,Ver,Rev)
- Replies: 10
- Views: 7646
OpenLibrary(Name,Ver,Rev)
I would like to see an updated OpenLibrary/OpenClass() with version and revision values. OpenLibrary("MyLibrary.library",2,12); This way when small updates are made, like glyph.class having the new calendar pop image added, there will be a slight bump in the revision. I will update to it; ...
- Wed Nov 26, 2014 3:13 am
- Forum: AmigaOS Feature Requests
- Topic: CLICKTAB images
- Replies: 1
- Views: 2128
CLICKTAB images
I would like to be able to put a different image (16x16) on the left side of a each tab. A good example is Google Chrome how it puts the site's logo on each tab. You could not have both FlagImage and a custom image. Have to be changeable. Always on left, close image on right. =======================...
- Tue Nov 11, 2014 12:27 am
- Forum: AmigaOS Feature Requests
- Topic: ClockData <-> TimeStamp
- Replies: 2
- Views: 2139
Re: ClockData <-> TimeStamp
SecondsToDateStamp() was what I was missing. Thank you.
- Mon Nov 10, 2014 1:08 am
- Forum: AmigaOS Feature Requests
- Topic: ClockData <-> TimeStamp
- Replies: 2
- Views: 2139
ClockData <-> TimeStamp
I would like to see some new utility.library functions be added to help out in date conversions: DateStamp=ClockData2DateStamp(struct ClockData clockdata) ClockData=DateStamp2ClockData(struct DateStamp *datestamp) Why? Because FormatDate() uses a DateStamp only. Or add a FormatDateCD() that can conv...
- Sat Nov 08, 2014 8:04 pm
- Forum: AmigaOS Feature Requests
- Topic: BUTTON_AutoButton
- Replies: 10
- Views: 8226
Re: BUTTON_AutoButton
Works for me.
- Thu Nov 06, 2014 3:05 am
- Forum: AmigaOS Feature Requests
- Topic: BUTTON_AutoButton
- Replies: 10
- Views: 8226
Re: BUTTON_AutoButton
That's what I am using; calendar just more accurate for what the gadget is for. I will probably switch to a PNG image down the road. Just asked for completeness.
- Wed Nov 05, 2014 3:58 am
- Forum: AmigaOS Feature Requests
- Topic: BUTTON_AutoButton
- Replies: 10
- Views: 8226
BUTTON_AutoButton
Could you add BAG_POPDATE to the list of built-in BUTTON_AutoButton images? A calendar image of some sort.
- Mon Nov 03, 2014 3:07 am
- Forum: General Developer Support
- Topic: "Use"d settings: application behaviour
- Replies: 40
- Views: 26860
Re: "Use"d settings: application behaviour
I don't mean to side-track this debate, but it might help decide on a solution: With the issue of how ENVARC: is or isn't copied to RAM:ENV, where is the preferred place to save your program's preferences file? I have always used ENVARC:, but maybe PROGDIR: should be the place. If PROGDIR: is the pl...
- Tue Sep 23, 2014 11:27 pm
- Forum: General Developer Support
- Topic: (object) gadget width
- Replies: 7
- Views: 5200
Re: (object) gadget width
Got it working. Not sure what I was doing wrong the first time, but working now.
Thanks, guys!
Thanks, guys!