Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/18/21 in all areas

  1. Hi to all, this is a my app. Devloped in Delphi 10.4.2, last version of the uniGUI, Falcon Store components @Marlon Nardi and uniGUI theme pack @GerhardV Many thank @farahad! Many thank to all uniGUI team! You have done a fantastic job! And many thank to all user to this forum! In this forum I have always found all the answers to my questions! This is a fantastic group! This is a small video of the latest app I developed. https://drive.google.com/file/d/1K26olAOs5kXGOjqQFQhDJFYKNs6FTozU/view?usp=sharing Waiting for the 2.x version of uniGUI I wish everyone a good life! Best Regards
    3 points
  2. try use uniAlignmentClient and do not use align
    1 point
  3. В общем, я поставил expand вместо beforeexpand. Вроде то, что надо, судя по первым тестам. Посмотрим... Спасибо большое!
    1 point
  4. Congratulations @claudio.piffer on your work, it was very good. This is the result of your effort.
    1 point
  5. Попробуйте использовать следующий код: 1. pnlPhotos -> ClientEvents -> UniEvents -> function beforeInit(sender, config) { config.defaults = { listeners: { beforeexpand: function() { ajaxRequest(sender, "_expandorcollapse", ["uname="+sender.layout.getExpanded()[0].uname]); } } }; } 2. // pnlPhotos.ClientEvents.ExtEvents.Values['afterrender'] := // ...
    1 point
  6. I ran into an error, when adding TUniNativeImageList images and then deleting them, errors like in the video occur NativeListError.mp4
    1 point
  7. I was looking for an alternative for the default message dialog, which gets shipped with uniGUI. Goal was to have something which fits 100% to the design of my pages. I am sure that somebody will now say "Use CSS styles" to achieve what you are looking for. But to be honest digging for the right CSS settings finally would take even more time than my little development and finally is not as flexible. Below is a screen shot of the message dialog I tailored for my needs. As you can see it also is already adjusted to my native language (German). If you are interesting to get the code for an alternative message dialog, just let me know.
    1 point
  8. Hello, Try to use: JSInterface.JSConfig('cls', ['xx'])
    1 point
  9. Hi, You can do it with free forms. See http://www.unigui.com/doc/online_help/free-form.htm Regards,
    1 point
  10. Ok, please find now attached my message dialog solution. For better understanding, I put it into a simple test environment. Finally it can be used very similar to the origin MessageDLG procedure. It supports already various settings, but still can be easily tailored to whatever needs you have. Any feedback & comments are welcome P.S. I just uploaded a new version with new options to change fonts, colors, icons (awesome font) and button content very easily from your application. Its a complete replacement of the existing messagedlg procedure. Just import the unit "uDialog.pas" and replace existing messagedlg calls with messagedlgA. P.P.S. Happy New Year to everybody of this great community uniGUI - MsgDLGDEmo.zip
    1 point
×
×
  • Create New...