Jump to content

BruceTTT

uniGUI Subscriber
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    California

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BruceTTT's Achievements

Newbie

Newbie (1/4)

0

Reputation

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