Jump to content

cristianotestai

uniGUI Subscriber
  • Posts

    382
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by cristianotestai

  1. Hi, In version 099.90.1273 it is ok in Chrome. I still did not download the latest release. I'll do the test when updating and will post the result. Best Regards,
  2. Hi, Have you tried to uninstall uniGMap component and install/build again?
  3. Hi, I need to have in the Screen Mask only the image(.gif) without showing the text and without the panel and edges of the screen mask. What I need is exactly what the Recovery Failure does, if I set the MessageText in blank (' '), only the image appears. Any idea or workaround for this with Screen Mask? Thanks!
  4. Hello, I'm trying to work a long time with a page in the center with the same behavior this topic: http://forums.unigui.com/index.php?/topic/2134-help-with-center-page/?hl=center+page I tried to see examples of demos using uniAlignmentClient, but all without success. Attached, I am sending a Test Case(CenterPage.rar), which need to do the same behavior of the CenterPage.html example, contained in the link above, using uniAlignmentClient. Could anyone help? Thanks! CenterPage.rar center_page.html
  5. Hi Fenix, It is possible to use this component in place of the screen mask current in cases where i do not explicitly call Hold.MaskShow ()? For example, in components that use the property Screen Mask in the object inspector. Thanks.
  6. Hi, I have not tried, but try something like: UniSession.AddJS(meine_marker[x].JSName + '.addCls(''marker_1'');'); //add css class UniSession.AddJS(meine_marker[x].JSName + '.setStyle(''background-image", url("/yourpath/image.png"));'); //set css atributte
  7. Hello, I'm trying to change a css (line-height) of a UniButton or apply a css class as below, but does not work. 1 UniButton1.ClientEvents.ExtEvents function OnAfterrender(sender) { var id = $(this).attr('id') + '-btnInnerEl'; $("#"+id).css('line-height', '15px'); } 2 Using UniSession.AddJS begin UniSession.AddJS(UniButton1.JSName+'-btnInnerEl.addCls("x-line-height");'); end; Any idea? Thanks.
  8. Bom dia! Posso afirmar que o framework UniGui é uma das melhores, se já não for a melhor ferramenta para desenvolvimento de aplicações Web para Delphi. Venho acompanhando a evolução do UniGui desde 2011 e até agora só teve evolução sem nenhum indicio de descontinuação. Vários projetos em produção estão rodando, com exemplos de todos os tipos. O Farshad está fazendo um incrivel trabalho. Abraços Cristiano
  9. Hi, A idea is create your custom dialog form. Regards, Cristiano Testai
  10. Hi, As Farshad said, new themes will be available when the UniGui support ExtJS 5.0 and 6.0. Probably in version 1.0. Best Regards, Cristiano
  11. Hi Mohammed, It would not be that simple, because when I talk stateless, I refer navigation processes on pages with cache and also the issue that all code is 100% server side. Being 100% server side in some cases, some processes that should be instant (100% Client side), depending on the internet bandwidth, they are not. Have navigation between pages would be something that I would love, but as the UniGui is a Single Application Interface, think it will not be possible too. Regards, Cristiano Testai
  12. Hi Farshad, Is there any possibility in the future the UniGui be stateless, like most sites and applications? I dream one day to have my application being stateless and Restfull with UniGui. Best regards, Cristiano Testai
  13. Hi, With ExtJS 6, you’ll be able to use a single JavaScript framework to seamlessly build applications for desktops, tablets, and smartphones. Great!
  14. Hi Farshad, With the url \server i have the form that shows the information of active sessions and requests, etc. I'm needing to add other administrative information in this form. Is there any way i can customizes it, calling other methods and creating new panels to display other information? Thanks, Cristiano
  15. Hi, When i export the report in Report Builder to .pdf or excel it is saved in the "Cache Folder" from the server. I'm following the export example with Report Builder: http://forums.unigui.com/index.php?/topic/3257-reportbuilder-demo/ How should I do to be saved in the default download folder of user session? Thanks.
  16. Hi, I think you can only separate the use of CSS for the design, because the HTML is generated internally. In summary, the designer with UniGui is the creator of the Views(Forms) with good knowledge of CSS. UniGui is a RAD web framework and the main focus is to bring to Delphi developers a powerful tool for developing Web applications. It's a little different you need to build a website with design patterns and separation of the layers, etc. It is not the purpose, and if this is the case, UniGui would not be the best option. As I said, and it's just an opinion, are different aspects. Still, with a little effort, you can be able to create an application or website with a cool design. For me, today, the UniGui is the most amazing web framework for Delphi developers. Regards, Cristiano Testai Brazil
  17. Hello! I believe not wrong, but the component for installation in the IDE should be 32bits, because the IDE is created in 32bit environment. But can be compiled normally to deploy in 64bit. Regards, Cristiano
  18. Hi Delphi Developer! Work in general, but has a issue, it does not work correctly when the combobox is open, showing all options. In this situation, when entering the first letter, is set correctly for the text in the combobox, but pressing enter, the old index is selected. Thank you if you can see this issue. Best regards, Cristiano
×
×
  • Create New...