Jump to content

Fernando Duarte

uniGUI Subscriber
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Fernando Duarte

  1. But when I click submit nothing happens, I do not know where the error is. I uploaded the project again, if I can check again, thank you again. https://www.dropbox.com/s/81m8l93b1fszzkq/Bootstrap com unigui.zip?dl=0
  2. the problem is that I need to get more than one value, such as email and login password, but I could not return. procedure TMainForm.LbHTMLAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName='button' then Begin ShowMessage('Email '+ Params.Values['val1']+#13+ 'Password '+ Params.Values['val2']); End; end;
  3. Thank you, it worked perfect! in case, if I want to get more than one value, what is the correct form? I tried <button type="button" class="btn btn-primary" onclick="ajaxRequest(MainForm.LbHTML,'button',['val1='+document.getElementById('exampleInputEmail1').value, 'val2='+document.getElementById('exampleInputPassword1').value])">Submit</button> but it did not work...
  4. Sorry, I entered with the wrong user, I had two registrations, but the user with a licensed email is this one. nanfilho@gmail.com
  5. Hello Sherzod! I already tested on a unibutton, and also on the ColumnActionClick event of the unidbgrid, all in one frame. In both the error occurs.
  6. Wilton, thank you. I tried your suggestion but did not change the error.
  7. Hello! I have a frame with a grid, which when clicked "edit" performs a processing and opens another frame .. I put a uniscreenmask, and before processing I call: UniScreenMask.ScreenMask.ShowMask ('Loading ...'); I run routine UniScreenMask.ScreenMask.HideMask; but when running, the following message appears: "Server Module Exception -> There is no Default JavaScript Object. [UniScreenMask: TUniScreenMask]" what am I doing wrong?
  8. I tried to provoke again, but I could not. I will continue and if it happens again, post here. Sorry for the inconvenience.
  9. I'm having the same problem, the first time I open the screen it works normally, from the second tab change, it does not change. but I use a frame, and it has no ACTIVATE event, any idea how to solve it?
  10. Hello, I'm trying to put a unibutton in a column on the grid to trigger editing. would also work with uniimage. I tried a UniHiddenPanel, but it does not recognize in the editor editor of the unidbgrid column. What is the best way to solve this?
  11. without CSS. In doubt, I made a new application, created the menu, and the problem continues. I'm uploading the project for download if you'd like to check. Theme Classic Project
  12. I tested the unitreemenu demo and ran normally. I added the same components in my project and the test appeared the way I showed. I do not know if there is any property to adjust the distance between the icon and the text, if I have not located it.
  13. Yes, I'm licensed. I made the email adjustment. the unigui version I am using is 1.0.2.1446
  14. Hello! I updated the unigui to version 1446 and I am having this problem with unitreemenu. the icons are above the menu text. Does anybody know how to solve this? Image
  15. Amigo Marlon, creio que faltou ai a implementação do método VerificaAba. outra dúvida, não achei a unit do TUniFrame, qual é?
  16. se alguém se interessar, posso enviar a classe TDI com algumas mudanças para o Unigui, porém ainda está com erros que não consegui resolver.
  17. Olá pessoal, uso unigui desde o inicio do ano, fiz um projeto para testes e uso até hoje para controle dos meus clientes. Pretendo iniciar algo maior em breve. Bem, uma das primeiras coisas que tentei fazer foi criar um ambiente com forms multi abas, o que seria ótimo na web. Mas tive problemas com a conversão da classe TDI da vcl que possuo (caso queiram podem buscar no site da devmedia que tem lá ) alguém já conseguiu fazer algo? sabemos que o unigui permite vários forms abertos, mas organizar em abas seria ideal e mais simples para usabilidade.
  18. também tenho um plano na amazon ec2. com windows server. funciona bem. já tive curiosidade de usar o windows azure da microsoft, mas nunca tentei.
×
×
  • Create New...