Search found 22 matches

by Palpatine
Mon Oct 04, 2004 8:29 am
Forum: Linux
Topic: PowerPC support
Replies: 10
Views: 3661

PowerPC support

Hi,

I was just wondering if PB Linux only runs on x86 distributions or also on PPC ones?

Best regards,
Ron
by Palpatine
Thu May 13, 2004 7:08 am
Forum: Coding Questions
Topic: openfilerequester on top of screen
Replies: 2
Views: 1156

the Requesters are NOT designed to work on a GFX-Screen. Therefore you have to write your own...... OR use OpenWindowedScreen () instead. In this case you can use all of the Requesters... :!: OR send the Screen into the background (like you manually do with ALT + TAB) and then call your requester ...
by Palpatine
Wed May 12, 2004 9:13 am
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

fweil wrote:So you could iconize your window in the meanwhile.

When executing RunProgram(..., 0) it waits the external called program returns before to continue the caller ...
Ok thanks! This more or less does the trick :-)

Cheers,
Ron
by Palpatine
Wed May 12, 2004 6:44 am
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

Hi,

So you could iconize your window in the meanwhile.

When executing RunProgram(..., 0) it waits the external called program returns before to continue the caller ...

Ok, but it won't close the window, right? I could just "runprogram" calc.exe (example) and have it run on top of my window ...
by Palpatine
Tue May 11, 2004 7:30 am
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

...,

If you can-t find your way as I suggest in the posted code , aybe you should try to use a regular window with an windowedscreen sinside ?

...

I coould do that, but will that do the trick? I mean, then the program's window will no longer close when starting an external application?

Cheers ...
by Palpatine
Mon May 10, 2004 8:32 pm
Forum: Coding Questions
Topic: MAC Address
Replies: 11
Views: 5053

Rings wrote:arg did not work with 3.91
Just found that out to :-/

Cheers,
Ron
by Palpatine
Mon May 10, 2004 8:17 pm
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

...,

I was meaning http://forums.purebasic.com/english/viewtopic.php?t=10820

Ah I see, thanks.

I tried to run it but it gives an error. It is a bit like what I am doing I think. However, if I build in IsScreenActive() to check if the screen is opened, how will that help me?

I already tried ...
by Palpatine
Mon May 10, 2004 7:19 pm
Forum: Coding Questions
Topic: MAC Address
Replies: 11
Views: 5053

MAC Address

HI,

Is there a way to find out the mac address of the machine the app is running on?

Cheers,
Ron
by Palpatine
Mon May 10, 2004 7:13 pm
Forum: Coding Questions
Topic: openfilerequester on top of screen
Replies: 2
Views: 1156

openfilerequester on top of screen

Hi,

My program is running on a screen (using OpenScreen). When I call OpenFileRequester I have some problems:

1. The mouse pointer is not showing
2. After I have selected a file (using keyboard), the filerequester closes but the program screen is not activated so my program 'hangs'...

Cheers,
Ron
by Palpatine
Mon May 10, 2004 7:17 am
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

fweil wrote:...,

Have a look @ the tricks'n tips section .... 8)
Which example do you mean? RunProgramEx?

Best regards,
Ron
by Palpatine
Sun May 09, 2004 8:28 pm
Forum: Coding Questions
Topic: fading the screen
Replies: 1
Views: 1088

fading the screen

Hi,

My program runs in screen mode, but I want to do the following; when a certain button is pressed, I would like the screen to fade a bit, and open a window in front of it with a text message in it. After a number of seconds or another event, the window should disappear and the screen should ...
by Palpatine
Sun May 09, 2004 8:21 pm
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

@fweil

Ok am back home but the code is like 1,000 lines (!)...

I know for sure now that the problem is that my program's screen is closed - the error occurs when flipbuffers() or startdrawing(screenoutput()) is started.

If you (or anyone) are willing to help, I can send you the source by email ...
by Palpatine
Sun May 09, 2004 3:31 pm
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727


But it seems that it is organized so that you may have an error when looping because the ScreenOutput() does no more exist after an event occurs.

This is exactly the case! The error message in the debug window show a null result when trying 'startdrawing'...

As for the code layout, thanks ...
by Palpatine
Sun May 09, 2004 2:44 pm
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

hi ron,

do you have the source? If you have it, or could post a source containing the problem, maybe we can solve the problem.

Welcome to the boards, anyway :)

Hi,

Here's the part of the code where the external program is run from. In the top of the code, the screen is openened first using ...
by Palpatine
Sun May 09, 2004 11:27 am
Forum: Coding Questions
Topic: RunProgram / ShellExecute program
Replies: 20
Views: 4727

thefool wrote:what about iconizing(minimizing) your menu-system before launching?
Maybe for some applications, but I also want windowed apps to run on top of the menu screen. As example I would like to fade the menu screen a bit and launch the calulcator...

Cheers,
Ron