Search found 401 matches
- Fri Jul 29, 2011 12:36 pm
- Forum: General AmigaOS
- Topic: Various smaller bugs
- Replies: 18
- Views: 11322
Re: Various smaller bugs
Using a 16:9 screenmode, the font-chooser-button appears to be stretched and doesn't respond to mouse clicks in the area, that that shouldn't be visible anyway. Here's a screeshot to show you what I mean. Can anybody reproduce this one? Yes, I can reproduce it in a 16:10 screenmode (1680x1050) too....
- Fri Jul 29, 2011 6:32 am
- Forum: General AmigaOS
- Topic: Default drawer name highlight in ASL filerequester
- Replies: 4
- Views: 3448
Default drawer name highlight in ASL filerequester
When creating a new drawer using the ASL filerequester's menu, could the default drawer name "Rename_Me" be highlighted? You want to enter a new drawer name and will replace the text anyway, so why not make the user's life easier? This should be a piece of cake to implement.
- Wed Jul 27, 2011 10:36 am
- Forum: SDK Support
- Topic: SDK evolution
- Replies: 13
- Views: 13946
Re: SDK evolution
@JosDuchIt As there are apparently more people puzzled by the present situation, I'm going to write an article that will summarize the currently recommended practices related to the creation of ReAction GUIs under OS4.x. Stay tuned :-) And here's the article, enjoy! http://www.os4coding.net/blog/tri...
- Mon Jul 25, 2011 10:00 pm
- Forum: SDK Support
- Topic: SDK evolution
- Replies: 13
- Views: 13946
Re: SDK evolution
@ChrisH I know someone trying to write a ReAction GUI which does NOT use automatic layout for some stuff, and he has basically given-up trying to do it as he cannot seem to get it to work. Do you know if it ought to be possible? I don't know, and honestly, I've never asked myself that question. It i...
- Mon Jul 25, 2011 4:02 pm
- Forum: SDK Support
- Topic: SDK evolution
- Replies: 13
- Views: 13946
Re: SDK evolution
@JosDuchIt I want to look into Reaction more closely, and noted that Reaction examples were present on UtilityBase site, which is down for some time now. If somebody could point me to them elsewhere that would be great. There is a tutorial over at OS4coding.net, written by Menthos: http://www.os4cod...
- Mon Jul 25, 2011 9:22 am
- Forum: SDK Support
- Topic: SDK evolution
- Replies: 13
- Views: 13946
Re: SDK evolution
@JosDuchIt - gcc options -noixemul and -lauto- are no longer available. libauto definitely is still available - I've just spent a couple of hours getting rid of the autoinit dependence in my programs :-) What has been removed is libraauto, the autoinit for ReAction classes, which is now part of liba...
- Mon Jul 25, 2011 8:21 am
- Forum: SDK Support
- Topic: Incorrect structure names in application.library autodoc
- Replies: 1
- Views: 3371
Incorrect structure names in application.library autodoc
The autodoc for application.library, in the section regarding the SendApplicationMsg() function, mentions a pointer to struct AppLibMsg and struct AppLibOpenPrintDocMsg as arguments to the function. However, such structures do not exist. The correct names of the structures (see libraries/application...
- Fri Jul 22, 2011 5:02 pm
- Forum: General AmigaOS
- Topic: Various smaller bugs
- Replies: 18
- Views: 11322
Re: Various smaller bugs
@abalaban
Yeah, things have really improved thanks to this forum.abalaban wrote:I already reported this problem long time ago but I don't remember what I was answered.
- Fri Jul 22, 2011 9:03 am
- Forum: General AmigaOS
- Topic: Various smaller bugs
- Replies: 18
- Views: 11322
Re: Various smaller bugs
@nbache as long as we accept as a feature, not a bug, that it is possible to expand the window area (in effect adding new empty space to the right of the icons) by clicking on the right arrow (and this is debatable IMO), once we have explicitly expanded the window area, the scroller should, as it do...
- Fri Jul 22, 2011 8:49 am
- Forum: General AmigaOS
- Topic: Various smaller bugs
- Replies: 18
- Views: 11322
Re: Various smaller bugs
@mrupp IconEdit: - This seems to be outdated, it's not possible to create or edit OS4 icons, only OS3.9 icons (and older) are supported.[/url] A new Icon Editor has been developed as part of the OpenAmiga initiative in cooperation with AmigaBounty. It is likely it will be included in OS4 as a replac...