Page 1 of 1

Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 1:08 am
by DR White
Using the newly released Version 6.5.1 to make a Windows Standalone, when I use the "ask" command the in the program the text is invisible in the message box.

Has anyone else had this problem?

Thanks,

David

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 10:46 am
by itay1023
Show me the code.

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 12:41 pm
by DR White
Invisible text in message box in windows standalone if following code is used:
-------------------- Enter Player Name
ask "Ingrese Nombre del jugador"
put it into CurrentUser

## User cancelled or did not type anything
if CurrentUser = empty then
exit to top
end if
Thanks,

David

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 1:13 pm
by Klaus
Hi David,

quick guess:
Did you set the "textcolor" property of you mainstack to WHITE or something else
that might look "invisible" on a background with the same color?
Know what I mean?

In a standalone the "Ask" and "Aswner" dialogs, which are just stacks, do in fact inherit
all the properties from its mainstack = your standlaone.


Best

Klaus

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 1:22 pm
by DR White
Klaus,

I am using the same code that works in Ver 6.5 rc3 and produces this issue in ver 6.5.1

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 1:42 pm
by Klaus
Hi David,

of course I believe you, there is not much you can do wrong with:
...
ask "Whatever you want to ask!"
...
:D

I am just trying to find an answer, the syntax is definitively OK.
Sorry, no other brilliant idea in the moment...


Best

Klaus

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 1:59 pm
by DR White
Klaus,

Can you try it with 6.5.1 sometime and see what it does for you?

It is not a big deal, I just continue to use 6.5 rc3.

I am sure the LC team will fix it in the near future.

Thanks,

David

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 2:31 pm
by wsamples
File a bug report. Bug reporting is how the devs find out about these things in order to fix them. White text, appearing invisible, has been an issue in the past, in other circumstances. There has recently also been work on text and the standalone builder. This could have resulted in the new bug.

http://quality.runrev.com

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 2:50 pm
by DR White
Wsamples,

When I try to log into quality.runrev, it says that my login and password is invalid!

David

Re: Version 6.5.1 - Windows Stand alone

Posted: Sun Dec 22, 2013 7:14 pm
by wsamples
Have you previously set up an account there? This is not the same as the account at the runrev store.

Re: Version 6.5.1 - Windows Stand alone

Posted: Tue Dec 24, 2013 2:30 am
by DR White
no, I thought it would be the same