Jump to content

sarcos

uniGUI Subscriber
  • Posts

    30
  • Joined

  • Last visited

Everything posted by sarcos

  1. Hi Farshad, I have finally resolved the compilation issues by adding some folders to the search path of the packages. I had to modify almost all the packages. For example: Thanks
  2. Yes, official iso downloaded from Embarcadero
  3. Hello Farshad, once again, I have done a clean installation of version 1.95.0.575, and the uniTools29.dpk file it installs matches the one you specified, but the compilation error persists. Thanks
  4. Hello, I'm having some issues installing build 1575 in Delphi 12. Error when build pacakage uniTools29.bpl -> [dcc32 Fatal Error] uniTools29.dpk(46): F2063 Could not compile used unit 'InstDecode' I have tried reinstalling UniGUI again, but the problem persists. On the same PC, I've been able to install it in Delphi 11.3 without any problem. Any suggestion? Thanks in advance
  5. Let IT happens

  6. Hi Farshad, I think there is a problem when url parameters are used in mobile applications. I tried to reproduce the urlparamams demo using mobile forms and I tried these two url to launch the application, but doesn't work. http://localhost:8077/m?button=BB&edit=AA http://localhost:8077/m/?button=BB&edit=AA I have seen that that in the URL params demo you check the webmode value before read the params. Is it possible to use url parameters in mobile applications or only in web applications? Greetings and thanks
  7. sarcos

    Objects font

    Hello, I've seen that some objects like TUniGroupBox, TUniComboBox, TUniListBox don't display the font defined in design time. I've tried it on IE, Firefox, Chrome, allways with the same result. It's possible change this objects font anyway? Thank you in advance.
  8. Hello, It's possible to get info from client side, for example remote machine name, or any windows registry key? Thank you
  9. Hello, How Can I block resizing and moving events without disabling calendar panel? Exists any method to paint with a diferent color a day cell like today one? Tank you in advance
  10. How Can I use TUniScreenMask to do it?
  11. On Changelog.txt file in the version 0.86.0.888 I've seen 0000591: Cursor property for web, that means you can now change the cursor that displays the browser, for example when loading data, if so, how should I do it? Thank you in advance
  12. sarcos

    Screen Cursor

    Hello, How can I change the screen cursor at runtime. I changed it using the Screen Variable like in a desktop applications but don't works properly. Thank you in advance
  13. Hello, In which unit UniGui declare the constants and types values like 'ubsNone,ubsSolid,etc' from TUniPanel border style?. Thank you in advance
  14. Hello, In wich event can I put my code when the user close the web explorer directly, the web explorer tab, or change the page url? Thank you in advance
  15. Why IE8 ever shows TMemo vertical scrollbar? I have configured ReadOnly property to True and ScrollBars to ssNone. Chrome and Firefox don't show it. Exists any other component that can I use to show text without edit properties like TCaption whit wraptext options. Thank tou in advance
  16. sarcos

    ModalResult

    Hello, can I apply the windows application logics of modalresult when I call ShowModal form's method?. I am doing some tests and seems to me that when I show a form modal, the application doesn't wait for a modalresult. If I look the debug, the application continues to processing the code after the ShowModal call. Thank you in advance.
  17. Hello I am doing different tests with uniGUi to value if it can fit in some of the projects that I am developing. The applications works correctly when I execute them in my developing computer where I have installed Delphi XE and uniGUI, but i'm having troubles when I execute them in another computer. The navigator achieve to connet to the application but it doesn't load the page correctly, it stops showing the loading message. I think, probably, I need to install something more than the exe, maybe ExtJS or ExtPascal libraries, isn't it? Thank you in advance
  18. Exists any kind of technical documentation, help or uniGUI objectsand classes refrence? Overalls in that makes reference to the TUniServerModule and TUniMainModule properties methods and events, UniApplication variable, etc Thanks in advance
×
×
  • Create New...