Jump to content

tedeski

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by tedeski

  1. I already searched the forum and I did not find upload by folder ... I only found an option in html5 but I do not know how to apply in unigui. <p>Directory: <input type="file" webkitdirectory mozdirectory /></p> Is there any how ? to apply this action to button for example?
  2. I use 1.50.0.1481 trial and my company uses version 1.50.0.1481 pro
  3. I need to upload a folder and not a file only. is there possibility?
  4. I need to search for TUniTreeMenu items, in TUniTreeView I use the following function ... already in TUniTreeMenu does not work var S, SString : string; I : Integer; aExpand : Boolean; begin SString := Trim(AText); if SString<>PSString then begin PSString := LowerCase(SString); if (Length(PSString) > 1) or (PSString = '') then begin aExpand := PSString<>''; tvmMenu.BeginUpdate; try tvmMenu.ResetData; for I := 0 to tvmMenu.Items.Count - 1 do begin S := LowerCase(tvmMenu.Items[I].Text); tvmMenu.Items[I].Visible := (Length(PSString) = 0) or (Pos(PSString, S)>0); tvmMenu.Items[I].Expanded := aExpand; end; finally tvmMenu.EndUpdate; end; end; end; end;
  5. Version:1.50.0 build 1480
  6. I just need to copy the node and not move it, how?
  7. Boa noite, preciso criar um componente exemplo edit+label , estou fazendo mas ele fica totalmente fora na hora de renderizar no browser.. existe algum exemplo de como fazer?
  8. tem sim.. é do unispecial que to testando
  9. groupbox e radiogroup desalinhados 1.00RC1385 Trial http://prntscr.com/f4fe24
  10. Boa tarde, há maneira de capturar certificado A3 pelo unigui?
  11. I was the 0.99.50 trial version , formatted my computer .. and put this 0.99.95.1309_Trial , is to solve ?
  12. eu ja tinha uma aplicação com uni demo estava brincando.. na hora que instalei a versao "FMSoft_uniGUI_Complete_Professional_0.99.95.1309_Trial"
  13. Boa tarde, gostaria de saber se tem como por o percentual no chart pie e valores no barras??
  14. bom dia, no vcl ha possibilidade de eu capturar o form com os dados, no unigui há alguma maneira?
  15. testei aqui abri em 3 navegadores uma query dinamica e nenhuma atrapalhou a outra... nem no refresh da query, nem abrindo e fechando o form..... esta correto isso??
  16. então em vez de herdar vou ter criar uma query pra cada relatorio meu?? pois cada um a query tem fields diferentes
  17. BOm dia, estou migrando meu sistema para unigui, me deparei com o seguinte problema..... existe um form que é de relatorio que é o pai e os outros herdão desse form componente relatorio, querys, datasourse....... no unigui devo trocar essa query pro MainModule ou posso usar normalmente ??? ele ira misturar o select se 2 usuarios se conectar??
  18. Bom dia, preciso criar um FORM principal com um relatório modelo onde nesse form existem variaveis...... quando eu herdar podera dar aqueles problemas de misturar variaveis das sessões?? Good morning, I need to create a master FORM with a model report in this form where there are variables ...... when I will be able to inherit those problems to mix variables of the sessions ??
  19. error on active frame Cannot read property 'iframe' of undefined frmVisualizaImagem.UniURLFrame1.iframe.contentWindow.document.getElementById('openFile').style.display="none";frmVisualizaImagem.UniURLFrame1.iframe.contentWindow.document.getElementById('download').style.display="none";frmVisualizaImagem.UniURLFrame1.iframe.contentWindow.document.getElementById('print').style.display="none";frmVisualizaImagem.UniURLFrame1.iframe.contentWindow.document.getElementById('viewBookmark').style.display="none";
×
×
  • Create New...