Jump to content

Tray question


AlmarM
 Share

Recommended Posts

Is there a way I can make a TrayCreateItem() with a picture ??

Like a TrayCreateItem() with radio func ony the black dot needs to be a pic :P

I want an AutoIT pic at the place of the Black dot...

Is this possible ??

-AlmarM-

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Ye your right, sorry :P

But I realy need to know it ^^ Im waiting for it so I can post the Example of my complete script.

And I wanne know something else ;)

Can u actualy change the Bk Color of at TrayCreateItem/Menu() ?

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Ye your right, sorry :P

But I realy need to know it ^^ Im waiting for it so I can post the Example of my complete script.

And I wanne know something else ;)

Can u actualy change the Bk Color of at TrayCreateItem/Menu() ?

Holger did some work a long time ago with tray colors

http://www.autoitscript.com/forum/index.php?showtopic=20967

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I did download the files but I dont know how to set the color and icon :S

Can someone send me an Example? For TrayCreateMenu/Item() with icon & color.

Or explain me a bit ?

Im realy confused now :S

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Aaah, I dont get it anymore.

It wont work.

The #include "ModernMenu.au3"

with

$Exit = _TrayCreateItem()

_TrayItemSetIcon()

Wont work.

The script doenst work anymore than :S

Can someone help me ?

Im confused and my head hurts :S

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Aaah, I dont get it anymore.

It wont work.

The #include "ModernMenu.au3"

with

$Exit = _TrayCreateItem()

_TrayItemSetIcon()

Wont work.

The script doenst work anymore than :S

Can someone help me ?

Im confused and my head hurts :S

Did you download and look at the sample file?

http://www.autoitscript.com/forum/index.ph...st&id=15932

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Ye I did but I dont understand it :S

Can u make from this part of my source an example ?

$Site_Jump = TrayCreateMenu("Site Jump")
$Forum_Home = TrayCreateItem("Forum Home", $Site_Jump)
$Search = TrayCreateItem("Search", $Site_Jump)
$Help = TrayCreateItem("Help", $Site_Jump)
TrayCreateItem("")
$Forum_Jump = TrayCreateMenu("Forum Jump")
$General = TrayCreateMenu("General", $Forum_Jump)
$Announcements_and_Site_News = TrayCreateItem("Announcements and Site News", $General)
$Chat = TrayCreateItem("Chat", $General)

Site Jump & Forum_Home & Search & Help = Color Red

Forum_Jump = Yellow

General & Announchements and Site News & Chat = Green

With an small AutoIT Icon

Im begging you :P

I only need an small example ;)

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...