WINAMP.COM | Forums > Developer Center > NSIS Discussion > InstallOptionsEx |
| Pages (10): « First ... « 6 7 [8] 9 10 » |
Last Thread
Next Thread
|
| Author |
|
|
deguix Major Dude
Registered: Dec 2002 |
InstallOptionsEx 2.4.2 beta 5 - DLL + Source
Hmmm... this was not completed in today morning, but I wasn't satisfied to release it with annoying bugs, so I spend the time fixing some more bugs... __________________ |
||
|
|
|
Jamyn Junior Member
Registered: Aug 2002 |
Background of Welcome/Finish
__________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
I still didn't update the file. I have to upload every single file from this thread to wiki yet. You were downloading an older version of IOEx. I didn't think it would take that long to upload all those files, but now I know. Sorry if I didn't tell you that before... __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Now it's ok to download, but I didn't upload older versions to wiki. This is still not a big issue. If you want older versions, just search the thread. __________________ |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
i don't quite understand how to use the "\|" escape characters. i also think the more feature are getting implemented, the more the overview of the documentation suffers. __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Hehe. Don't blame me. Maintaining both plug-in and documentation is quite difficult. You can't apply this to the "State" value name in this case because the CHECKBOXES flag turns it into a "number-only" list of items. Also, see that the "\\" -> "\" transformation doesn't happen in there.code: Just a note: you always should use the flag CHECKBOXES w/ the StateImageList value name, or the flag won't work. Also the file has to exist, so you should change the path first. BUG: When StateImageList points to an invalid file, it still applies the CHECKBOXES flag normally. This flag uses the default checkboxes when this happens. Those checkboxes don't have the features this TreeView control has. __________________ Last edited by deguix on 10-08-2005 at 07:47 AM |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
a feature request
would it be possible to add a feature, which allows me to specify a default directory for contols (i.e. filerequest). __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
I'm not sure if this would work, but you could try storing an initial path in the box (State), and get rid of the text when the page is shown (with SendMessage ... "STR:"). __________________ |
||
|
|
|
iceman_k NSIS Dev
Registered: Feb 2003 |
deguix, IMHO you should stop taking feature requests for a while and concentrate on stabilizing and documenting what you currently have. __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
No problem. I'll try to fix the maximum amount of bugs that appear. There aren't many though (except in docs). But I generally find more because I have to test most of the stuff; bugs generally aren't reported to me, even with the huge amount of people that read this thread. __________________ |
||
|
|
|
iceman_k NSIS Dev
Registered: Feb 2003 |
I think moving the project to SourceForge would be a great idea. It will add more structure to your development, with clearly defined trackers for bugs, feature requests, etc. You can better manage what you are doing. Plus you get all the associated stuff for free (e.g., source control, release mechanism, etc.). Also, you may be able to recruit other developers to help out with it. __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Next version, 2.4.2 beta 6, is going to have removed the GPL code for allowing more types of images. Does anyone have any suggestions for a free code (no GPL, no commercial licenses) replacing the current GPL code for this? If yes, then I can include it readly. Also, part of it is not considered GPL because it was taken from another source, so I can modify it to not be a copy anymore. Thus, general support for .jpg, .jpge, and .gif image types is still on IOEx. __________________ |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
Just for reference, I think the last message on the GPL found its basis at : |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
The maximum thing needed is to inform the user about IOEx and where it's source code is when there is GPL code, which is already not good for me. __________________ |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
Ahhh okay... I'm not a lawyer, etc. but I think phrased that way it's actually two separate terms... e.g. |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
I just forgot to say that it won't have the features I planned for it, it will be just a quick version to fix the GPL issue and some other fixes I picked up. Also, as NSIS 2.11 was released with InstallOptions version 2.44, it's going to be called "IOEx 2.44 beta 1" (Next time I should consider how I put versions on my projects, now I can only go forth to version 3 or to make patches for IO with IOEx code). __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
InstallOptionsEx 2.4.4 beta 1 - DLL + Source
New version released. No much was changed, as expected. See the full list of changes for this version: __________________ |
||
|
|
|
Takhir Major Dude
Registered: Feb 2004 |
BTW this plug-in supports png and other formats without GDI |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Yes, I saw your plug-in source code one time, but I didn't got the inclusion to work. I might try to do that again later, or you could submit a patch, if you can read a big amount of code... Just search for IMAGE_TYPE_OLE and you can find the current OLE implementation I have. I think your code is somewhat based on that. __________________ |
||
|
|
|
nandhp Junior Member
Registered: Feb 2004 |
I have an AVI being displayed in an Image with the TRANSPARENT flag, and it's only transparent on Windows XP with XPStyle on. What do I have to do to get a transparent Animate? |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Reproduced. I just can't understand, it works for some avi, but not for others. Does your avi have a sound channel in it and is of type "MS-RLE" of 8-bits? I've tested two avi files, one with sound w/ 8-bits "MS-RLE" type, and another without, to see if transparency went ok. The one w/ sound had this transparency problem. __________________ |
||
|
|
|
nandhp Junior Member
Registered: Feb 2004 |
I'm looking at properties on the file in Windows XP and on the summary tab under "Video" it says it is an 8-bit MS-RLE, 4fps 3kbps, and under "Audio" says "4 seconds". I used the "AVIEdit" tool from some oldish version of the windows SDK to create the AVI. Does this help? Last edited by nandhp on 11-22-2005 at 10:42 AM |
||
|
|
|
nandhp Junior Member
Registered: Feb 2004 |
I managed to convert it to RLE and it worked fine. The problem was I needed to convert it to 8-bit, otherwise the codec wouldn't appear. So I opened the uncompressed avi in quicktime pro, exported it as a uncompressed avi in 8-bit color, load it back into aviedit, and exported it to RLE there. Thanks quicktime! |
||
|
|
|
flyakite Member
Registered: Dec 2003 |
I hate asking questions that I feel I should have been able to find the answer to, but I couldn't, so I have to ask. |
||
|
|
|
Takhir Major Dude
Registered: Feb 2004 |
Yes, I saw your plug-in source code one time, but I didn't got the inclusion to work. I might try to do that again later, or you could submit a patch, if you can read a big amount of code... Just search for IMAGE_TYPE_OLE and you can find the current OLE implementation I have. I think your code is somewhat based on that.
|
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
__________________ |
||
|
|
|
Takhir Major Dude
Registered: Feb 2004 |
(Found in russian): It appeared in Internet Explorer 4.0 and supports BMP, GIF, JPEG, ICO, WMF, EMF, PNG, XBM, CUR, TIFF (may be others). |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Thanks. I'm not working on the plug-in now, but when I will, I'll implement this. __________________ |
||
|
|
|
SeanB Junior Member
Registered: Dec 2005 |
Hi - I've just downloaded the latest version of IOEx from the link given above, and I have the problem with the Welcome and Finish pages not displaying correctly. Was this not fixed? Do I have the wrong version of the file? |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Hmmm... There are probably 2 problems in the latest version: __________________ |
||
|
|
|
michaelcsikos Junior Member
Registered: Dec 2005 |
FileRequest - Text & Button example?
I can't seem to find an example anywhere of an InstallOptionsEx Text & Button FileRequest dialog. Could someone please post an example .ini file? Thanks! |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
code: __________________ |
||
|
|
|
michaelcsikos Junior Member
Registered: Dec 2005 |
Thanks Deguix, you're the man! |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
__________________ |
||
|
|
|
akn Junior Member
Registered: Jan 2006 |
Custom page bitmap disappeared after replacing IO with IOEx
Hi, |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Because futuraly I want to patch InstallOptions with changes I mostly developed, I'll be working only on InstallOptionsEx for a while, and no other projects will be involved. __________________ |
||
|
|
|
SuperPat Guest
Registered: Not Yet |
I Need to use InstallOptionsEx, but unfortunately, with the lastest version, the background don't work correctly and the bitmaps are not draw. |
||
|
|
|
|
deguix Major Dude
Registered: Dec 2002 |
InstallOptionsEx 2.4.4 beta 2 - DLL + Source
Sorry about that. New Release: __________________ |
||
|
|
|
dandaman32 Senior Member
Registered: Jan 2005 |
Documentation overhaul
Perhaps you should consider changing the documentation layout-wise - increase the indentation on sub-sections etc becuase the current version can be a bit hard to read. code: changed to code: hope this helps nice plugin ![]() -dandaman32
__________________ |
||
|
|
|
| Pages (10): « First ... « 6 7 [8] 9 10 » |
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > InstallOptionsEx |
Forum Rules:
|