Search found 54 matches
- Tue Nov 18, 2014 3:51 pm
- Forum: General Developer Support
- Topic: Timezone conversion
- Replies: 10
- Views: 5150
Re: Timezone conversion
Is binary port of libtz publically available somewhere? I doubt it. At least for YAM we are building libtz from scratch. It is only a very few files: libtz in YAM And it requires the zoneinfo files for all the different locations on earth, each with its specific rules when DST was active in the the...
- Tue Nov 18, 2014 3:11 pm
- Forum: General Developer Support
- Topic: Timezone conversion
- Replies: 10
- Views: 5150
Re: Timezone conversion
Unfortunately there is no function (yet) in AmigaOS for this task. This is why YAM is using libtz to do the necessary conversion and to decide wether the given date/time was within DST or not. timezone.library can tell you if DST is active now , but not for an arbitrary date/time in the past or in t...
- Fri Apr 18, 2014 8:21 pm
- Forum: General Developer Support
- Topic: Optional element in OS4 AnchorPath
- Replies: 6
- Views: 6231
Re: Optional element in OS4 AnchorPath
We'll wait until the new AnchorPath ap_ExData is reliable before switching. What are you waiting for? It already is reliable. If it is non-NULL then you can use ap_ExData and take all required information from the supplied structure. Otherwise you take all the required information from the old Anch...
- Fri Feb 07, 2014 1:54 pm
- Forum: General AmigaOS
- Topic: MUI 4.0 (20.368) bug: Wrong position of text
- Replies: 3
- Views: 1718
Re: MUI 4.0 (20.368) bug: Wrong position of text
Text in wookies text buttons are shifted to the right now. If BZ #8700 was raised by you then I am still waiting for a reply from your side. If BZ #8700 was not raised by you then you can provide the requested screenshots nevertheless, too. I tried WookieChat myself and for me all buttons look corr...
- Fri Feb 07, 2014 1:49 pm
- Forum: Platform: Classic
- Topic: MUI4 screenmode setting lost when saved from OWB
- Replies: 11
- Views: 14628
Re: MUI4 screenmode setting lost when saved from OWB
I really ask everybody to report bugs on the new MUI development site http://muidev.de. Get a login there and report all quirks, bugs and enhancement requests. I cannot read every post in all the different fora.
- Fri Feb 07, 2014 7:36 am
- Forum: General AmigaOS
- Topic: Launch of the new MUI for AmigaOS development site
- Replies: 16
- Views: 4498
Re: Launch of the new MUI for AmigaOS development site
Can you get rid of that horrid tab highlighting? No other gadget does that, I don't see the need for it here nor any way to switch it off. The topic of this thread should make clear that this forum (or any other forum) is the wrong place for such feature requests from now on. Go figure it out how t...
- Thu Feb 06, 2014 6:05 am
- Forum: General AmigaOS
- Topic: Launch of the new MUI for AmigaOS development site
- Replies: 16
- Views: 4498
Re: Launch of the new MUI for AmigaOS development site
However how do I actually use the autoinstall file? Amiupdate does not see it and I can find no way to point Amiupdate to it. It is a simple Shell script. Execute it, i.e. "C:Execute AutoInstall". Additionally I just moved the update to the public AmiUpdate database. Hence it should be av...
- Wed Feb 05, 2014 9:33 pm
- Forum: General AmigaOS
- Topic: Launch of the new MUI for AmigaOS development site
- Replies: 16
- Views: 4498
Re: Launch of the new MUI for AmigaOS development site
Will this update also be part of an AmiUpdate or do i have to download and install it manually? Until we established an automatic exchange between muidev.de and AmiUpdate you will have download the archives manually. The archive contains the usual AutoInstall script to copy the new libraries and cl...
- Tue Feb 04, 2014 7:53 pm
- Forum: General AmigaOS
- Topic: Launch of the new MUI for AmigaOS development site
- Replies: 16
- Views: 4498
Launch of the new MUI for AmigaOS development site
Hi everybody! We (Thore Böckelmann and Jens Maus) hereby announce the launch of the new web site http://muidev.de. This web page is a public site for organizing and maintaining the development of the so-called Magic User Interface (MUI) for AmigaOS-driven computer systems. While the services and inf...
- Fri Jan 17, 2014 10:30 pm
- Forum: General AmigaOS
- Topic: MUI - Jan. 15th update vs. SimpleMail
- Replies: 2
- Views: 1120
Re: MUI - Jan. 15th update vs. SimpleMail
This issue is due to a fix I implemented for those people who insisted in using the old ReAction OWB in parallel with Odyssey. Both applications use the same name for their ARexx ports. The next release will revert this change which also fixes this issue.