Jump to content

popup buttons in uniDBGrid


x11

Recommended Posts

For Flow panel:

1. From File with settings for uniDBgrid I get what buttons must have on panel

2. create form and make it Top of All

3. Form have Controlpanel with one toolbutton on ControlPanel with OnClick event

4. When Click on dbgrid Row

   1. I get RowID from uniDBGrid

   2. Create New Instance of Form

   3. Create action buttons from DBGrid as ToolButton of ControlPanel

5. Show Form on Top/Left possition of Dbgrid

6. After 5-10 seconds it close automatically

Link to comment
Share on other sites

On 1/7/2021 at 12:27 PM, x11 said:

The buttons appear, but there is no reaction to clicking the mouse.

 

(Кнопки появляются, но реакции на нажатие мышкой нет)

 

 

Maybe because ActionColumn width = 0?

Link to comment
Share on other sites

On 1/7/2021 at 12:19 PM, Sherzod said:

1. Add ActionColumn, Width = 0

 

if ActionColumn.width = 110 then buttons works normal and hints visible

if ActionColumn.width = 0 then buttons NOT works and hints NOT visible

 

Screenshot_9.jpg

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...