Jump to content

Aggie85

uniGUI Subscriber
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Aggie85

  1. Thanks all!

    I just got notice this morning that I am being "downsized" so my UniGui project is coming to an end!

    As a C++ Builder user and since for the first time in 18 years I won't have a legacy app / codebase, I am going to be investigating Flutter / MAUI for my next personal project.

    I want to thank all of you, especially Sherzod, for helping me with my journey with UniGui. I really wish I had picked it up earlier as there is a LOT of potential with it in the Delphi/C++ Builder sphere.

    All the best,

    Aggie85

    • Sad 1
  2. Howdy All!

    What is the equivalent remove listener for JSAddListener()? I see a JSRemoveEvent() or I do just pass an empty string in the JSAddListener function?

    All the best,

    Aggie85

  3. addCls() function doesn't exist 

    How do I get a CSS class to apply to the input part of a TUniEdit?

    When I just use the TUniEdit's JSName() + _I'd with addCls(), the CSS gets applied to the FieldLabel and not the inner edit control.

  4. OK - I tried the techniques int the following threads:

     

    And I just get JS errors....

    I just want to call addCls() in a TUniEdit's OnExit() and call a removeCls() in the TUniEdit's OnEnter().

    DOES ANYONE HAVE A SIMPLE EXAMPLE? I have spent HOURS with no success. I want to apply the CSS to the edit box of the TUniEdit (NOT THE LABEL).

    So how do I do this?

    All the best,

    Aggie85

  5. Howdy!

    I have tried the method(s) used on this thread:

    And the problem I am running into is that all my edits that have a FieldLabel apply to the FieldLabel output and NOT the edit box itself.

    Any way to disable the FieldLabel and I will just use a TUniLabel + TUniEdit?

    All the best,

    Aggie85

  6. Howdy All!

    What is the easiest way to change the border color of an edit control (TUniEdit / etc) on the fly? That is, I want to change the border color to the default when the control is entered and if the field is invalid, I want to change it to RED.

    All the best,

    Aggie85

  7. I just tried updating my two development computers with 11.2 from 11.15 and now UniGui won't compile - I have even reformatted one of my laptops and SAME error:

    [dcc64 Fatal Error] ExtHTTPServer.pas(24): E2213 Bad packaged unit format: C:\Users\Public\Documents\Embarcadero\Studio\22.0\Dcp\uIndy28.dcp.uIdGlobal - Expected version: 35.0, Windows Unicode(x64) Found version: 35.0, Windows Unicode(x86)

    How do I fix this?

    All the best,

    Aggie85

  8. Marlon,

    Could you please make it to where the image icon and the TextInternal actually center together in the TUniFSMultiUpload component? As is, the TextInternal displays below the upload image with the image in dead center. This doesn't work out well if the TextInternal is long.

    I am using the component in "as-best-as-possible" responsive app.

    It would also be nice touch if the icon could be replaced.

    All the best,

    Aggie85

  9. Howdy All,

    This is going to be the SIMPLEST / STUPID question I (and probably anyone else will ever ask)!

    How do I get the CacheFolder for the current session?

    I have been looking at all the class headers and I can't seem to find it?

    All the best,

    Aggie85

  10. 8 hours ago, Stemon63 said:

    Hi Aggie85,
    Please, can you share the working example project?
    Thanks a lot!

     

    Howdy Stemon63,

    I am building a new development laptop right now and I will need to put a demo back together again (I am a C++ developer and the minimum Delphi test app I was using I will need to rebuild.

    I will try and get it up in the next couple of days.

    Thanks,

    Aggie85

    • Like 1
×
×
  • Create New...