Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: tk menu icons slow

by SuicideJunkie (Vicar)
on Nov 19, 2015 at 20:47 UTC ( [id://1148171]=note: print w/replies, xml ) Need Help??


in reply to tk menu icons slow

I'm not seeing any slowdown on my desktop.

I've got a simplified classic scheme however. Perhaps try looking into desktop effects and theme features like menu animations. Toggle any features off and see if one of them causes it.

PS:
Oh, it might also be something to do with the individual images. Presumably the two actual menus aren't both using the same three images, and they definitely aren't using the random image I grabbed for the task.

PPS:
You can embed an image in your source, for example:

#Embedding GIF bytes: my $icon = pack('C*' ,71,73,70,56,57,97,64,...(Many more bytes)...,0,5 +9); my $img = Tkx::image_create_photo(-data => $icon); $mw->g_wm_iconphoto($img);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1148171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found