Jump to content

BruceTTT

uniGUI Subscriber
  • Posts

    20
  • Joined

  • Last visited

Everything posted by BruceTTT

  1. When building the 10.3 packages from inside Delphi 10.4 (there's no 10.4 package), I'm getting a compile error in the uSynUnicode unit and UnicodeToUtf8 method on line 1679 saying incompatibility between AnsiChar and Char.
  2. I've tried both the anonymous method below and the MainModule's EnableSynchronousOperations = True and I still can't get the following form to block: frm:= TUWindowsLogin.Create(UniApplication); frm.ShowModal( procedure(Sender: TComponent; Result:Integer) begin if Result=mrOk then begin temp:= frm.AuthenticatedUser; end; end ); ShowMessage(temp); The "ShowMessage" call runs *before* the form shows. What am I missing?
  3. Sorry, not quite sure what you mean. Regardless, I loaded the project again, ran it, and if the browser window is made smaller by dragging the lower right corner, the horizontal scroll bar appears, but the vertical scroll bar does not (when the browser window is smaller than the main form). Bruce
  4. If a maximized form's (AutoScroll=true as well) browser window is resized, the horizontal scrollbar displays when needed, but the vertical scroll bar does not. How do I display the vertical scroll bar when the form is bigger than the browser window? Thanks
  5. Thanks, I was able to get pretty close with adding columns in the Columns property, setting ShowColumnTitles:=true, and setting FixedRows:=0. The only downside is that it's design-time driven, and the first data row is 0 where in the desktop VCL it's usually 1 (since FixedRows is usually 1).
  6. Is there a solution for this? The "fixed" row is scrolling:
  7. I tried using an anonymous procedure in the call back parameter of the ShowModal and that worked.
  8. Any way to make a hyperlink click the default behavior (i.e. open in a new tab/window) similar to Ctrl-click? If the user clicks the hyperlink, it blanks the memo without displaying the web page.
  9. Can you share what it was? Having the same issue...
  10. Done. Since this is a public forum, can that email address be private? Bruce
  11. FMSoft_uniGUI_Professional_1.90.0.1526.exe
  12. Is there a way to configure the spacing between rows in a UniListBox? I've tried line-height in the CustomCSS of the ServerModule, but I can't seem to change this. Bruce
  13. Very good, appreciated. Just needed to make sure I won't have an issue after buying full product. Bruce
  14. Thanks, will I need to do this after I buy a full version? Bruce
  15. Just downloaded the trial edition and made a standalone application that runs successfully on my development PC. When I move the .exe to another host and run it, the browser continually shows "Loading..." from both the local host's browser and a remote browser. Remote hosts can access the app on my Delphi/dev server successfully. Is this a limitation of the trial version or do I need to do further installs on new hosts besides the .exe file? Thanks, Bruce
  16. I'm brand new to uniGUI; is there a way to expose a desktop window for the standalone server application so it can be closed from that window instead of using task manager to close the server? I'd also like a desktop window showing the server is running on the server host. Thanks! Bruce
×
×
  • Create New...