Jump to content

uniGUI Beta "beforerender"


shawdown

Recommended Posts

Hello, I'm starting beta testing to contribute to the tests and compiling my project in the latest version.
 
Whenever I try to use the code below in the beta version "1.0.2.1442" my project gets white screen and no error is returned in the logs.
But in that stable version "1.0.0.1425" is working perfectly.
ClientEvents.ExtEvents.add('beforerender=function beforerender(sender, eOpts) { sender.addClass("icon_normal");  }');
 
Was it a bug? Do I have an alternative?
 
 
Simples CSS
.icon_normal {
    border:0px solid transparent;
}


.icon_normal:hover {
    border:2px solid transparent;
}
 
 

This UniGUI Log

ApoioVendas.exe: 00001294: 17:16:28 []:>--------------------------------------------------------------<
ApoioVendas.exe: 00001294: 17:16:28 [TUniServerModule]:Server First Init.
ApoioVendas.exe: 00001294: 17:16:28 [TUniServerModule]:Erasing Cache Folder...
ApoioVendas.exe: 00001294: 17:16:28 [TUniServerModule]:Cache Folder Erased. <62> Files deleted.
ApoioVendas.exe: 00001294: 17:16:28 [vExtRoot]:
ApoioVendas.exe: 00001294: 17:16:28 [vUniRoot]:
ApoioVendas.exe: 00001294: 17:16:28 [vTouchRoot]:
ApoioVendas.exe: 00001294: 17:16:28 [vUniMobileRoot]:
ApoioVendas.exe: 00001294: 17:16:28 [vUniPackagesRoot]:
ApoioVendas.exe: 00001294: 17:16:28 [TUniServerModule]:Starting HTTP Server...
ApoioVendas.exe: 00001294: 17:16:28 [TUniServerModule]:HTTP Server Started. Port: 8077
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...