| View previous topic :: View next topic |
| Author |
Message |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Mon Oct 11, 2010 3:33 pm Post subject: Taskicon showinfo help [SOLVED] |
|
|
Hi forum,
I need to show a taskicon's baloontip but not work, happen nothing
this is a simple script to sho the balootip's taskicon on button pressed:
| Code: | DIALOG CREATE,New Dialog,-1,0,240,160
DIALOG ADD,BUTTON,B1,131,82,,,1
Dialog Add,TASKICON,icona,
DIALOG ADD,BUTTON,b2,40,100,,,2
DIALOG SHOW
:Loop
wait event
%e = @Event()
Goto %e
:B1BUTTON
Dialog SHOWINFO,icona,pollo,pippo
Goto Loop
:close
:B2BUTTON
stop
|
Why not work? what I wrong?
Many thank
Cheers
Last edited by Tdk161 on Wed Oct 13, 2010 1:18 am; edited 1 time in total |
|
| Back to top |
|
 |
bornsoft Contributor

Joined: 19 Feb 2009 Posts: 113 Location: Germany
|
Posted: Tue Oct 12, 2010 4:29 pm Post subject: |
|
|
Hi Tdk,
on my machine (wxp sp3) your code works.
I guess, it has something to do with your windows configuration. Somewhere in the depths of windows there is a checkbox for enabling/disabling ballontips.
Or maybe a tool like TweakXP or TuneUp is resposible for disabling.
You can try to add the style "BALLOONTIPS" to your dialog, if this doesn't work, then look for the above-mentioned.
Greetings.
bornSoft |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Tue Oct 12, 2010 9:26 pm Post subject: |
|
|
Hi bornsoft,
I solved thank you very much was ballontips disable in windows but enabled work fine, tnx again for your notice  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|