|
Post by Kenth Nasstrom on Dec 29, 2003 16:17:58 GMT -5
Hi again Kevin,
I've been playing around with the sfxmaker code and the enhanced mode allowing for some configuration of the sfx filebehaviour is really nice.
I am wondering though how or rather when the info box I can input a title and text for, will pop up.
It seems like I have tried every possible variation of checkboxes and sfx options, but I never get that window?
I have been assuming that it would pop up when I choose to create an autoextract, just before extracting.
/Kenth
|
|
|
Post by Kevin on Dec 30, 2003 14:27:32 GMT -5
Yes, if you check autorun it should show up and then the files will be extracted when you select the OK button. If you do not check autorun, it will show up and then when you select the OK button the normal sfx dialog will appear.
I just tested it and it worked ok for me in both cases.
What exactly is happening in your situation? Do you get any error? Do the files get extracted properly anyway? Is there anything else that may be relevant that you can think of?
|
|
|
Post by Kenth Nasstrom on Dec 30, 2003 15:58:25 GMT -5
Hi Kevin,
It looks like the problem comes from my change of icon in the rc file.
Without trying to digest all of the source code do I assume that there are a lot of binary reading of certain amounts of bytes to get to things and even though my icon is the same size and number of colors may something change in the resulting res file.
I am using the comman syntax
MNICON ICON xxxxxx.ico
to choose icon and this might be it.
What prog did you use to get the hex representation for the icon formated like you use it in the rc file?
Kenth
Ps. Happy New Year Kevin!
|
|
|
Post by Kevin on Dec 30, 2003 16:14:26 GMT -5
I used Borland's Resource Workshop to change the icon. I'm not familiar with MINICON.
|
|
|
Post by Kenth Nasstrom on Dec 30, 2003 17:28:58 GMT -5
Hi again,
I dug up an old version of BRW and got the rc script for the icon but no change.
I will keep at it during the weekend as the problem arise when changes are made to the sfx1.rc file.
I'll keep you posted.
Saludos
Kenth
|
|
|
Post by Kevin on Dec 30, 2003 20:50:07 GMT -5
Is it just the InfoWindow that isn't working? Does everything else work?
|
|
|
Post by kenth nasstrom on Jan 14, 2004 6:26:30 GMT -5
Hi Kevin,
I'm sorry I haven't answered before but with the holidays and vacations during the end of the year have I been taking it easy!
But the answer is yes, if I change the icon, the info window just wont respond, but everything else seem to work ok.
I have tried numerous times to recompile the original code=everything works and changing the icon in the res file=everything except the info window.
I have started to run wihtout the info window planning on getting back to it when I have more time.
/Kenth
|
|
|
Post by Kevin on Jan 14, 2004 8:54:03 GMT -5
I know what you mean about the holidays. I am now trying to work my way out of a hole because of them! :-)
I am now trying to get the new update of VCLZip out, hopefully today, and after that I will have some time to work on other things, including looking into this.
Kevin
|
|