Search found 554 matches
- Thu Sep 08, 2011 10:51 pm
- Forum: General AmigaOS
- Topic: Sam440ep_setup breaks USB with Update 3
- Replies: 44
- Views: 32793
Re: USB keyboard & mouse freezing frequently since Update 3
I've had no problems with my hub - it's a USB2 powered one which I've owned since the dark ages, and has worked flawlessly on my AmigaOne G4-XE since the first USB-supporting pre-releases of 4.0, and on my SAM440 with all iterations of 4.1, plus any other computers running whichever OS that I happen...
- Wed Sep 07, 2011 9:25 pm
- Forum: General AmigaOS
- Topic: weird problem with upd3 - dos.library?
- Replies: 21
- Views: 14979
Re: weird problem with upd3 - dos.library?
I too have noticed that YAM is taking quite a lot longer for its "Loading Folders" stage since update 3. I am using a JXF4 partition. I would say that my version of YAM is taking about 5 or more seconds longer than it used to. Loading YAM seems fine here, but when I close it it updates in...
- Fri Sep 02, 2011 6:52 pm
- Forum: General Developer Support
- Topic: [FIXED] popupmenu causes intuition freeze
- Replies: 22
- Views: 21141
Re: popupmenu causes intuition freeze
Well, I've tracked down the problem, it was caused by a simple AllocSignal(-1) before popupmenu.class was even opened. I don't have time to create a test case right now, but AllocSignal() followed by the empty menu creation I posted earlier ought to show the problem. The signal does not need to be u...
- Wed Aug 31, 2011 8:40 pm
- Forum: General AmigaOS
- Topic: GUI improvement we need
- Replies: 11
- Views: 8344
Re: GUI improvement we need
Well, the first one is an easy fix, as the button is probably being redrawn with RefreshSetGadgetAttrs() which is forcing a refresh when one isn't needed. Simply use SetGadgetAttrs() on buttons that contain an image to sort out the double refresh problem. As for the others, I can't really do any mo...
- Wed Aug 31, 2011 7:05 pm
- Forum: General Developer Support
- Topic: [FIXED] popupmenu causes intuition freeze
- Replies: 22
- Views: 21141
Re: popupmenu causes intuition freeze
It's always difficult without working example code. Myself, I create the menu object and call PM_OPEN in the child process, and the result is stored some where where both the parent and child can access. I have had no problems with this so far. Ah, are you using a process then and not a task? I'm g...
- Tue Aug 30, 2011 9:49 pm
- Forum: General AmigaOS
- Topic: Update 3 - No new con-handler?
- Replies: 25
- Views: 20752
Re: Update 3 - No new con-handler?
Not sure, because both have been in development for years and I think were originally planned for 4.0.zerohero wrote:And how can USB v2 be a bug fix while console.device and con-handler is not? That just doesn't make sense...
- Tue Aug 30, 2011 6:48 pm
- Forum: General Developer Support
- Topic: [FIXED] popupmenu causes intuition freeze
- Replies: 22
- Views: 21141
Re: popupmenu causes intuition freeze
@rigo Since Update 3 didn't fix it, I've decided to try your suggestion. I've created a task which simply calls IDoMethod(PM_OPEN) for testing, but it gives me an error that I'm trying to call Open() from a task (I'm not, and I'm not sure why PM_OPEN would be either), and then promptly deadlocks exa...
- Mon Aug 29, 2011 11:53 pm
- Forum: General AmigaOS
- Topic: GUI improvement we need
- Replies: 11
- Views: 8344
Re: GUI improvement we need
Sadly a very quick test with Update 3 reveals that they aren't, or at least the fixes didn't make it into the updatesamo79 wrote:It's very good to know that all others are already fixed !
- Sun Aug 14, 2011 4:59 pm
- Forum: General AmigaOS
- Topic: Feature request: Workbench.prefs
- Replies: 4
- Views: 3296
Re: Feature request: Workbench.prefs
Snapshotting icons onto absolute positions may have been a good idea in the past, when you rarely changed your Workbench screen resolution (most people used 640x256). But today the feature is rather counter-productive. Each time you change the screenmode (you bought a new graphics card; you changed...
- Wed Aug 03, 2011 8:07 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Amiga OS 4.1 & FastFileSystem SFS/00
- Replies: 13
- Views: 13774
Re: Amiga OS 4.1 & FastFileSystem SFS/00
Not that i want to blame MediaToolBox for choosing the wrong block size, but if FFS (not sure), JXFS and SFS RELIES on being used with a block size of 512 wouldn't it be possible to tell MediaToolBox to change it to a default of 512 as soon as those SF's are used? JXFS doesn't work at all with anyt...