Search found 9 matches

by papet34
Tue Jan 17, 2023 8:12 am
Forum: Coding Questions
Topic: PopupMenu with PB6
Replies: 1
Views: 476

PopupMenu with PB6

It seems that CreatePopupMenu and/or DisplayPopupMenu don't work with PB 6.0. The popupMenu is not displayed with the rightClick in the example of the Help.
by papet34
Mon Sep 23, 2019 9:49 am
Forum: Mac OSX
Topic: PopupMenu () and Event_RightClick on window
Replies: 3
Views: 2177

Re: PopupMenu () and Event_RightClick on window

I use the right mouse button.
by papet34
Mon Sep 23, 2019 8:45 am
Forum: Mac OSX
Topic: PopupMenu () and Event_RightClick on window
Replies: 3
Views: 2177

PopupMenu () and Event_RightClick on window

Hi,
I am running the example of the CreatePopupMenu () statement. Right click on the window does not show anything!
If I add Debug "right click" in the event #PB_Event_RightClick, the event is well detected, so the statement DisplayPopupMenu (0, WindowID (0)) does not work...
Same as CreateImageMenu ...
by papet34
Fri Jul 19, 2019 11:00 am
Forum: Coding Questions
Topic: WebGadget and accents
Replies: 3
Views: 1241

Re: WebGadget and accents

Oups ! It's also ok with WebGadget #2.
Thanks Bisonte.
by papet34
Fri Jul 19, 2019 8:28 am
Forum: Coding Questions
Topic: WebGadget and accents
Replies: 3
Views: 1241

Re: WebGadget and accents

Thank you Bisonte.
It's better ! With UrlEncoder, WebGadget # 1 (repertory name with accent) works fine.
WebGadget # 2 (file name with accent) still does not display ...
by papet34
Fri Jul 19, 2019 5:39 am
Forum: Coding Questions
Topic: WebGadget and accents
Replies: 3
Views: 1241

WebGadget and accents

Sorry but it's still about the accents ...
Accents in file or directory names are not supported by the WebGadget. Is this normal?

OpenWindow(0, 10, 10, 1200, 500, "Essai", #PB_Window_SystemMenu)
cat1$ = "Reaction" : cat2$ = "Réaction"
t1$ = "e.html" : t2$ = "é.html"
gRacine$ = "/PureBasic ...
by papet34
Thu Jul 18, 2019 8:14 am
Forum: Coding Questions
Topic: PokeS() with Ascii format
Replies: 4
Views: 1559

Re: PokeS() with Ascii format

Thanks Danilo. I am not affected by the age limit ! ;-)
by papet34
Tue Jul 09, 2019 5:44 am
Forum: Coding Questions
Topic: PokeS() with Ascii format
Replies: 4
Views: 1559

Re: PokeS() with Ascii format

Hello mk-soft,
With your program, slightly modified compared to mine, it works too but if I restart my example I always lose accents ... Do you get a correct result with my source unchanged?
I checked the PB preferences (these are the original ones: Source Text Encoding UTF8)
PureBasic 5.70 LTS ...
by papet34
Mon Jul 08, 2019 9:34 am
Forum: Coding Questions
Topic: PokeS() with Ascii format
Replies: 4
Views: 1559

PokeS() with Ascii format

Hi,
Retired developer, I continue to program for fun. I discovered Pure Basic nine months ago and enjoy converting old programs in Mac OS.
I have a little problem that looks very much like a bug.
Here is a piece of code to illustrate this abnormal behavior: we see that the same string loses its ...