Search found 1442 matches

by Andre
Mon Jan 01, 2024 7:41 pm
Forum: Off Topic
Topic: Happy New Year 2024 !
Replies: 23
Views: 3043

Re: Happy New Year 2024 !

Happy New Year 2024 to all :D
by Andre
Mon Dec 25, 2023 11:22 pm
Forum: Feature Requests and Wishlists
Topic: Update FormatDate() and ParseDate() to the new date range
Replies: 27
Views: 3111

Re: Update FormatDate() and ParseDate() to the new date range

Updated: Date library for full 64bit support (new range is year 1601 to 30827) ... I hadn't the time to test PB 6.10 yet, but what I don't understand is the purpose of the new date range.... I would have expected that a greater supported range of around 29,000 years will go from history (let's say ...
by Andre
Mon Dec 25, 2023 11:15 pm
Forum: Off Topic
Topic: Merry Xmas
Replies: 11
Views: 1883

Re: Merry Xmas

Merry Christmas to all from me too :D
by Andre
Sun Nov 12, 2023 6:20 pm
Forum: Tricks 'n' Tips
Topic: Some date functions supporting also dates prior to 1970
Replies: 36
Views: 19212

Re: Some date functions supporting also dates prior to 1970

Thanks LittleJohn and mk-soft for your modules, I have both stored for later usage :-) Because of my needs (switching between data values and strings, get/set the date in a CalenderGadget, be compatible with Windows and MacOS) I've now used the DateTime module (mk-soft) and could easily switch from ...
by Andre
Sat Nov 11, 2023 6:47 pm
Forum: Tricks 'n' Tips
Topic: Some date functions supporting also dates prior to 1970
Replies: 36
Views: 19212

Re: Some date functions supporting also dates prior to 1970

This Date module is great, but it doesn't compile with the C backend because it uses ASM. Is there an alternative Date module that doesn't use ASM so I can compile my app with the C backend? Thanks! I just stumbled across the same problem. Because of the used ASM in this module I can't compile my w...
by Andre
Tue Oct 31, 2023 1:12 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] Named Pipe (Windows & MacOS)
Replies: 11
Views: 4726

Re: [Module] Named Pipe (Windows & MacOS)

mk-soft wrote: Tue Oct 31, 2023 11:30 am Should not have run through at all, as the file is no longer a MainFile as an include. Must be a bug.
Thanks for confirmation, I've done a bug-report here: viewtopic.php?t=82778
by Andre
Tue Oct 31, 2023 11:04 am
Forum: Applications - Feedback and Discussion
Topic: [Module] Named Pipe (Windows & MacOS)
Replies: 11
Views: 4726

Re: [Module] Named Pipe (Windows & MacOS)

I used this module in my project. It compiled fine... After a long break I tried it again with PB 6.03 LTS (Win x64, ASM) and the use of the module via XIncludeFile causes an error now. And I can't understand this error.... :-/ Just try: 1) If you compile the NamedPipeModule.pbi standalone it compil...
by Andre
Fri Sep 29, 2023 8:35 pm
Forum: Tricks 'n' Tips
Topic: SliderGadget
Replies: 18
Views: 2128

Re: SliderGadget

Looks good, thank you :)
by Andre
Wed Sep 27, 2023 8:37 pm
Forum: Coding Questions
Topic: Sort a list alphanumerically
Replies: 14
Views: 782

Re: Sort a list alphanumerically

Thank you for your suggestions, AZJIO. Good points :-) All about the Help index / tree (made by the DocMaker tool) or removing / changing e.g. the Sort library and moving the commands to the List or Array commands is something for Fred. For now I always tried to add as many as possible useful links ...
by Andre
Wed Sep 27, 2023 8:23 pm
Forum: Bugs - Documentation
Topic: Examples for Documentation
Replies: 24
Views: 3859

Re: Examples for Documentation

Added the examples for following commands:
- ChangeSysTrayIcon
- AddSysTrayIcon
- AddKeyboardShortcut

All with additional comments and all in a bit adapted / simplified form, e.g. for ChangeSysTrayIcon I've used a randomly sized red dot on the yellow background.

Again thanks a lot, AZJIO :D
by Andre
Wed Sep 27, 2023 8:53 am
Forum: Coding Questions
Topic: Sort a list alphanumerically
Replies: 14
Views: 782

Re: Sort a list alphanumerically

I agree it's a bit weird to have a different sort library topics, it should be dispatched into Array and List IMHO Maybe true.... But at least in the 'Overview' of the library documentation it's clearly written which additional commands can be useful (including links to them). For example in the 'L...
by Andre
Tue Sep 26, 2023 9:42 pm
Forum: Bugs - Documentation
Topic: Examples for Documentation
Replies: 24
Views: 3859

Re: Examples for Documentation

Examples added to Packer library docs:
- UncompressPackFile
- AddPackFile

Both in a slightly modified and commented form. Thanks, AZJIO!
by Andre
Mon Sep 25, 2023 11:22 pm
Forum: Bugs - IDE
Topic: AddEndKeywords Preference Item Description
Replies: 1
Views: 1090

Re: AddEndKeywords Preference Item Description

Fixed for english + german locale files (for now).
by Andre
Mon Sep 25, 2023 8:50 pm
Forum: Bugs - Documentation
Topic: Examples for Documentation
Replies: 24
Views: 3859

Re: Examples for Documentation

Examples added for: - WritePreferenceInteger - WritePreferenceString Both in a bit adapted form + together with notes/links from other Preference commands. Example adapted for: - ExaminePreferenceKeys (from MessageRequester to Debug, as 4x the requester is really a bit much) (example for ExaminePref...
by Andre
Sun Sep 24, 2023 11:19 pm
Forum: Bugs - Documentation
Topic: Missing PBCompiler parameters
Replies: 7
Views: 2661

Re: Missing PBCompiler parameters

The help still does not mention the parameters "--listfunctions" etc.
True. This and the other comments is something Fred must look at....