Search found 438 matches

by nicolaus
Sat Dec 02, 2023 8:44 pm
Forum: Applications - Feedback and Discussion
Topic: PB.Ex WebGadget (Windows) (WebKit)
Replies: 97
Views: 107365

Re: PB.Ex WebGadget (Windows) (WebKit)

Nice lib, thank you.

I have one question, if I download a file from a website, how can I change the default save location for downloads in the gadget?

Thank you
by nicolaus
Mon Jul 24, 2023 2:03 pm
Forum: Tricks 'n' Tips
Topic: WebUI wrapper
Replies: 43
Views: 11643

Re: WebUI wrapper

Very nice, thank you.
How to show it direct in a browser (for example Chrome) without a extra own window?
by nicolaus
Thu Dec 23, 2021 5:00 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] CalendarEx - Gadget (all OS)
Replies: 32
Views: 16108

Re: [Module] CalendarEx - Gadget (all OS)

more specific the follow entry will not work because of a year change
CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer", "", "", CalendarEx::GetDate(27, 12, 2021), CalendarEx::GetDate(9, 1, 2022))

but this works as expected
CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer ...
by nicolaus
Thu Dec 23, 2021 4:54 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] CalendarEx - Gadget (all OS)
Replies: 32
Views: 16108

Re: [Module] CalendarEx - Gadget (all OS)

Hi,

very nice Module thank you very much.
Unfortunataly some thing don't work as it should be.
If I run the file CalendarExModule.pbi with the included example, a added entry will not shown if you dont have a proper end date set.

For example:
CalendarEx::AddEntry(#Calendar, "Thorsten", "Birthday ...
by nicolaus
Sun Oct 17, 2021 4:17 pm
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 228994

Re: COMatePLUS version 1.2

Can some one please uploiad the latest version for download? On RSBasic's side it is not downloadable at all.

Thank you!
by nicolaus
Mon Dec 14, 2020 9:22 am
Forum: General Discussion
Topic: SWV: A simple HTML/JS desktop GUI engine for PB
Replies: 68
Views: 30320

Re: SWV: A simple HTML/JS desktop GUI engine for PB

Hi,

I'm not able to run the DEMO at all.
If i start the SWV_Demo1.exe, e message shows that this is a demo and will only run for the next 21 days.

If i try the code in PB, with x64 version of PB, i get a memory exception in line
SWV_New (0, 0, 0, 990, 480, main_UI_filepath$, WindowID(0

If i ...
by nicolaus
Thu Nov 05, 2020 1:05 pm
Forum: Coding Questions
Topic: Error Message whene SendMail() failed
Replies: 3
Views: 1388

Re: Error Message whene SendMail() failed

via search in forum i found a thread for a MailError function back in 2017. ( http://forums.purebasic.com/english/viewtopic.php?f=3&t=69409&p=513858&hilit=SendMail+error&sid=3458fdae86fb6b7620ff65ce1935d206#p513858) So it seems like after 3 years!!! there is still no way to get detailed error ...
by nicolaus
Thu Nov 05, 2020 12:55 pm
Forum: Coding Questions
Topic: Error Message whene SendMail() failed
Replies: 3
Views: 1388

Error Message whene SendMail() failed

Hi all,

I currently try to send mail via #PB_Mail_UseSSL with the SendMail function.
While the send proccess, ther is a error (MailProgress() return a #PB_Mail_Error)

Now my question is how can i get a detailed error message?
Where can i find the return message from smtp server?

Thank you
by nicolaus
Sun Feb 02, 2020 10:26 pm
Forum: Tricks 'n' Tips
Topic: Filterbar in a ListIcon Header EXAMPLE
Replies: 17
Views: 10061

Re: Filterbar in a ListIcon Header EXAMPLE

Regarding Flypes code from here: https://www.purebasic.fr/english/viewtopic.php?p=149777#p149777
The line highlighted in the PB gui is:
CallFunctionFast(GetProp_(hwnd, "USER_HPROC"), filter\pszText, *lParam\iItem)


I've tried to compile it with PB 5.72 LTS Beta 1 (x64).

Does anybody know how to ...
by nicolaus
Sun Feb 02, 2020 9:25 pm
Forum: Coding Questions
Topic: IBM websphere MQ and Purebasic posible?
Replies: 2
Views: 1110

Re: IBM websphere MQ and Purebasic posible?

idle wrote:never tried it but there will be a c api you can import
do you specifically need web sphere or could you use zeromq for instance?
I need Websphere MQ because it is a Webshere MQ server and i have to use the keystore from the IBM MQ to authenticate.
by nicolaus
Sun Feb 02, 2020 8:32 pm
Forum: Coding Questions
Topic: IBM websphere MQ and Purebasic posible?
Replies: 2
Views: 1110

IBM websphere MQ and Purebasic posible?

Hi all,

i would like to ask you if anyone have ever tried to work with IBM Websphere MQ in PureBaisc.
Is it posible and if so, can you show a sample please?

Thank you.
by nicolaus
Thu Jan 09, 2020 4:03 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680182

Re: jaPBe 3.13.4 [IDE for PB 4 and PB 5]

RSBasic: The site times out on downloads and can't be reached.

Purearea: Refers you to the home site, which of course no longer exists.

Shame, I'd like to have a look at jaPBe.

What are you looking for? The source of jaPBe or the compiled editor?
On Saturday I'm back at home, that I can upload ...
by nicolaus
Fri Sep 20, 2019 9:22 am
Forum: Coding Questions
Topic: [HELP] Converting a cpp header file
Replies: 5
Views: 2141

Re: [HELP] Converting a cpp header file

and my translation to PB (with your help) looks like this
#AC_OFF = 0
#AC_REPLAY = 1
#AC_LIVE = 2
#AC_PAUSE = 3
#AC_PRACTICE = 0
#AC_QUALIFY = 1
#AC_RACE = 2
#AC_HOTLAP = 3
#AC_TIME_ATTACK = 4
#AC_DRIFT = 5
#AC_DRAG = 6
#AC_HOTSTINT = 7
#AC_HOTLAPSUPERPOLE = 8
#AC_NO_FLAG = 0
#AC_BLUE_FLAG = 1
#AC ...
by nicolaus
Fri Sep 20, 2019 9:21 am
Forum: Coding Questions
Topic: [HELP] Converting a cpp header file
Replies: 5
Views: 2141

Re: [HELP] Converting a cpp header file

The full header looks like this

#pragma once

enum class PenaltyShortcut : int {
None,
DriveThrough_Cutting,
StopAndGo_10_Cutting,
StopAndGo_20_Cutting,
StopAndGo_30_Cutting,
Disqualified_Cutting,
RemoveBestLaptime_Cutting,

DriveThrough_PitSpeeding,
StopAndGo_10_PitSpeeding,
StopAndGo ...
by nicolaus
Fri Sep 20, 2019 9:11 am
Forum: Coding Questions
Topic: [HELP] Converting a cpp header file
Replies: 5
Views: 2141

Re: [HELP] Converting a cpp header file

Here:
Is it for a hack?
First of all thank you, i will try it out.

No, it is not for a hack, it is for a official shared memory interface, from a game called Assetto Corsa Competitione (Race Sim), where i drive by my own in eSports.
With this shared memory interface it is posible to get a lot of ...