Search the Community
Showing results for tags 'mainform'.
-
-
I have a function in javascript where I wanted to trigger the return of it to mainmForm, but I'm not getting it, how to do it? I'm trying that way function hashPagSeguro() { PagSeguroDirectPayment.onSenderHashReady(function (response) { if (response.status == 'error') { console.log(response.message); return false; } var hash = response.senderHash; ajaxRequest(MainmForm,'senderHash', ['hash='+hash]); console.log(hash); }); } but I am having this error
-
Hello If I add a new form to the application, and drop a unimap component and run it, an error occurs. But if I put the unimap component in the mainform everything works fine. My question is: Does the UniMAP component only work in the mainform? Thank you very much in advance
-
How does the UniGUI core recognize who exactly is the MainForm class ? My MainForm is TUniForm like other in project. I did not able to find the property in TUniGUIMainModule or TUniGUIServerModule for this or I miss something ?
-
Hi, I put one 'login' button in the right top corner of the main form. Main Form Properties setting: 1) BorderStyle = bsNone 2) WindowState = wsMaximized My problem is : 1) I resize the browser to half size, I cannot see the scroll bar. 2) If I open the application with half size of the browser, then maximize the browser . The main form will not extend with browser. If I change the WindowState to wsNormal, then the main form will be 'cut off' when I resize the browser windowns. I would like to know is there any simple demo that can create the similar main form in the Al
-
Estou usando WindowState como wsMaximized e testei com todos os tipos de bordas, mas o form principal não cobre toda a área do browser (testei com Chrome e Firefox), deixando um espaço livre à direita. Vejam a imagem em anexo. Alguém já teve este problema e conseguiu resolver ?