Search found 1725 matches

by davido
Thu Jul 14, 2022 7:04 pm
Forum: Coding Questions
Topic: Detect circle in picture
Replies: 13
Views: 905

Re: Detect circle in picture

@ jacdelad,
Thanks for bringing this up.
I'm finding it very interesting but having difficulty trying to understanding how idle's code works.

I presume by 'binarised' you are referring to 'black & white'. Perhaps temporarily changing the black and white to blue and yellow might help?
by davido
Mon Jun 27, 2022 6:56 pm
Forum: Coding Questions
Topic: On Dates and Formatting
Replies: 11
Views: 1105

Re: On Dates and Formatting

@C87,
Nice :) Thank you for sharing.
by davido
Wed Jun 15, 2022 7:15 pm
Forum: Tricks 'n' Tips
Topic: decimal floating point in PB
Replies: 14
Views: 1081

Re: decimal floating point in PB

@jack,

Looks great.
Thank you for sharing. :D
by davido
Sun Jun 12, 2022 7:01 pm
Forum: Coding Questions
Topic: Is there a way to know when you reach end of a dastasection?
Replies: 6
Views: 468

Re: Is there a way to know when you reach end of a dastasection?

@skywalk,
Clever!
I hope that I can remember this when I need it!?
by davido
Wed Apr 27, 2022 6:42 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] EditorEx (Custom Editor Gadget)
Replies: 60
Views: 24586

Re: [Module] EditorEx (Custom Editor Gadget)

@Thorsten1867, Thank you, very much. :D
by davido
Wed Mar 30, 2022 6:43 pm
Forum: General Discussion
Topic: C to PureBasic Transpiler
Replies: 25
Views: 2528

Re: C to PureBasic Transpiler

@fsw,
I don't recall seeing a transpiler, however I think it would be very useful, should one be made available.
by davido
Sun Mar 27, 2022 7:11 pm
Forum: Coding Questions
Topic: Writing to a control from a thread
Replies: 27
Views: 1919

Re: Writing to a control from a thread

@infratec,
Nice and useful example. Thank you.
by davido
Fri Mar 25, 2022 7:29 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PdfVectorOutput( for windows please )
Replies: 2
Views: 523

Re: PdfVectorOutput( for windows please )

I'm sure that this wish has been anticipated, however...
+1
by davido
Sun Feb 20, 2022 7:48 pm
Forum: Tricks 'n' Tips
Topic: TreeSize: Get sizes of a directory and its sub-directories
Replies: 16
Views: 1948

Re: TreeSize: Get sizes of a directory and its sub-directories

@Little John,

I'll find this very useful. Thank you for sharing. :D
Tested on a MacBook m1, PB5.73LTS, X64
by davido
Sun Feb 13, 2022 7:44 pm
Forum: 3D Programming
Topic: Cube in OpenGL
Replies: 4
Views: 1084

Re: Cube in OpenGL

@threedslider,
Thank you, very much.
I once wondered how to do this, now I know. :D

Worked straight off on my MacBook m1, PB-5.73 LTS.
by davido
Wed Feb 02, 2022 8:31 pm
Forum: Coding Questions
Topic: Vector Drawing in a thread?
Replies: 2
Views: 383

Vector Drawing in a thread?

I seem to recall having once seen a post regarding this, however I have been unable to find any reference in the manual or in posts.

Can someone tell me if Vector Drawing can take place in a thread?
by davido
Wed Jan 19, 2022 7:43 pm
Forum: Feature Requests and Wishlists
Topic: PanelGadget() and GadgetToolTip()
Replies: 9
Views: 1477

Re: PanelGadget() and GadgetToolTip()

Little John wrote: Tue Jan 18, 2022 10:21 pm When using GadgetToolTip() with a PanelGadget(), we currently can only assign 1 tooltip to the whole gadget.
It would be very useful to be able to assign individual tooltips to each tab of a PanelGadget.
+1
by davido
Sat Dec 18, 2021 7:28 pm
Forum: Feature Requests and Wishlists
Topic: multiline and array
Replies: 12
Views: 3751

Re: multiline and array

I suggest that you look at this work-around by Little John:

https://www.purebasic.fr/english/viewto ... 49#p453449

Example:

Code: Select all

CreateArray(a$, "['dog', 'cat', 'mouse']").
by davido
Thu Nov 11, 2021 7:49 pm
Forum: Feature Requests and Wishlists
Topic: CatchPack
Replies: 13
Views: 3165

Re: CatchPack

+1