[30 Jan 2010] Problems with requester window in Windows

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Juan Carlos
Posts: 953
Joined: Mon Sep 06, 2010 1:02 pm

[30 Jan 2010] Problems with requester window in Windows

Post 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.
User avatar
airsoftsoftwair
Posts: 5914
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[31 Jan 2010] Re: Problems with requester window in Windows

Post 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.
Arnljot

[31 Jan 2010] Re: Problems with requester window in Windows

Post 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
User avatar
Juan Carlos
Posts: 953
Joined: Mon Sep 06, 2010 1:02 pm

[02 Feb 2010] Re: Problems with requester window in Windows

Post 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.
User avatar
airsoftsoftwair
Posts: 5914
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[05 Feb 2010] Re: Problems with requester window in Windows

Post 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?
Locked