![]() |
#1 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,448
|
EM_STREAMIN and the system plugin
is it possible?
I could not get it working, brainsucker can you confirm or deny if this is possible at all since the callback is inside a struct ptr that is sent to the richedit window using sendmessage kichik: nsis already has a callback, is it possible to get the address of this callback and use that? IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#2 |
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
It should be possible to do with System's callbacks. However, you can't use a NSIS function as a callback function. The System plug-in might support this one day, but currently, the address of a NSIS function and a callback function are totally unrelated.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
![]() |
![]() |
![]() |
#3 |
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Got it working. It doesn't read from a file, but I'm sure you'll be able to add that easily.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|