Search found 1427 matches

by Andre
Wed Mar 27, 2024 12:21 am
Forum: Bugs - Documentation
Topic: Update bundled SDK's DocMaker help file
Replies: 2
Views: 140

Re: Update bundled SDK's DocMaker help file

If I understand right, you mean the 'Readme.txt' file in the 'PureBasic/SDK/DocMaker' drawer. This is something which isn't present/updated in our 'PureBasic SVN', so only Fred himself can update that file... but you're right, some smaller things (PB version...) should probably be updated.
by Andre
Wed Mar 27, 2024 12:16 am
Forum: Bugs - Documentation
Topic: Interface_IUnknown.pb completely missing from documentation
Replies: 1
Views: 152

Re: Interface_IUnknown.pb completely missing from documentation

You're right with your bug-report. The file 'Interface_IUnknown.pb' is present in our 'PureBasic SVN' (examples drawer), but it's not included in the final PB package. So the link in the docs is correct, but can't work because of the missing file... Looks like something is wrong/missing in the build...
by Andre
Fri Mar 08, 2024 12:39 am
Forum: Feature Requests and Wishlists
Topic: Map read-only or no-create-on-search states
Replies: 5
Views: 207

Re: Map read-only or no-create-on-search states

There were previous feature requests about this - see here: https://www.purebasic.fr/english/viewtopic.php?p=576259
by Andre
Sat Mar 02, 2024 8:36 pm
Forum: 3D Programming
Topic: PB 6.00 - Shader documentation
Replies: 7
Views: 1948

Re: PB 6.00 - Shader documentation

As far as I can see, all or most of the text above is included in the PB docs now. Anything more to do? Then please post bug-reports / suggestions here: https://www.purebasic.fr/english/viewforum.php?f=37
by Andre
Sat Mar 02, 2024 8:07 pm
Forum: Bugs - Documentation
Topic: Update infos for implemented WebGadget functions for MacOS
Replies: 1
Views: 1467

Re: Update infos for implemented WebGadget functions for MacOS

Is this still an issue with the latest PB6.10 updates / docs?
by Andre
Sat Mar 02, 2024 8:05 pm
Forum: Bugs - Documentation
Topic: GadgetTooltip
Replies: 1
Views: 3639

Re: GadgetTooltip

If GadgetToolTip() officially works for TextGadgets in PB, then it should be added in the docs. But that's something Fred should know...
by Andre
Sat Mar 02, 2024 8:02 pm
Forum: Bugs - Documentation
Topic: MoveNode() + MoveEntity()
Replies: 2
Views: 1819

Re: MoveNode() + MoveEntity()

This is something, the PB 3D experts (I'm not) should improve in the docs.
by Andre
Sat Mar 02, 2024 7:59 pm
Forum: Bugs - Documentation
Topic: [Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType
Replies: 1
Views: 238

Re: PureBasic 6.10 beta 6 - ListIconGadget - EventType

There is an error in the DocMaker when using the @Command link inside a @FixedFont block.
The related line was changed into using "...GetGadgetAttribute()..." (without link to related command) to workaround this error.
So fixed :)
by Andre
Sat Mar 02, 2024 7:57 pm
Forum: Bugs - Documentation
Topic: [6.10 Beta 6] SetGadgetItemAttribute() with #PB_ListIcon_ColumnAlignment
Replies: 2
Views: 234

Re: [6.10 Beta 6] SetGadgetItemAttribute() with #PB_ListIcon_ColumnAlignment

Any concrete suggestion for changing the docs? Thank you :)
by Andre
Sat Mar 02, 2024 7:33 pm
Forum: Bugs - Documentation
Topic: GetCurrentDirectory() - wrong constants
Replies: 2
Views: 235

Re: GetCurrentDirectory() - wrong constants

Thanks for your suggestions.
But Fred should confirm, what's the intended behavior first, before I adapt the docs...
by Andre
Sat Mar 02, 2024 7:30 pm
Forum: Bugs - Documentation
Topic: Default value for "Color" in DisplayTransparentSprite
Replies: 1
Views: 229

Re: Default value for "Color" in DisplayTransparentSprite

True, there is missing something about this in the docs.
But only Fred or fr34k can tell...
by Andre
Sat Mar 02, 2024 7:29 pm
Forum: Bugs - Documentation
Topic: Add an Example of Returning A String from a DLL
Replies: 5
Views: 368

Re: Add an Example of Returning A String from a DLL

Anyone with a concrete suggestion for another sentence at 'Remarks when returning a string from DLL"?

I just checked the (german) docs, and there couldn't be found a remark about pointers etc...

It's not a topic I'm familiar with, so I'm asking here... :oops:
by Andre
Sat Feb 24, 2024 5:28 pm
Forum: General Discussion
Topic: Updating PureBasic
Replies: 4
Views: 480

Re: Updating PureBasic

If you have bought your PureBasic full-version long time ago at 'MasterCreating' (a formerly publisher working for Fred) you have probably used their download area at that time. In this case you need to contact Fred himself (via e-mail at 'fred -at- purebasic.com') with a copy of the invoice as atta...
by Andre
Mon Feb 12, 2024 8:11 pm
Forum: Bugs - Documentation
Topic: Missing PBCompiler parameters
Replies: 7
Views: 2595

Re: Missing PBCompiler parameters

Thank you, Sicro! :)

@Fred/freak: could you please check, what's the intended behaviour on each PB platform and what should be changed/added in the reldated documentation. Thanks!
by Andre
Mon Feb 12, 2024 1:30 pm
Forum: Bugs - Documentation
Topic: Examples for Documentation
Replies: 24
Views: 3653

Re: Examples for Documentation

UsePNGImageDecoder ; Select and show PNG File until ALT-F4 is pressed. UsePNGImageDecoder() ;Activates support for PNG images, here for LoadImage in line 9. ExamineDesktops() ;Determine information about the screens the number of pixels, ;here For DesktopHeight And DesktopWidth. #screen=0 ;Select a...