cancel
Showing results for 
Search instead for 
Did you mean: 

the view of the free programmed search help is empty. No UIelements visible

Former Member
0 Kudos

Dear Experts,

I have created a simple-free-programmed-search-help-component with one uielement on its

view. -> Button

I have implemented the interface of IWD_VALUE_HELP.

SET_VALUE_HELP_LISTENER method is inserted automatically.

I also have created a second WD Component and inserted the above free programmed search help into its Component Controller under tabstrib used components.

I have set a breakpoint at search help component' method WDDOMODIFYVIEW in order to see

if its working or not. I start the second WD Component and press the search help on the view

the breakpoint cant be reach. I see only an empty small window. I cant see e.g. the button

etc. which I have created on the search helps view

What is the reason for. Do you have an idea.

Regards

ertas

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Did you embed the view in the window of the freely programmed search help? It seems like something basic is missing. The component should load as normal. Have you tried setting a break point in the SET_VALUE_HELP_LISTENER or the WDDOINIT of the component controller? That will let you know that your component is at least being initialized properly.

Former Member
0 Kudos

Hello Thomas yes that was the problem

I had to embed the view in the window of the freely programmed search help.

Thanks

Regards

Answers (0)