Jump to content

Why when click on window DGS - next click not work?


s2sk

Recommended Posts

Hello. (sry for english and stupid question)

 

I created window and input field on DGS


 

win = DGS:dgsDxCreateWindow(0.18, 0.27, 0.22, 0.3," ",true,0xFF000000,25,nil,0xFFFFFFFF,nil,0xFFFFFFFF,5,true) -- window

emailBoxReg = DGS:dgsCreateEdit( 0.1, 0.36, 0.8, 0.1, "INPUT FIELD", true, win, 0xFF000000, 0.5, 0.5, nil, 0xFFEBEBEB, false) -- input field



DGS:dgsDxGUISetVisible( winReg, true) -- show
DGS:dgsDxWindowSetMovable(winReg, false)
DGS:dgsDxWindowSetSizable(winReg, false)



guiSetInputEnabled(true) -- input
showCursor(true) -- cursor

 

why if i click on input field, later click on window - next clicks everywhere not work?

 

Edited by s2sk
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...