cancel
Showing results for 
Search instead for 
Did you mean: 

problem with message area hiding.. pls help

Former Member
0 Kudos

HI Friends,

When my WDA loads initially.. it displays data of a sales order.

When there are any errors it also shows error messages at the top(Transp container, and inside that message area.. i created).

Now i have a button which says "Hide/Display messages".

now if there are any errors, and i click this button.. the error messages are showing up, again if i click this button.. im hiding it (making Transparent container invisible).

just after message area.. i have a table... which displays item data.

Now when i click Display errors(button).. it is displaying the error messages..

Now again if i click Hide messages (button). the error messages are disappearing..

BUT the gap is remained there... the table is not moving up...(the area which message errors shown).

im making visible / invisble , but still the area is remained like that. the gap is like that...

how to remove that gap aswell... ??

kindly help me out.

thanks,

Niraja

Accepted Solutions (0)

Answers (2)

Answers (2)

saket_abhyankar
Active Participant
0 Kudos

I think you have to use dynamic programming fpr this prob.

Write the code in 'WDDOMODIFYVIEW' method to make it visible & remove again

Former Member
0 Kudos

couldnt solve this