Search found 20 matches

by Bmld756
Thu Apr 24, 2025 5:38 pm
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Re: Graphic divide by 2 on Mac M1

I confirm a problem, when the source is create on Imac intel , the option change nothing on the MacBook Air.

Image

Image


I have to create a new file, copy past the code and then the option work fine.
by Bmld756
Thu Apr 24, 2025 7:12 am
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Re: Graphic divide by 2 on Mac M1

Hello,

Thank for the test, now it works but I had the result divide by 2 without modify this option. I have update PB .... so effectively it is not a bug.
by Bmld756
Wed Apr 23, 2025 8:54 pm
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Re: Graphic divide by 2 on Mac M1

Hello

The options, a little difference between the French and the English. I test with this option and no change.

Image

Image

Image
by Bmld756
Wed Apr 23, 2025 4:44 pm
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Re: Graphic divide by 2 on Mac M1

Hello,

My photos have disappeared...

link to the graphic correct http://bmaillard.free.fr/PureBasic/jeu1.png

Link to the graphic M1 http://bmaillard.free.fr/PureBasic/jeu2.png
by Bmld756
Wed Apr 23, 2025 12:30 pm
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Re: Graphic divide by 2 on Mac M1

Hello,

I don't find this option on Mac, just an option " facteur d'échelle DPI for windows".£I test it and the result is the same. Another thing, when I copy past the code in a new windows editor, the result is correct without modify any option.
by Bmld756
Wed Apr 23, 2025 11:24 am
Forum: Bugs - Mac OSX
Topic: Graphic divide by 2 on Mac M1
Replies: 11
Views: 2219

Graphic divide by 2 on Mac M1

Hello,

To learn to program on my first computer, a HP model 85, I create a little game 45 years ago. I want to write it with PB, but I found a difference between PB 6,20 on Imac Sequoia and PB 6.20 on MacBook M1 pb 6.20

On each case , it is the same code share via google drive.

The game compile ...
by Bmld756
Sun Apr 20, 2025 3:54 pm
Forum: Coding Questions
Topic: Hang on reopen file?
Replies: 4
Views: 391

Re: Hang on reopen file?

Hello,

I works on Imac 2012/16gb - Sequoia with OCPL , macBook M1 Sonoma, PC windows10 and PB 6,20. I try to open lot .pb someone already open without problème. i work's on big projet with about 20 files and I never notice a problem. I works via Google Drive and I open the file on each computer ...
by Bmld756
Fri Feb 07, 2025 5:01 pm
Forum: Bugs - Mac OSX
Topic: InputRequester cuts off text
Replies: 5
Views: 4225

Re: InputRequester cuts off text

Hello,
I don't have this issue.

Image
by Bmld756
Mon Feb 03, 2025 10:07 pm
Forum: Coding Questions
Topic: I'm little bit confused about Color Byte Order on different Systems
Replies: 5
Views: 2007

Re: I'm little bit confused about Color Byte Order on different Systems

and on an Apple silicon M1


------------------------------
PB::InitSytemColorMask
Color order in Memory Channel + ByteNo -> maybe wrong for BigEndian (PowerPC)
Red-Channel = 0
Green-Channel = 1
Blue-Channel = 2
Alpha-Channel = 3

Pointers of TSystemColor Structure
@SysCol =6099859324
@SysCol\col ...
by Bmld756
Mon Feb 03, 2025 10:05 pm
Forum: Coding Questions
Topic: I'm little bit confused about Color Byte Order on different Systems
Replies: 5
Views: 2007

Re: I'm little bit confused about Color Byte Order on different Systems

Hello, that is the result on IMAC / Sequoia intel

------------------------------
PB::InitSytemColorMask
Color order in Memory Channel + ByteNo -> maybe wrong for BigEndian (PowerPC)
Red-Channel = 0
Green-Channel = 1
Blue-Channel = 2
Alpha-Channel = 3

Pointers of TSystemColor Structure
@SysCol ...
by Bmld756
Wed Nov 13, 2024 10:48 am
Forum: Bugs - IDE
Topic: [PB 6.12] IDE locks up running console program
Replies: 6
Views: 4326

Re: [PB 6.12] IDE locks up running console program

Hello, I tested your code without problème on Ocpl-sequoia.
by Bmld756
Fri Oct 18, 2024 7:21 pm
Forum: Coding Questions
Topic: ScrollAreaGadget with 2 fingers
Replies: 4
Views: 1018

Re: ScrollAreaGadget with 2 fingers

Thank for your Help.
by Bmld756
Fri Sep 20, 2024 9:02 pm
Forum: Coding Questions
Topic: ScrollAreaGadget with 2 fingers
Replies: 4
Views: 1018

ScrollAreaGadget with 2 fingers

Hello

On PC, the ScrollAreaGadget does not react when I use 2 fingers to scroll. I thought it was standard on Windows. It works in other applications.

On Mac no problem.

Do you have a clue
by Bmld756
Thu Aug 22, 2024 8:54 pm
Forum: Mac OSX
Topic: Unable to preview/open a file including spaces in filename
Replies: 8
Views: 7176

Re: Unable to preview/open a file including spaces in filename

Hello,

That right for RunProgram, but for no problem with the space with SetCurrentDirectory or OpenFile.
by Bmld756
Wed Apr 03, 2024 8:25 am
Forum: Coding Questions
Topic: Gadget on image
Replies: 3
Views: 563

Re: Gadget on image

Fred wrote: Tue Apr 02, 2024 10:18 pm You should use a Canvasgadget() with container flag, gadget overlapping isn't supported in PB
That's what I thought. Thank.