Jump to content

d.bernaert

uniGUI Subscriber
  • Posts

    370
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by d.bernaert

  1. On 3/19/2022 at 6:22 PM, Abaksoft said:

    EMB preferred to return to 96 Dpi (by default). So, no more worries on the unigui side.

    How do you mean?

    I'm unable to use 11.1 in high dpi.

    The forms designed in 10.4 are so small in 11.1 that it is unusable, the only option i have is to run 11.1 in Delphi dpi unaware mode, but that gives me the same ugly fonts and interface as 10.4 on a 4K monitor.

    image.thumb.png.97ae9fe96ee7fae55a220cf37e69ad49.png

  2. Same here.

    Been waiting for bugfixes month after month and year after year.

    If see the interaction in forums of other platforms, it makes me really sad, here there is no communication at all, only promises that are never kept.

    But I now have everything running on Unigui (8 commercial platforms with hundreds of users) and I'm getting very scared:

    • No source code
    • 1 developer
    • No support

    My whole business is running on this technology for the moment. If something happens to Farshad it's the end of my business too.

    It's a risk i cannot take anymore seen that there is no real progress / source code, so I've also started to look at other frameworks to secure my business.

    • Like 1
    • Upvote 1
  3. Hi Wilton,

    The latest version of Fastreport also has a html component included if i remember correctly.

    Is this component working good? I have been hesitating about this component as there is no trial version available.

    Dominique

  4. Hi,

    This is the option I am taking also.

    We have a large number of custom implementations based on Unigui in Belgium.

    Recently we started to focus on standard software packages working on subscription (https://wavedesk.be/en/welcome-en/).

    Recently the first platform was released (WAVEDESK CREDIT) and we are now building a knowledge base for it (https://credit.wavedesk.be/en/support/home).

    It takes a lot of time but i think in time it will be worth the effort.

    Now we are focussing on the commercialisation of the first platform, working on the knowledge base and are working on a second product for the real estate sector.

    Dominique

    • Like 1
  5. I'm sorry,

    I cannot find a solution for this, probably something stupid from my side.

    The form is client side aligned, 

    I have a form with client side alignment, the layout of the form is border.

    I have an image control with region center and a containerpanel at the bottom with region south.

    The image properties are as following:

    center: true

    proportional: true

    stretch: true

    As you can see the image is stretched, but I would like the aspect ratio to be respected.

    image.thumb.png.c40266714b0f86744fe13160b6ae2f03.png

  6. Hi,

    We have some very large images for a construction company.

    They want to preview the images from within the application, so i try to display them in an image control.

    As the images are so large, I set the property proportional to true so that the images are resized to fit in the size of the image control.

    But that does not seem to work.

    Thx,

    Dominique

  7. Hi,

    I have the following problem.

    I have a grid with mail messages on the left, on the right a preview of the mail is shown.

    When the user scrolls (i use the onselectionchange event of the grid), a procedure is called to create the preview.

    This can take some millisecons because the eml file needs to be read by an external library and a html file with attachments is generated.

    When the user scrolls fast in the list, i sometimes get an error message that the html file is not accessible by the uniURLFrame.

    This is the procedure that is run:

    if VwMessages.FieldByName('Message_type').AsInteger <> 1
    then begin
                 AUrlMail := Utils.Generate_mail(Destination, False);
                  PreviewFrame.URL := AUrlMail;
              end
     else PreviewFrame.URL := '';

    The procedure that generates the html file with the attachments is Generate_mail.

    Is there a way to show a mask with onselectionchange or something?

    Thx

    image.thumb.png.838f0a9d62ae64de20c4d57ce1737482.png

  8. Hi,

    I would like to expand or collapse a unitreemenu at runtime.

    There is a procedure Fullexpand, but that gives an javascript error.

    Can a complete expand and collapse be done another way?

     

    Thx,

    Dominique

  9. Hello,

    I've changed all external images used in the unigui application (loaded using url parameter in the image control), but I did not change the filenames.

    Now when I open the live application, the old icons are still visible (in cache).

    How can I make that the browser loads the images again from the server (one time).

    Thx,

    Dominique

  10. Hi Farshad,

    I send you a personal message on the 10th of may.

    This was the content:

    Hi Farshad,

    I'm having an issue.

    We have everything running fine on our old servers, but we are in the process of migrating to new servers but we encounter performance problems.

    On the old servers, we have around 100 concurrent users running without a problem, that is a Windows server 2016.

    On the new server, which has more memory and more CPU, when I'm trying to consult data, it's slower than on the old server, I'm the only one accessing the server.

    There have been some tools installed by the provider that caused Hyperserver to fail, these have now been disabled, but I still have the performance issues.

    I was wondering if you have any clue how to find what is causing these performance problems.

    I would really like to migrate to the new servers, but as long as this is not resolved, that's not possible, I can't offer my users a worse experience.

    What I do notice is that there is somekind of delay accessing the Firebird databases from Unigui through Unigui, when I check the task manager, I see a queue as the only user where on the old server, I never have a queue even with 100 users working on it.

    Would you have any idea how to find and resolve this problem.

    Thank you,

    Dominique

×
×
  • Create New...