Make Openkore minimize to system tray

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Make Openkore minimize to system tray

#1 Post by Mushroom »

I was trying to make a plugin to Openkore (console::win32 interface) minimize to system tray, however my skills with perl sucks and I couldn't make it to work -.-
Idk why, but I got the icon to appear, however when I hover the mouse in the icon it dissapears o.O

This is what I'm using: (Win32::GUI)

Code: Select all

# I'll change the title to something else, just set it to test
my $window = Win32::GUI::FindWindow("ConsoleWindowClass", "Not Connected - OpenKore");
my $icon = "C:/Documents and Settings/Camila/My Documents/Openkore/openkore.ico";
my $icontray = new Win32::GUI::Icon($icon);
my $tray = Win32::GUI::NotifyIcon->new($window,
	-name   => "Tray",
	-icon   => $icontray,
	-tip    => "Openkore",
);
#I should set to it hide, however minimizing is easier for testing
Win32::GUI::Minimize($window);
Quit.

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Make Openkore minimize to system tray

#2 Post by Scarya »

If I remember correctly there has been such a plugin already.
http://forums.openkore.com/viewtopic.php?f=34&t=826
Maybe you could use it =)
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Make Openkore minimize to system tray

#3 Post by Mushroom »

The link is broke :S
Quit.

iamanoob
Plain Yogurt
Plain Yogurt
Posts: 82
Joined: 04 Apr 2008, 09:49

Re: Make Openkore minimize to system tray

#4 Post by iamanoob »

Scarya wrote:If I remember correctly there has been such a plugin already.
http://forums.openkore.com/viewtopic.php?f=34&t=826
Maybe you could use it =)
XD
Image
DARKest Ninja

Locked