Page 1 of 1

Hint drawn over image

PostPosted: 08 Sep 2016 09:00
by etwoss
Hi

I have two forms with a grid containing a Image

Both have same properties:

Code: Select all
  object btnStop: TIWCGJQButton
    Left = 57
    Top = 512
    Width = 30
    Height = 21
    Hint = 'Edit service'
    Version = '1.0'
    JQButtonOptions.Text = False
    JQButtonOptions.Icons.Primary = 'ui-icon-circle-minus'
    JQButtonOptions.OnClick.OnEvent = btnStopJQButtonOptionsClick
  end

   object btnDelete: TIWCGJQButton
    Left = 40
    Top = 320
    Width = 30
    Height = 21
    Hint = 'Edit service'
    TabOrder = 6
    Version = '1.0'
    JQButtonOptions.Icons.Primary = 'ui-icon-circle-minus'
    JQButtonOptions.OnClick.OnEvent = btnDeleteJQButtonOptionsClick
   end



Only on the second form the hint is drawn in the cell (even at design time)
Setting it at runtime has the same effect

Eric

Re: Hint drawn over image

PostPosted: 09 Sep 2016 10:25
by Alexander Bulei
Hi Eric,

I don't understand your problem....

Re: Hint drawn over image

PostPosted: 12 Sep 2016 07:39
by etwoss
Hi

Look at the Button. The Hint text is drawn on the button!

Eric

Re: Hint drawn over image

PostPosted: 12 Sep 2016 15:54
by Jorge Sousa
Hello

We cannot reproduce the same using the test data we have supplied (.dfm extract).

Please send us more data (a demo would be fine)

Re: Hint drawn over image

PostPosted: 12 Sep 2016 15:54
by Jorge Sousa
Hello

We cannot reproduce the same using the test data we have supplied (.dfm extract).

Please send us more data (a demo would be fine)

Re: Hint drawn over image

PostPosted: 19 Sep 2016 09:39
by etwoss
Hi Jorge


I just send a email containing the form. The hint is show already in the IDE

Eric

Re: Hint drawn over image

PostPosted: 19 Sep 2016 11:09
by Jorge Sousa
Ok, Ill take a look asap