View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001498 | JEDI VCL | 00 JVCL Components | public | 2004-03-19 06:57 | 2004-04-14 18:08 |
Reporter | vlads | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001498: TJvTrayIcon BalloonHint on Windows 2000 | ||||
Description | Have a problem with BalloonHints on W2K. When CancelPrevious = false in call to BalloonHints. Previous Balloon is never removed and is visible. On XP it works fine. | ||||
Additional Information | Also there are side effect On W98 BalloonHints adds my window main hidden to fisible list so it is visible on task bar will continue investigation. | ||||
Tags | No tags attached. | ||||
|
Also on w2k previous Hint is not removed untill timout. Even when I call TrayIcon.BalloonHint('Hint1', ... true); TrayIcon.BalloonHint('Hint2', ... true); Previouse ('Hint1') continue to show for some time and than changes to new one. This is actualy my project I'm testing now. http://winkeylock.sourceforge.net/ I will try to create a patch for this problems. |
|
Ignore my Win98 remarks... |
|
On Win200 you need to call BalloonHint('', ''); the same number of times you called show BalloonHint('Mesage', '...'); This will hide the Balloon. |
|
Thanks for the report, I will investigate how to fix that. Please note however, that as said in the sources, the "hiding" of a balloon is undocumented behaviour. |
2004-03-22 21:44
|
JvTrayIcon.pas (29,225 bytes) |
|
Please use the attached file and let me know if this fixes the issue. This has not been submitted to CVS |
|
Ok, this is now in CVS, can you tell me if it works? If I don't get any news from the original poster in the next two weeks, I'll close the bug. |
|
I took a version Revision 1.27 from CVS. And tested on W2K It is solving my problem! To test this I have made a form add two button to hide and show icon. When do show hide using button it is working. So I made a new button and this one hide one balloon and make another one in one function no delay! This does work as well for old and new code .... So this is not the code to test this particualar problem. If you want me to test something you are welcome to e-mail me skarzhevskyy@hotmail.com edited on: 04-14-04 08:19 |
2004-04-14 07:38
|
trayTest.zip (245,964 bytes) |
|
See Attached Files I used to test on XP and w2k All works fine! |
|
Sorry for previous messages. Actualy I tested the last version and it realy solves the problem with w2k!!! Changes to text in ballons are more stable on w2k now!. edited on: 04-14-04 08:06 |
|
Glad to hear that works. This bug is now closed, please feel free to post other ones if you have further problems. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-19 06:57 | vlads | New Issue | |
2004-03-19 07:04 | vlads | Note Added: 0003392 | |
2004-03-19 09:34 | vlads | Note Added: 0003394 | |
2004-03-21 12:21 | vlads | Note Added: 0003421 | |
2004-03-22 16:03 | obones | Status | new => assigned |
2004-03-22 16:03 | obones | Assigned To | => obones |
2004-03-22 16:04 | obones | Note Added: 0003425 | |
2004-03-22 21:44 | obones | File Added: JvTrayIcon.pas | |
2004-03-22 21:45 | obones | Note Added: 0003433 | |
2004-03-22 21:45 | obones | Status | assigned => feedback |
2004-04-14 04:06 | obones | Note Added: 0003833 | |
2004-04-14 07:38 | vlads | Note Added: 0003849 | |
2004-04-14 07:38 | vlads | File Added: trayTest.zip | |
2004-04-14 07:39 | vlads | Note Added: 0003850 | |
2004-04-14 08:03 | vlads | Note Added: 0003852 | |
2004-04-14 08:06 | vlads | Note Edited: 0003852 | |
2004-04-14 08:19 | vlads | Note Edited: 0003849 | |
2004-04-14 18:08 | obones | Status | feedback => resolved |
2004-04-14 18:08 | obones | Resolution | open => fixed |
2004-04-14 18:08 | obones | Note Added: 0003866 |