Search found 1187 matches

by dige
Mon Apr 22, 2024 3:36 pm
Forum: Bugs - Windows
Topic: PROCESSENTRY32 structure failure in 6.11 beta 1
Replies: 3
Views: 145

Re: PROCESSENTRY32 structure failure in 6.11 beta 1

It would be nice if you could either post the correct line of code or the link to the thread mentioned. Thank you :wink:
by dige
Mon Apr 22, 2024 3:29 pm
Forum: Coding Questions
Topic: Need help making code x64 compatible
Replies: 6
Views: 1434

Re: Need help making code x64 compatible

Since PB6.11B1 there is a 'Syntax error' @ line 364

Code: Select all

OleCreatePropertyFrame_(*object\hwnd, 0, 0, @FilterInfo\achName, 1, @*pFilterUnk, caGUID\cElems, caGUID\pElems, 0, 0, #Null) : Debug "7"
Does anyone knows, what the problem could be?
by dige
Fri Apr 19, 2024 7:07 am
Forum: Coding Questions
Topic: EditorGadget() placeholder text
Replies: 8
Views: 600

Re: EditorGadget() placeholder text

RASHAD wrote: Thu Apr 18, 2024 10:44 pm Hi jacdelad
Is that mean he should pay me $20 per month :mrgreen:
RASHAD my friend! What is your bank account? :D :mrgreen:
by dige
Thu Apr 18, 2024 7:19 pm
Forum: Coding Questions
Topic: EditorGadget() placeholder text
Replies: 8
Views: 600

Re: EditorGadget() placeholder text

RASHAD wrote: Wed Apr 17, 2024 5:42 pm Hi dige
I tried to use #EM_SETCUEBANNER with the editor but I failed :)
[..]
Nevertheless, thanks RASHAD, it looks better :-)
by dige
Wed Apr 17, 2024 3:58 pm
Forum: Coding Questions
Topic: EditorGadget() placeholder text
Replies: 8
Views: 600

EditorGadget() placeholder text

hi guys, does anyone know how I can assign a placeholder text to the editor gadget? I have not found anything with the forum search. Chat GPT has suggested an interesting, working solution - but isn't there a simpler way? ; Created by ChatGPT4 ; Konstanten für die Gadget-IDs Enumeration #Editor EndE...
by dige
Fri Apr 12, 2024 3:38 pm
Forum: Coding Questions
Topic: Get data from opened website
Replies: 7
Views: 514

Re: Get data from opened website

I haven't really understood what you want to do yet.

If you want to read dynamic data from the DOM, this is probably only possible via Javascript injection. If you want to read the static html, you can read it with GetgadgetText or use httpRequest()
by dige
Mon Apr 08, 2024 7:59 am
Forum: Windows
Topic: EXIFRead library
Replies: 8
Views: 5121

Re: EXIFRead library

Hi boddhi, I would like to give it a try it if it was suitable for x86. I'm particularly interested in whether it can read the Exif data from HEIC images correctly.

Kind regards

Dige
by dige
Sun Mar 31, 2024 6:56 pm
Forum: 3D Programming
Topic: Simple night day demo
Replies: 1
Views: 172

Re: Simple night day demo

Nice! Thx for sharing
by dige
Tue Mar 26, 2024 3:08 pm
Forum: Announcement
Topic: MixPerfect
Replies: 29
Views: 1414

Re: MixPerfect

Great, I'd love to try it out soon.
On what basis did you programme the sound playback?
by dige
Mon Mar 25, 2024 9:39 am
Forum: Coding Questions
Topic: Getting the number of lines visible in normal ListIconGadget
Replies: 2
Views: 143

Re: Getting the number of lines visible in normal ListIconGadget

Code: Select all

SendMessage_(GadgetID(#Gadget_ListIcon),#LVM_GETCOUNTPERPAGE,0,0)
by dige
Sun Mar 24, 2024 6:24 pm
Forum: Tricks 'n' Tips
Topic: Edge WebGadget - Set BrowserArguments, UserDataFolder (Windows)
Replies: 4
Views: 503

Re: Edge WebGadget - Set BrowserArguments, UserDataFolder (Windows)

Thank you breeze4me for the example of setting webgadget parameters at startup. Unfortunately, I was unable to test the second example due to a lack of intelligence and now I feel completely stupid. :cry: Would you be so kind as to add a few more explanations? What happens to the code? How can I tes...
by dige
Fri Mar 22, 2024 10:07 am
Forum: The PureBasic Editor
Topic: [IDE Tool] Search in PB Files
Replies: 10
Views: 678

Re: [IDE Tool] Search in PB Files

Thanks Hexor, that's certainly useful. How can I try it out? Which parameters are required?
by dige
Tue Mar 12, 2024 3:14 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 75
Views: 4908

Re: atomic web server threads

tried it with a simple index.html ... same problem