Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

About show help.

Hello Everyone,

If you could help me in this.

I need to add a button in my application, and when the User clicks the button it should open a text object to show the requirements of the Project.

Like a notification objects,. Is that possible, if yes than how?

Thanks everyone for such a wonderful co-operation.

Regards,

Bikash

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can create a varibale, which will be used to enable and disable your  text box.

     Here is an example

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    You can create a varibale, which will be used to enable and disable your  text box.

     Here is an example

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
erichshiino
Partner - Master
Partner - Master

You can call a pop up (similar to the alerts)

The macro code will be like this:

sub popup

ActiveDocument.ShowPopup "Hi there", 2000

end sub

The syntax is:

ActiveDocument.ShowPopup text, timeout in miliseconds, background color (index), text color (index), icon (index)

Pop-up  background color (index)
    0   =   yellow
    1   =   white
    2   =   gray
    3   =   blue
    4   =   pink
   
Pop-up  text color (index)
    0   =   black
    1   =   white
   
Pop-up  icon (index)
    0   =   no icon
    1   =   info
    2   =   questionmark
    3   =   warning
    4   =   error
Not applicable
Author

Thanks Kaushik for the prompt response,

Yes it worked just as the way I wanted.

Regards,

Bikash

Not applicable
Author

Hello Erich,

Thanks a lot for your prompt response.

I liked the way you solved the problem.

Regards,

Bikash