Search found 7 matches
- Tue Aug 22, 2023 3:54 pm
- Forum: Coding Questions
- Topic: Copy Paste gadget editor
- Replies: 6
- Views: 1244
Re: Copy Paste gadget editor
and under linux?
- Mon Aug 21, 2023 7:03 pm
- Forum: Coding Questions
- Topic: Copy Paste gadget editor
- Replies: 6
- Views: 1244
Re: Copy Paste gadget editor
need highlighted text
- Mon Aug 21, 2023 6:27 pm
- Forum: Coding Questions
- Topic: Copy Paste gadget editor
- Replies: 6
- Views: 1244
Copy Paste gadget editor
How to read and write selected text to clipboard? (Copy Paste)
For example in the Editor gadget?
For example in the Editor gadget?
- Sun May 21, 2023 8:24 pm
- Forum: Linux
- Topic: Fade IN/OUT
- Replies: 3
- Views: 1413
Re: Fade IN/OUT
I took a PNG drawing of a black background 1920x1080, and used it for the dimming effect. But why doesn't this code work?!
Enumeration
#Fade
#Sp1
EndEnumeration
Global b.b=255
If Not InitSprite() Or Not InitKeyboard() Or Not InitMouse() Or Not OpenScreen(1920,1080,16,"")
MessageRequester("Error ...
Enumeration
#Fade
#Sp1
EndEnumeration
Global b.b=255
If Not InitSprite() Or Not InitKeyboard() Or Not InitMouse() Or Not OpenScreen(1920,1080,16,"")
MessageRequester("Error ...
- Mon May 01, 2023 12:42 pm
- Forum: Linux
- Topic: Fade IN/OUT
- Replies: 3
- Views: 1413
Fade IN/OUT
Hi!
How to implement fade in\out functions in linux
the ChangeGamma() function does not work on
linux! Here is the code for windows:
InitSprite()
InitKeyboard()
OpenScreen(1920, 1080, 16, "Fade In/Out")
LoadSprite(0, "/home/rndrei/purebasic/examples/sources/Data/PureBasicLogo.bmp")
ChangeGamma ...
How to implement fade in\out functions in linux
the ChangeGamma() function does not work on
linux! Here is the code for windows:
InitSprite()
InitKeyboard()
OpenScreen(1920, 1080, 16, "Fade In/Out")
LoadSprite(0, "/home/rndrei/purebasic/examples/sources/Data/PureBasicLogo.bmp")
ChangeGamma ...
- Tue Mar 07, 2023 11:45 am
- Forum: Game Programming
- Topic: Output to a specific monitor
- Replies: 2
- Views: 1447
Re: Output to a specific monitor
thanks, that's what you need!
- Mon Mar 06, 2023 6:03 am
- Forum: Game Programming
- Topic: Output to a specific monitor
- Replies: 2
- Views: 1447
Output to a specific monitor
Good afternoon
Can you please tell me how to display the image on a specific monitor? Those. I have two monitors and I want the 2d image to be displayed on a specific monitor!
If InitSprite() And InitKeyboard() And OpenScreen(1024,768,16,"")
Repeat
FlipBuffers()
If StartDrawing(ScreenOutput ...
Can you please tell me how to display the image on a specific monitor? Those. I have two monitors and I want the 2d image to be displayed on a specific monitor!
If InitSprite() And InitKeyboard() And OpenScreen(1024,768,16,"")
Repeat
FlipBuffers()
If StartDrawing(ScreenOutput ...