TeamViewer closes out my apps when I close it out

Everything else that doesn't fall into one of the other PB categories.
User avatar
OldSkoolGamer
Enthusiast
Enthusiast
Posts: 153
Joined: Mon Dec 15, 2008 11:15 pm
Location: Nashville, TN
Contact:

TeamViewer closes out my apps when I close it out

Post by OldSkoolGamer »

Basically what the subject says. When you open Teamviewer & logon it creates a button on any open window that lets you choose a partner t present this application to. Every PB App I have when you open TV & close it out it will close out the PB app. I am just curious as to if this would be a PB bug of some sort ??
The only way it doesn't close out the app is if it's minimized to the taskbar or system tray.
User avatar
Kukulkan
Addict
Addict
Posts: 1422
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: TeamViewer closes out my apps when I close it out

Post by Kukulkan »

I've had massive problems with PureBasic and Teamviewer, too. The solution for my problem has been the deletion of all code like:

Code: Select all

SetGadgetState(#Image_1, ImageID(#LogoImage))
After drawing the image using DrawImage(), the problems disappeared. Maybe this helps you.

Kukulkan
Little John
Addict
Addict
Posts: 4871
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: TeamViewer closes out my apps when I close it out

Post by Little John »

@OldSkoolGamer:

TeamViewer has a list for exceptions.
Put your program(s) on that list, and TeamViewer will not create buttons in the windows of those programs.

Regards, Littlle John
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Re: TeamViewer closes out my apps when I close it out

Post by Mistrel »

I've never heard of TeamViewer before. It looks like a fantastic tool for project management. Very clean and simple.
Post Reply