Search found 1404 matches
- Sun Nov 12, 2023 6:20 pm
- Forum: Tricks 'n' Tips
- Topic: Some date functions supporting also dates prior to 1970
- Replies: 36
- Views: 18784
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 ...
- Sat Nov 11, 2023 6:47 pm
- Forum: Tricks 'n' Tips
- Topic: Some date functions supporting also dates prior to 1970
- Replies: 36
- Views: 18784
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...
- Tue Oct 31, 2023 1:12 pm
- Forum: Applications - Feedback and Discussion
- Topic: [Module] Named Pipe (Windows & MacOS)
- Replies: 11
- Views: 4039
Re: [Module] Named Pipe (Windows & MacOS)
Thanks for confirmation, I've done a bug-report here: viewtopic.php?t=82778
- Tue Oct 31, 2023 1:11 pm
- Forum: Bugs - Windows
- Topic: PB6.03 LTS (x64,ASM) - bug with #PB_Compiler_IsMainFile and CompilerCase
- Replies: 4
- Views: 346
PB6.03 LTS (x64,ASM) - bug with #PB_Compiler_IsMainFile and CompilerCase
Save this as "CompilerCase_Bug_include.pbi": ; The following code should only compile/run, if this module (.pbi) file is executed directly, ; but not when (only) included in another PB source! CompilerIf #PB_Compiler_IsMainFile Modus = 0 #Server = 1 #Client = 2 #Modus = #Server CompilerSel...
- Tue Oct 31, 2023 12:59 pm
- Forum: Bugs - Windows
- Topic: [PB 6.03 LTS] German umlauts not shown in error message
- Replies: 11
- Views: 1227
Re: [PB 6.03 LTS] German umlauts not shown in error message
@juergenkulow: sorry, no... I'm no Linux user. Unfortunately my fix (changing the catalog files into UTF-8 format) seems not to work on Linux then... but I have no idea, what can be done here...
- Tue Oct 31, 2023 11:19 am
- Forum: Bugs - Windows
- Topic: [PB 6.03 LTS] German umlauts not shown in error message
- Replies: 11
- Views: 1227
Re: [PB 6.03 LTS] German umlauts not shown in error message
I just converted a locale files to UTF-8 format (if not already done before, which was the case for most english catalog files and some french catalog files). You can download the package here: http://www.purearea.net/pb/download/Catalogs_PB6.03LTS.zip and copy in into your PB folder. I've submitted...
- Tue Oct 31, 2023 11:04 am
- Forum: Applications - Feedback and Discussion
- Topic: [Module] Named Pipe (Windows & MacOS)
- Replies: 11
- Views: 4039
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...
- Sat Oct 07, 2023 2:46 pm
- Forum: Bugs - Windows
- Topic: [PB 6.03 LTS] German umlauts not shown in error message
- Replies: 11
- Views: 1227
Re: [PB 6.03 beta 4] German umlaut not shown in error message
I just checked the files on SVN for PB docs / catalogs: there is everything fine with german umlauts...
@Fred: ...but maybe the catalog files need to be stored / handled as UTF8 files (instead as ANSI as what they are saved at moment) ??
@Fred: ...but maybe the catalog files need to be stored / handled as UTF8 files (instead as ANSI as what they are saved at moment) ??
- Fri Sep 29, 2023 8:35 pm
- Forum: Tricks 'n' Tips
- Topic: SliderGadget
- Replies: 18
- Views: 1723
Re: SliderGadget
Looks good, thank you 

- Wed Sep 27, 2023 8:37 pm
- Forum: Coding Questions
- Topic: Sort a list alphanumerically
- Replies: 14
- Views: 589
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 ...
- Wed Sep 27, 2023 8:23 pm
- Forum: Bugs - Documentation
- Topic: Examples for Documentation
- Replies: 20
- Views: 2093
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
- 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

- Wed Sep 27, 2023 8:53 am
- Forum: Coding Questions
- Topic: Sort a list alphanumerically
- Replies: 14
- Views: 589
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...
- Tue Sep 26, 2023 9:42 pm
- Forum: Bugs - Documentation
- Topic: Examples for Documentation
- Replies: 20
- Views: 2093
Re: Examples for Documentation
Examples added to Packer library docs:
- UncompressPackFile
- AddPackFile
Both in a slightly modified and commented form. Thanks, AZJIO!
- UncompressPackFile
- AddPackFile
Both in a slightly modified and commented form. Thanks, AZJIO!
- Mon Sep 25, 2023 11:22 pm
- Forum: Bugs - IDE
- Topic: AddEndKeywords Preference Item Description
- Replies: 1
- Views: 536
Re: AddEndKeywords Preference Item Description
Fixed for english + german locale files (for now).
- Mon Sep 25, 2023 8:50 pm
- Forum: Bugs - Documentation
- Topic: Examples for Documentation
- Replies: 20
- Views: 2093
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...