Jump to content

dsprata

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by dsprata

  1. dsprata

    Ajax Error

    Hello . Some times appears the error " Error Ajax " has some setting I can do to stop this error occur ?
  2. Version 0.93.1 with Delphi XE4
  3. I copied and pasted the example set , and the error persists. I am using config.typeAhead = true;
  4. Does anyone know the solution?
  5. The error is occurring : Cannot set property 'typeahead' of undefined.
  6. Hello how are you? Needed to implement in a unicombobox the autocomplete, however, do not think the property on the component , does anyone know another way to do? Thank you
  7. dsprata

    Opening url

    My version does not contain that routine. I have the 0.93.1 version
  8. dsprata

    Opening url

    Hello , I have a routine that calls another url, but this url is open on the server machine and not on customers, how to fix ? buffer := 'http://' + aAdress; ShellExecute(Application.Handle, nil, PChar(buffer), nil, nil, SW_SHOWNORMAL); Tks
  9. Hello , Can I create a UniDbGrid with checkbox ? Thank you
  10. Hello. I can with unigui create a combobox with ckeckbox ? Giving my user option to choose more than one option ? Tks
  11. Really that's what I need , but I could not understand what the configuration should I do to enable.
  12. Hello , I'm using google translator . I have a query that takes a long time to process. I would like to display the message of loading the unigui own . It is possible? Thank you
  13. It worked . Thanks for listening
  14. frmAtendentes.ShowModal; if unModGeral.gCodigo <> '' then edCd_Problema.Text := unModGeral.gCodigo; The second line have to go into a routine that step as a parameter in the ShowModal ? example frmAtendentes.ShowModal(ShowCallBack); procedure TMainForm.ShowCallBack(Sender: TComponent; AResult:Integer); begin if unModGeral.gCodigo <> '' then edCd_Problema.Text := unModGeral.gCodigo; end; Would it be this? There's no other way?
  15. Hello , I'm using google translator . I'm opening a form as ShowModal , however, after the call have other instructions that must be made so that the child form is closed , however , I call the child application form is not " paused " continuing . Anyone have any ideas ?
×
×
  • Create New...