Jump to content

Bocchi

uniGUI Subscriber
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Bocchi

  1. Hello, I have the same problem. Have you found a solution? Thanks.
  2. I have the same problem. Have you found a solution? Thanks.
  3. Barcode scanner works in keyboard emulation and put the carriage return char at end of barcode. In OnKeyUp event of TUnimEdit, when Key = VK_RETURN, I check the barcode string.
  4. I have a barcode scanner that needs to write in a TUnimEdit so I can't put it as read only.
  5. Is it possible using uniGUI Complete Professional 1.50.0.1481 ?
  6. Hi, version 1.50.0.1481 I can tell you what the form do, at this moment I can't give you external access to the application. I'm using a DBGrid loading data from db with one hidden column, some readonly columns and some editable with roweditor.
  7. Hi, I've a strange problem with roweditor's buttons. The buttons seem to disappear when I try to edit the last row of the grid. In this case buttons are placed on the top of the row editor while when editing other rows the buttons are placed on the bottom. How can I force to place always buttons on bottom? Thanks Alessandro
  8. I want to: - Close Oracle Database Connection (TOraSession from DevArt, placed on MainModule); - Close the session;
  9. Please see attached sample project. Test_BrowserClose.zip
  10. At this moment I can't install the latest build. Is there any workaround I can use to solve this problem?
  11. I have the same problems. Event OnBrowserClose is not fired. Also TerminateOnBrowserClose doesn't work. I'm using UniGUI 1.50.0.1481. - Microsoft Internet Explorer 11.836.18362.0 -> WORK - Microsoft Edge 83.0.478.37 -> NOT WORK - Google Chrome 83.0.4103.61 -> NOT WORK
  12. My environment: - uniGUI 1.50.0.1481 - Delphi 10.3.3 - Windows 10 64 bit I created a 32 bit application with only one form and a TWebBrowser component that call uniGUI Touch Demos (Demos\Touch\AllFeatures\mdemo.exe). Page opens correctly but I cannot select any items from the UnimNestedList. How can I solve this? Thanks.
  13. Hello, Here is a very simple example of what I mean. TestCase.zip
  14. Hi, Yes I did. The code is something like this procedure xxx.btnbtn1Click(Sender: TObject); begin inherited; MessageDlg('Question?',mtConfirmation, [mbYes,mbNo], CallBackProc); end; procedure xxx.CallBackProc(Sender: TComponent; Res: Integer); begin inherited; if (Res = mrNo) then Exit; ShowMask('message'); UniSession.Synchronize; code HideMask; The mask appears for less than a second before messagebox is displayed, then it disappears. I've tried this but it doesn't work. I also found someone saying that Synchronize doesn't work with callback procedure
  15. Hi, I have a similar problem showing the screen mask during the elaboration of the callback procedure called from a yesno MessageDlg opened with a button. I've disabled the button screenmask and enabled the form screenmask. I call ShowMask in callback procedure after checking the user response. The mask appears and immediatly disappear.
  16. Hi, could I know now how to prevent the check of the first row?
  17. Hi, I'm AleB, I've resolved the "license problem" using the company account already used by my colleagues.
  18. Has anyone found a way to increase the size of the icon? Thanks.
  19. 1) How can I change editor panel width at runtime? 2) How can I change columns position at runtime? Thanks.
  20. Is it possibile to install different version of uniGUI on the same PC? For example: - Delphi XE7 with uniGUI 0.99.96.1352 - Delphi 10.2 with uniGUI 1.10.0.1454 Thanks.
  21. I'm using uniGUI 0.99.96.1352
  22. Is there a way to increase the width of the dropdown popup to prevent the text from being truncated? See attachment. Thanks. is there a way to increase the width of the popup to prevent the text from being truncated?
×
×
  • Create New...