Search found 3 matches

by tdc69
Wed Dec 27, 2017 10:21 am
Forum: Coding Questions
Topic: My application loses focus after Runprogram()
Replies: 8
Views: 1825

Re: My application loses focus after Runprogram()

I have tried all your suggestions and something else, but I have not found the solution. Maybe the function itself Runprogram, at least when you ask to wait for your application, should ensure the return to focus and continue its process. In the meantime, any idea would be grateful to not have to ...
by tdc69
Thu Dec 21, 2017 10:51 am
Forum: Coding Questions
Topic: My application loses focus after Runprogram()
Replies: 8
Views: 1825

My application loses focus after Runprogram()

Hello friends,

I have a very silly problem and I will put a simple example.

Result = RunProgram("notepad.exe" ,"","", #PB_Program_Wait )
MessageRequester("ok","I see this",0)

My X. EXE program calls NOTEPAD. EXE, wait for it to finish and then I want to leave a message on screen.

The problem ...
by tdc69
Fri Aug 15, 2014 9:55 am
Forum: Game Programming
Topic: Isometric map with scroll and zoom
Replies: 5
Views: 6276

Re: Isometric map with scroll and zoom

I have had a problem with the definition of colors ... I added this line to the top without problems ...;-)

Code: Select all

;colors
#yellow=$FFFF00:#red=$FF0000:#blue=$0000FF:#black=$000000
Great job!