Search found 8 matches

by SpiritCode
Tue Nov 12, 2024 4:47 am
Forum: General Discussion
Topic: ListIcon messages help needed
Replies: 6
Views: 1315

Re: ListIcon messages help needed

This is even shorter:

Code: Select all

SetGadgetState(ListIcon_0, -1)
by SpiritCode
Sun Nov 10, 2024 5:35 am
Forum: General Discussion
Topic: ListIcon messages help needed
Replies: 6
Views: 1315

Re: ListIcon messages help needed

Thank you all
HeXOR is right, I just need the #PB_EventType_Change message
gotta make sure I deselect all icons when I start.
by SpiritCode
Sun Nov 03, 2024 5:31 pm
Forum: General Discussion
Topic: ListIcon messages help needed
Replies: 6
Views: 1315

ListIcon messages help needed

I ran my little program in debug mode in order to test the list icon gadget messages.
When I left click it works fine I'm getting a single message but when I double click I am getting 3 messages: two left click an one double click
Is this normal or I made a mistake in my code ???
The problem is I ...
by SpiritCode
Tue Jul 02, 2024 1:42 am
Forum: General Discussion
Topic: PB 6.11 causing AV warning
Replies: 12
Views: 2398

Re: PB 6.11 generates virus

After diging deeper into the problem, I discovered that when my AV put a PB compilation into quarantine it denied access to any other compilation.
That being said I discovered that some code that used to work with previous linker now generates code with virus according to several AVs.

This simple ...
by SpiritCode
Tue Jul 02, 2024 12:18 am
Forum: General Discussion
Topic: PB 6.11 causing AV warning
Replies: 12
Views: 2398

Re: PB 6.11 generates virus

I forgot to specify that I'm using Windows 10 and the PB version 6.11 is 64 bit.

I just tested version 6.11 32 bit on same computer and it works fine, no virus detection.
by SpiritCode
Mon Jul 01, 2024 11:52 pm
Forum: General Discussion
Topic: PB 6.11 causing AV warning
Replies: 12
Views: 2398

PB 6.11 causing AV warning

I just tried PB v6.11 LTS and all the .exe files generated by the linker are detected as a virus by my anti virus BitDefender. The thing is it's not the only one. I submitted the exe file to VirusTotal site and many other AVs are detecting the same virus. Anyone else having this problem ?
I can't ...
by SpiritCode
Mon Oct 22, 2018 1:13 am
Forum: Coding Questions
Topic: Bug with ClearGadgetItems + EditorGadget
Replies: 7
Views: 2429

Re: Bug with ClearGadgetItems + EditorGadget

PB 5.62 (x64) tested on Win 7
No problem here with 5.62 (x64) on Win 7. Can you try it on another PC, to rule yours out?

I tried on 2 different PCs, one with Win7 and other with Win 10
You have to try it several times, I have seen 1 or 2 shots working but most of the time it does'nt
If I clear ...
by SpiritCode
Sun Oct 21, 2018 2:06 am
Forum: Coding Questions
Topic: Bug with ClearGadgetItems + EditorGadget
Replies: 7
Views: 2429

Bug with ClearGadgetItems + EditorGadget

PB 5.62 (x64) tested on Win 7 & win 10

An EditorGadget is filled with enough elements to show scrolling bar. If I scroll using the bar and then erase all elements with Clear button (ClearGadgetItems) , the scrolling bar stays on
and everything is screwed-up if adding new elements with keyboard ...