Page 1 of 1
[30 Jan 2010] Problems with requester window in Windows
Posted: Sat Jun 13, 2020 5:32 pm
by Juan Carlos
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 30 Jan 2010 15:27:39 +0000 (GMT)
Hello Andreas:
I was tested my last screen saver in Windows XP and I have problems with the windows requester that in Amiga appear, for example to password protection and I have other doubt how I can add one windows ico in the windos executable, instead of your ico a personal ico.
Best regards from your friend Juan Carlos.
[31 Jan 2010] Re: Problems with requester window in Windows
Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 22:08:51 +0100
Hello Andreas:
I was tested my last screen saver in Windows XP and I have problems with the windows requester that in Amiga appear, for example to password protection and I have other doubt how I can add one windows ico in the windos executable, instead of your ico a personal ico.
That's currently not possible. For the requester problem I'd need a small sample code.
[31 Jan 2010] Re: Problems with requester window in Windows
Posted: Sat Jun 13, 2020 5:32 pm
by Arnljot
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 22:38:15 +0100
Have you tried to edit the exefile with a custom ico program.
Many freeware and shareware programs from download.com offers this feature.
I don't know if Hollywood DRM will allow this though.
Kind regards, Arnljot
[02 Feb 2010] Re: Problems with requester window in Windows
Posted: Sat Jun 13, 2020 5:32 pm
by Juan Carlos
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 2 Feb 2010 13:48:54 +0000 (GMT)
Hello friend Andreas:
This is my single routine for get the path to one file music, asking the requester that do the work:
Code: Select all
Function p_RutaMusic()
ShowPointer()
Musica$ = FileRequest(RutaMF1$,"mp3|mod") (With this instruction)
If Musica$=""
ErrorM1=SystemRequest(EntraFi$,RutaMF2$,"Vale|OK")
Graba=0
p_MotorAnima()
Else
Graba=1
EndIf
But that not open the window requester for this case and other more.
Best regards from your friend Juan Carlos.
[05 Feb 2010] Re: Problems with requester window in Windows
Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 05 Feb 2010 21:23:12 +0100
But that not open the window requester for this case and other more.
Hmm, that should really work. Are you in fullscreen mode maybe?