Search found 24 matches
- Fri May 06, 2022 5:30 pm
- Forum: Announcement
- Topic: Chromium WebGadget v4
- Replies: 241
- Views: 72980
Re: Chromium Edge WebGadget
Ok, thank, hope I can test it at this weekend, didn't have the time yet to take a closer look.
- Thu May 05, 2022 3:50 pm
- Forum: Announcement
- Topic: Chromium WebGadget v4
- Replies: 241
- Views: 72980
Re: Chromium Edge WebGadget
Thanks, will look into it, sounds promising. I must say, I had already expected a "No, not possible". 

- Thu May 05, 2022 1:12 am
- Forum: Announcement
- Topic: Chromium WebGadget v4
- Replies: 241
- Views: 72980
Re: Chromium Edge WebGadget
If you use a chromium webgadget like yours in Purebasic, did this make it possible to get on all the data in the Edge DevTools window in any way? Or is that only possible inside Edge itself?

This is data from a websocket from a website.

This is data from a websocket from a website.
- Wed Feb 24, 2021 6:46 am
- Forum: Coding Questions
- Topic: How to set the WindowClass name?
- Replies: 17
- Views: 5208
Re: How to set the WindowClass name?
It works so far good, but it seam it ignores any DPI settings, my windows are way too small.
Is there an easy fix or did i must fix that with some DPI calculation?
It's a shame that we still can not set a own Class name with PureBasic own stuff...
Is there an easy fix or did i must fix that with some DPI calculation?
It's a shame that we still can not set a own Class name with PureBasic own stuff...
- Tue Feb 23, 2021 5:02 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Thanks, interesting code and it works here.
So there is no direct way to detect if the Icon is destroyed?
IsSysTrayIcon() will only tell you if your icons were created or removed by your app, and NOT if they were destroyed by an external factor like a desktop reset.
Take this amended example ...
So there is no direct way to detect if the Icon is destroyed?
IsSysTrayIcon() will only tell you if your icons were created or removed by your app, and NOT if they were destroyed by an external factor like a desktop reset.
Take this amended example ...
- Sat Feb 20, 2021 1:24 pm
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Get some answers back. Only Windows Defender, no Tool that do anything with tray icons or restart the Desktop and he use two monitors but only one at ones (he switch with windows key+P between them).
- Sat Feb 20, 2021 7:01 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Ok, i see, i was wrong. If you kill explorer.exe and start it new than my tools icon came not back. So issystrayicon() did not work on that. Is there a other way to test it? Because from all other software the icons are back.
- Sat Feb 20, 2021 6:08 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
I can ask them but it would not make much sense, because the said the only click on that menu entry, it does what it should do and than the Icon disappear. Why should they every time when they do this restarting their desktop?
So far i know when in this case the icons disappears, you should detect ...
So far i know when in this case the icons disappears, you should detect ...
- Sat Feb 20, 2021 4:38 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Like i said, the program is still running and if its window is open the window works without any problem. Only the Tray icon is gone and it seems a issystrayicon()? did not notice it, because than it would be created new, build that in the last update that this two users use now.
If the program ...
If the program ...
- Fri Feb 19, 2021 11:46 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Did it happen to you? Badly i can not reproduce this Bug, only other Users who use my App have this issue.
I will also try to write a small code, but have not the time right now, can take some days.
I will also try to write a small code, but have not the time right now, can take some days.
- Fri Feb 19, 2021 2:56 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
It only works with a Windows Mixed Reality VR Headset, if you don't have one you can not trigger that problem. And not everyone have this problem, only two right now.
http://wmrtt.baltools.de/dl/WMR_TrayTool_V0.5_Alpha.zip
http://wmrtt.baltools.de/dl/WMR_TrayTool_V0.5_Alpha.zip
- Thu Feb 18, 2021 4:13 pm
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
Re: SysTrayIcon disappear
Easier said than done, because the most users did not have that problem. First I must see if i could reproduce this problem with a simpler code on that users PCs.
- Thu Feb 18, 2021 9:32 am
- Forum: Coding Questions
- Topic: SysTrayIcon disappear
- Replies: 17
- Views: 3482
SysTrayIcon disappear
I have a strange bug in my Tool (Windows 10). It creates on startup a SysTrayIcon (simply AddSysTrayIcon(0,WindowID(0),ImageID(0)) ), that works as it should so far. But now some users (my Tool is free for download at the Internet) wrote back to me that this Icon disappears, when they trigger a ...
- Mon Feb 01, 2021 2:52 am
- Forum: Windows
- Topic: Service starts too early
- Replies: 4
- Views: 2727
Re: Service starts too early
Sorry, I described it wrong: i already start a extra program over that own Service program, but this Service program start the main program too early on boot up and that Service is only there for Autostart this program on boot, because it need Admin rights.
The rest is not true at all, see JHPJHPs ...
The rest is not true at all, see JHPJHPs ...
- Sun Jan 31, 2021 2:16 am
- Forum: Windows
- Topic: Service starts too early
- Replies: 4
- Views: 2727
Service starts too early
I run into a little problem. I registered my program as a Service and after a reboot it starts but it shows not his TrayIcon. I think it starts too early before the User is logged in (starts as SYSTEM).
How could i fix this? I first thought I check if the User is logged in or delay the start, but ...
How could i fix this? I first thought I check if the User is logged in or delay the start, but ...