Jump to content

Bocchi

uniGUI Subscriber
  • Posts

    56
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1127 profile views

Bocchi's Achievements

Member

Member (2/4)

1

Reputation

  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
×
×
  • Create New...