Search found 101 matches

by HwyStar
Wed Nov 02, 2022 10:15 pm
Forum: Feature Requests and Wishlists
Topic: Please update LoadImage example "Help Text" code
Replies: 3
Views: 441

Re: Please update LoadImage example "Help Text" code

My bad... But, the command that really needs the help text updated is ImageGadget: All it has in the example code for ImageGadget is this: If OpenWindow(0, 0, 0, 245, 105, "ImageGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) If LoadImage(0, "map.bmp") ; change 2nd pa...
by HwyStar
Wed Nov 02, 2022 5:20 pm
Forum: Feature Requests and Wishlists
Topic: Please update LoadImage example "Help Text" code
Replies: 3
Views: 441

Please update LoadImage example "Help Text" code

The ImageGadget() help text needs to be updated. The help text does not mention using one or all of the Decoders(). Please update it to this: UseJPEGImageDecoder() UseTGAImageDecoder() UsePNGImageDecoder() UseTIFFImageDecoder() UseGIFImageDecoder() If OpenWindow(0, 0, 0, 245, 105, "ImageGadget&...
by HwyStar
Sat Apr 24, 2021 5:11 pm
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 582
Views: 143283

Re: IceDesign (New) modern GUI designer

Nice work on this Window GUI, Chris! I downloaded it earlier today for the first time. 1. Do you have any long-term plans of adding line drawing to it? 2. Does the object/gadget window support moving the controls up/down to afford tab-key order control? Great work! You've done a great job with the c...
by HwyStar
Fri Apr 23, 2021 11:15 pm
Forum: Coding Questions
Topic: Lost serial port error
Replies: 6
Views: 1049

Re: Lost serial port error

I can't say I helped. But, timers do come in really handy!
by HwyStar
Fri Apr 23, 2021 10:30 pm
Forum: Coding Questions
Topic: Lost serial port error
Replies: 6
Views: 1049

Re: Lost serial port error

I know "zilch" about USB/Serial ports. So...

What about a window timer that checks the status of the port (GetSerialPortStatus())?
by HwyStar
Fri Apr 23, 2021 5:42 pm
Forum: Coding Questions
Topic: Full screen borderless window.
Replies: 9
Views: 2619

Re: Full screen borderless window.

Thanks, Mijikai!

I think I am set. :)
by HwyStar
Fri Apr 23, 2021 5:03 pm
Forum: Coding Questions
Topic: MSFS SimConnect...
Replies: 9
Views: 2188

Re: MSFS SimConnect...

Sorry for the delay. I am working on a honey-do outside. :) I added three Debug Hex(hr) after each procedure to see what hr was always returning. It still has an error after the third procedure call: SimConnect_GetNextDispatch(hSimConnect, @*pData, @cbData) call. Screenprint of main code with debugg...
by HwyStar
Fri Apr 23, 2021 4:17 pm
Forum: Coding Questions
Topic: Full screen borderless window.
Replies: 9
Views: 2619

Re: Full screen borderless window.

captain_skank: Did you want this code posted in this topic: Full Screen borderless window?

If so, then cool! I will have a look at it. Thanks!

If not: I am not so sure that this new forum is always working with "replies" properly.
by HwyStar
Fri Apr 23, 2021 12:08 pm
Forum: Coding Questions
Topic: MSFS SimConnect...
Replies: 9
Views: 2188

Re: MSFS SimConnect...

Thank you for your help, Infratec! I think we are close, but the GetNextDispatch has errored out. Here is a screen print of the code, with the program running and the debug window on top: https://drive.google.com/file/d/1O3_79_uktk3cXlEzq1ROdHN3IV-dC_1G/view?usp=sharing That's a brilliant idea of de...
by HwyStar
Thu Apr 22, 2021 11:08 pm
Forum: Coding Questions
Topic: MSFS SimConnect...
Replies: 9
Views: 2188

Re: MSFS SimConnect...

Hi Infratec, Thanks for the reply, Mate! I am not aware of a way for you to test a compiled PB program, calling a fictitious instance of SimConnect. I am sorry I cannot provide you with a solution that would test the output of the final TextGadget. But I can test it. Once we get this working I want ...
by HwyStar
Thu Apr 22, 2021 9:35 pm
Forum: Coding Questions
Topic: MSFS SimConnect...
Replies: 9
Views: 2188

Re: MSFS SimConnect...

Yup. I'm back at this. The MSFS community has voiced an interest in creating a HUD window display to be used while flying. I really think PB is the answer to what they want. And, I know this would get more notice from other programmers on the MSFS.com and FSDeveloper.com forums. I need your help to ...
by HwyStar
Tue Apr 20, 2021 3:19 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 50370

Re: Chromium Edge WebGadget

I will have a look at that JHP! I just finished a flight/weather info window to be used by flight simulators, and it used many calls to the default browser. It would be much nicer to control the size of the window and where it is placed, to view the generated web pages. You may want to edit the font...
by HwyStar
Tue Apr 20, 2021 11:38 am
Forum: Announcement
Topic: Forums update
Replies: 125
Views: 67661

Re: Forums update

Code: Select all

If Rashad = "Mr. Robot"
 Clap = "your hands."
EndIf
by HwyStar
Tue Apr 20, 2021 11:36 am
Forum: Announcement
Topic: Forums update
Replies: 125
Views: 67661

Re: Forums update

pf shadoko wrote: Mon Apr 19, 2021 10:41 pm 2 remarks :
- can we replace "select all" by "copy all" ?
That would be nice! +1
by HwyStar
Sat Apr 17, 2021 4:38 pm
Forum: Coding Questions
Topic: Transparent background of a TextGadget() over a transparent window?
Replies: 9
Views: 1453

Re: Transparent background of a TextGadget() over a transparent window?

Hi Don't play with system parameters It's very bad practice I just saw your reply, Rashad. So that I understand, since I do very much respect your opinion , what am I doing wrong; and can this affect the overall health of the OS while this is running? Windows only, since MSFS 2020 only runs on wind...