Search found 75 matches

by zoot33
Thu May 26, 2011 10:01 pm
Forum: Coding Questions
Topic: PB windowed screen within VM is this possible ?
Replies: 2
Views: 1061

PB windowed screen within VM is this possible ?

Is it possible to run a PB app inside a vBox VM, when the PB app uses a windowed screen ?

I have tried this on an XP vBox client hosted on XP vBox host, but haven't had any luck yet.

Is this possible on any VM platform ?


Thanks.
by zoot33
Thu Apr 14, 2011 3:53 pm
Forum: Coding Questions
Topic: Stop one server stealing another server's events..
Replies: 6
Views: 1535

Re: Stop one server stealing another server's events..

Thanks Rook, I can see that both your ideas would work. I don't have control of the second application (or its source code), so I'd like to find a way of it not getting in the way of a new networked applet that I am about to write. On my provisional tests, it sometimes grabs data meant for my prog ...
by zoot33
Thu Apr 14, 2011 11:42 am
Forum: Coding Questions
Topic: Stop one server stealing another server's events..
Replies: 6
Views: 1535

Re: Stop one server stealing another server's events..

I understand that it is possible to run multiple servers from the same application with this type of code. However, how would you run two servers from two separate applications, without one application picking up the other's data ?

Scenario:
There are streams of data arriving on 6832 and 6833. I ...
by zoot33
Wed Apr 13, 2011 11:49 pm
Forum: Coding Questions
Topic: Stop one server stealing another server's events..
Replies: 6
Views: 1535

Stop one server stealing another server's events..

The help file demonstrates a server with the below code, and this works great when there is only one of them.

I have entirely separate server applications running on the same pc with separate port numbers. When one of the servers does the 'SEvent = NetworkServerEvent()' line, it regularly takes the ...
by zoot33
Tue Nov 23, 2010 12:09 pm
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Re: Detecting suspend/hibernate

thanks PL - it works great !
by zoot33
Tue Nov 23, 2010 12:09 pm
Forum: Tricks 'n' Tips
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2276

Re: Detecting suspend/hibernate

thanks PL - it works great !
by zoot33
Tue Nov 23, 2010 12:03 pm
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Re: Detecting suspend/hibernate

seems like i need to register my app to be able to receive those events
by zoot33
Tue Nov 23, 2010 12:03 pm
Forum: Tricks 'n' Tips
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2276

Re: Detecting suspend/hibernate

seems like i need to register my app to be able to receive those events
by zoot33
Tue Nov 23, 2010 11:49 am
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Re: Detecting suspend/hibernate

I think it might be, do you have any examples of its use ?
by zoot33
Tue Nov 23, 2010 11:49 am
Forum: Tricks 'n' Tips
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2276

Re: Detecting suspend/hibernate

I think it might be, do you have any examples of its use ?
by zoot33
Tue Nov 23, 2010 11:11 am
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Re: Detecting suspend/hibernate

no problem, thanks for your help.
by zoot33
Tue Nov 23, 2010 11:11 am
Forum: Tricks 'n' Tips
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2276

Re: Detecting suspend/hibernate

no problem, thanks for your help.
by zoot33
Tue Nov 23, 2010 10:59 am
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Re: Detecting suspend/hibernate

Thanks. When a user decides to put their PC in standby, I want to do some stuff in my application before the PC goes to sleep. Therefore I need to detect when this is about to happen.
by zoot33
Tue Nov 23, 2010 10:59 am
Forum: Tricks 'n' Tips
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2276

Re: Detecting suspend/hibernate

Thanks. When a user decides to put their PC in standby, I want to do some stuff in my application before the PC goes to sleep. Therefore I need to detect when this is about to happen.
by zoot33
Tue Nov 23, 2010 10:12 am
Forum: Coding Questions
Topic: Detecting suspend/hibernate [Resolved]
Replies: 10
Views: 2954

Detecting suspend/hibernate [Resolved]

Hi can I detect that a PC is about to suspend or hibenate ?

Thanks.