Jump to content

Recommended Posts

Posted

 

Hello, version 4.4 does not work correctly in full screen mode.

So I've returned to version 4.3 that does not have a GUI system, any suggestions for creating buttons for a menu and system options?

Mars.jpg.89ab63a64eebc1f5ada0ab82b66a1f8c.jpg

 

 

Posted

I have full screen running correctly in le 4.4, but without the gui system.

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Posted
3 hours ago, cassius said:

Tengo pantalla completa corriendo correctamente en le 4.4, pero sin el sistema gui.

Hello, you mean I did not start the GUI system in version 4.4, will it work correctly Full Screen?

Mars.jpg.89ab63a64eebc1f5ada0ab82b66a1f8c.jpg

 

 

Posted

Seems that there is a change in how fullscreen works. Try:

local s = Vec2(System:GetGraphicsMode(System:CountGraphicsModes() - 1).x, System:GetGraphicsMode(System:CountGraphicsModes() - 1).y)
window = Window:Create("Test",0,0,s.x,s.y,Window.FullScreen)

 

Cyclone - Ultra Game System - Component PreprocessorTex2TGA - Darkness Awaits Template (Leadwerks)

If you like my work, consider supporting me on Patreon!

Posted
local s = Vec2(System:GetGraphicsMode(System:CountGraphicsModes() - 1).x, System:GetGraphicsMode(System:CountGraphicsModes() - 1).y)
window = Window:Create("Test",0,0,s.x,s.y,Window.FullScreen)

No, No work, result Here: 

 

Screen.png

Mars.jpg.89ab63a64eebc1f5ada0ab82b66a1f8c.jpg

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...