Jump to content

fredycc

Members
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by fredycc

  1. There is a project called MVCBr, is based on DMVC I guess and include a example for uniGUI, maybe can help you about it. https://github.com/amarildolacerda/MVCBr It would be great to integrate uniGUI with frameworks like DMVC easily. Regards
  2. English please... Working under an MVC Model, I think would be a topic of interest.
  3. Hi Farshad, we are still interested in uniGUI but we hope to quit RC in addition to Linux support. And for now I was testing the new implementations and surfing the demos with grid (arrow pad) and suddenly froze. It is probably a problem with some security settings on my local computer. regards
  4. I'm using trial version build 1384, when I use arrow pad to move into a datagrid very quickly for example fish fact example the screen freezes. When I check the console the next message is displayed multiple times: I need a extra configuration for avoid that error?. Thanks
  5. Thanks... looks interesting Regards
  6. Great example... I can see you use CSS for the look Just a doubt, how to set maxlength for edit in mobile version? I try follow: http://forums.unigui.com/index.php?/topic/7211-tunieditmaxlength/ without success. Thanks
  7. Hi uniGUI team . In the trial version I could not find any demo on implementing websockets through uniGUI. I have worked a bit with esegece components for FMX and VCL but this feature would be great in uniGUI specifically in the DBGrid as the demo through KendoUI or notifications http://www.esegece.com/websockets/demo. I do not know whether to achieve it only with uniGUI or a websocket standalone server like esegece . Thank you.
  8. Hi Hayri With Noty in the demo if you close the form before close all notification by click, this notifications can't be close. Regards.
  9. I understand Hairy. I thought it was possible thanks for reply. Regards.
  10. Great set of components Hayri. I have a doubt about UniSpSySend, when I do a broadcast in chrome this is only listen in chrome, not in firefox or IE browser and so on, Firefox sometimes listen the same broadcast several times. I do not know if a constraint listen only in the same browser where it was generated or could be modified behavior. Chrome 54.0.2840.59 Firefox 49.0.1 IE 11.321.14393.0 Thanks Regards.
  11. Thanks for share your project Looks very usefull. Regards
  12. Looks very nice Congratulations. Regards
  13. Thanks for information.

    regards

  14. Hi fjtrooper, Do you have another plan?, Eg Firebird database, 1GB disk space, costs?

    Would appreciate any information about. Thanks

    Regards

  15. fredycc

    Hola...

    Excelentes noticias !!! Saludos desde México
  16. We are anxiously awaiting this release Farshad Regards
  17. Felicidades Oscar, se ve un diseño muy bien logrado Saludos
  18. Hi, I want to know the correct way in uniGUI to check if a form already exist before I dynamically create it. I use the next code to create a new form: procedure TMainForm.UniButton1Click(Sender: TObject); var AppForm: TAppUniForm; begin AppForm:= TAppUniForm.Create(uniApplication); AppForm.Show; end; Thanks. Regards
×
×
  • Create New...