Search found 54 matches

by tboeckel
Wed Dec 05, 2012 12:31 pm
Forum: General AmigaOS
Topic: InternetShutdown sends Ctrl-C to other Applications.
Replies: 19
Views: 7243

Re: InternetShutdown sends Ctrl-C to other Applications.

But IBrowse and YAM do not quit, when using netshutdown. And shutdown seems to work successful, even if yam or/and IBrowse are running. I cannot tell for IBrowse, but YAM will open bsdsocket.library only if a network connection is to be established and will close it again when the connection is ter...
by tboeckel
Thu Aug 16, 2012 2:53 pm
Forum: Platform: AmigaOne X1000
Topic: YAM waiting for user password?
Replies: 4
Views: 3871

Re: YAM waiting for user password?

When starting YAM on my X1000, for what I believe to be my first use of it (see above statement about my memory), YAM opens a window asking for a password. When exactly does ask YAM you for a password? Right during the startup phase with only the splash window being visible, or when YAM tries to do...
by tboeckel
Wed Aug 08, 2012 12:53 pm
Forum: General Developer Support
Topic: Memory allocation
Replies: 36
Views: 26097

Re: Memory allocation

We have AVT_Lock to forbid locking when using AllocVecTags(), we have ASOPOOL_LockMem to forbid locking when using memory pools. But what about item pools? Something like ASOITEM_Lock(Mem) is yet missing. Or isn't this required at all?
by tboeckel
Wed Jul 18, 2012 8:01 pm
Forum: General Developer Support
Topic: Icon.library ?
Replies: 8
Views: 9381

Re: Icon.library ?

JosDuchIt wrote:How do i transform easily the icontype string to something
icon->do_Type = ???icontype??? ; accepts as well

as

icon->do_Type = WBTOOL
How about a simple string comparison?
by tboeckel
Wed Jul 18, 2012 10:19 am
Forum: General Developer Support
Topic: Icon.library ?
Replies: 8
Views: 9381

Re: Icon.library ?

I would like to program 2 Cli commands to be used in scripts a) one giving the type of an icon (tool, project ..) b) one permitting to change the type of an icon to an other one you specify in the command line I guess it's ion.library that i should use, but the autodoc is not that easy to grasp. I ...
by tboeckel
Fri Jul 06, 2012 6:23 pm
Forum: Platform: AmigaOne X1000
Topic: MUI Screen mode
Replies: 2
Views: 2420

Re: MUI Screen mode

I'm trying to get a MUI screen to have a different res. than my workbench screen. However, even though MUI prefs shows the desired screen mode, it always copies the WB screen settings. Do you have the "Like Workbench" option active? This will MUI generate a screen with exactly the same at...
by tboeckel
Mon Jun 25, 2012 6:11 pm
Forum: General AmigaOS
Topic: Graphical corruption when system is under stress
Replies: 11
Views: 9214

Re: Graphical corruption when system is under stress

From time to time i noted certain small graphical corruption on my Workbench desktop screen, see grab: http://imageshack.us/photo/my-images/217/corruptionn.png/ Amazing! Firefox is not able to show the screenshot as it is, but MUIOWB is ;) As you can see there are some strange black points around t...
by tboeckel
Fri Dec 09, 2011 11:19 am
Forum: General AmigaOS
Topic: Swapping with 4.1.update 3 hardly works at all.
Replies: 3
Views: 3306

Re: Swapping with 4.1.update 3 hardly works at all.

There has been a bug in virtual memory handling which was introduced with update #3 and will be fixed with update #4. Most probably this bug is guilty of causing most virtual memory/paging related issues.
by tboeckel
Thu Oct 06, 2011 10:11 am
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

* in bookmarks again, unfolding a drawer is fast but refolding is very slow [...] yes this happens in MUIOWB and in IBrowse too. Fixed in the next release. This is no bug in Listtree.mcc, but in List.mui. List.mui did redraw itself upon every single removal even if it was told to be quiet (MUIA_Lis...
by tboeckel
Tue Sep 27, 2011 3:46 pm
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

Lio wrote:yes indeed it is the french catalog.
I switched my locale to English and I could see the yes and no buttons so it is bug in the french catalog !
Indeed. The was a backslash instead of a pipe character. Just fixed this.