Jump to content

Aggie85

uniGUI Subscriber
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Everything 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
  2. Howdy Sherzod, ALMOST! I also want the part where as the user types, the type of characters required are checked off. Have you added that in the last 6 years 😁? All the best, Aggie85
  3. Howdy All! I decided to ask before I reinvent the wheel yet again (I have done this type of component for some of the other frameworks I have used in the past). Has anyone implemented a UniGui password input control that acts like the one on the link below: Password Strength Checker - Check How Secure is Your Password - IDStrong All the best, Aggie85
  4. Aggie85

    JSAddListener

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

    Edit Borders

    OK... I finally figured out what I was doing wrong. All the best, Aggie85
  6. Aggie85

    Edit Borders

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

    Edit Borders

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

    Edit Borders

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

    Edit Borders

    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
  10. Howdy Sherzod, Is there a reason that if I load a file into a TUniImage that is already in the cache session folder that the control creates another copy of the file? All the best, Aggie85
  11. Turns out one of the installers TOASTED my paths.... I miss the old days when bigger companies also attempted QA 😃!
  12. I am guessing you only use Delphi. All I am trying to do is open the Delphi 11 group project to recompile all delphi packages for 64 bit. I keep getting the error above even after a FRESH Install of Windows / Rad Studio 11.2.
  13. Do you compile 64 bit? 32 bit compiles fine.
  14. 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
  15. 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
  16. Marlon, After a file is selected in the TUniFSMultiUpload component, how do you clear the component so another file can be selected? I tried calling ClearFiles(), but the previous stored file is still selected within the component if I try to select the same file again (for testing to see if the OnComplete is called). Thanks in advance, Aggie85
  17. 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
  18. 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
×
×
  • Create New...