cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

show popup for colored text

prao
1-Newbie

show popup for colored text

Hi,

     As per my requirement I have changed the colored of a text and I need show popup when I right click on that colored text with some suggestions . Is there any functions or commands that I can use from ACL ?, Request to provide some help on this please.

    Please find the attachment for reference

3 REPLIES 3
kjoono
5-Regular Member
(To:prao)

Hi Prashant

I made simple sample code for your requirement.

Please check the attatchment files.

  ptc_init : copy into 'Arbortext Editor/custom/init' folder.

  ptc_menu : copy into 'Arbortext Editor/custom/scripts' folder.

  ptc_check_word : copy into 'Arbortext Editor/custom/scripts' folder.

Note :

- In this logic, you have to use 'Touch Up' in order to change the color.

- You can see 'Suggestion Word' menu in bottom of context menu.

- When you right click on colored text, context menu is activated.

  Otherwise context menu is disabled.

- I used a simple message  box to display suggestion words.

- However if you need a complex UI to show suggestion word, you can use 'XUI'.

  (Please find 'XUI' in Help Center)

Hope that helps !

Thanks,

Kim, Joon O

prao
1-Newbie
(To:kjoono)

HI Kim,

            Thanks for the reference code , I changed accordingly but the "suggestion word' is disabled every time. I am not able to trace it out, could you please suggest on this.

Regards,

Prashant

prao
1-Newbie
(To:prao)

HI Kim,

            It working fine now, thanks. Please ignore my previous mail.If I want to show only "Suggestion Word" in the context menu means do I need disable any function ?

Thanks.

Prashant

Top Tags