Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
111 user(s) are online (59 user(s) are browsing Forums)

Members: 1
Guests: 110

bigmac, more...

Headlines

 
  Register To Post  

DiskDaisy not working anymore
Quite a regular
Quite a regular


See User information
after the latest update of dos.library 53.126 DiskDaisy v1.2 does not draw a pie chart anymore.

if I revert to a prior version of the OS with dos.library version 53.112 it works. Can somebody confirm this?
Is rachy still around and willing to make it work again?

A donation will follow soon after of course..

Go to top
Re: DiskDaisy not working anymore
Not too shy to talk
Not too shy to talk


See User information
I have a different problem : when I start it (version 1.1) I got the interface but mouse and keyboard are frozen (but clock is still running).

I also have latest updates that came after update 6

Go to top
Re: DiskDaisy not working anymore
Quite a regular
Quite a regular


See User information
I don't have version 1.1 anymore, so can not verify, sorry.

Go to top
Re: DiskDaisy not working anymore
Quite a regular
Quite a regular


See User information
@lilo
@Amigo1

I contacted the author, let's hope he is willing to update DiskDaisy

Go to top
Re: DiskDaisy not working anymore
Just popping in
Just popping in


See User information
Thanks for letting me know about this. I haven't updated my OS since update 2.

I will have a look and let you know what I had found.

(No need for donation... :))

racs
Go to top
Re: DiskDaisy not working anymore
Just popping in
Just popping in


See User information
There was a bug in 1.1 which might cause that problem. I strongly suggest to update to 1.2.

Go to top
Re: DiskDaisy not working anymore
Just popping in
Just popping in


See User information

racs
Go to top
Re: DiskDaisy not working anymore
Quite a regular
Quite a regular


See User information
Quote:

rachy wrote:
BTW, a fun fact:

http://www.daisydiskapp.com


Funny indeed, are you business-related to them?

Go to top
Re: DiskDaisy not working anymore
Just popping in
Just popping in


See User information
Nope. I just found this when I was lazy enough to search in Google for DiskDaisy on OS4Depot... :P

Should I sue? ;)

racs
Go to top
Re: DiskDaisy not working anymore
Just popping in
Just popping in


See User information
Okay, the fix is done. The problem was: in DOS.lib a fix was made for the ExamineDir function, now it returns only those fields in the ExamineData structure which were requested for.

For example in DiskDaisy I only asked for the file name:

APTR context = IDOS->ObtainDirContextTags(EX_StringName, name, EX_DoCurrentDir, TRUE, EX_DataFields, EXF_NAME, TAG_END);

EX_DataFields tag - EXF_NAME only. Yet, obviously I also needed the size and the item type too. Previously these fields were populated by default, now these are only populated on request. So the fix is:

APTR context = IDOS->ObtainDirContextTags(EX_StringName, name, EX_DoCurrentDir,TRUE, EX_DataFields, EXF_NAME | EXF_SIZE | EXF_TYPE, TAG_END);

I will release a new version with this fix soon.

I am pretty sure there will be other apps with similar problem, this was really easy to miss.

racs
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project