Jump to content

sarcos

uniGUI Subscriber
  • Posts

    30
  • Joined

  • Last visited

Posts posted by sarcos

  1.  

    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.

    image.thumb.png.6a00517dece9df8fc9699edad013c0c1.png

     

    Thanks

  2. 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'

    image.thumb.png.f77d40db288096eaf367b1d9387be8bd.png

    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

     

  3. 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

     

  4. 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.

  5. 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

  6. 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

  7. 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

  8. 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.

  9. 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

  10. 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...