cancel
Showing results for 
Search instead for 
Did you mean: 

Resize of grid controls

Former Member
0 Kudos

Hi guys,

i've updated my SAP B1 from 88.0 PL19 to 88.1 PL6. Now, when i resize/maximize any custom form from our modules, then all integrated grids are stretching to long/ over the right border.

Anybody knows this is a bug?

Thanks for reply, MTA

Accepted Solutions (0)

Answers (1)

Answers (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Marcus,

I do not see anything specific to this being an issue. There is a not about exceptions being thrown when resizing such as this note ...

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

... did you try recompiling your add-on under PL06 to see if that solves the issue ... you shouldn't have too, but just a thought.

Eddy

Former Member
0 Kudos

Hi Eddy, thanks for your reply.

We've detected, that problem is no bug. SAP has fixed the autmatically resize functionality of controls. This automatic resize and our manuelly resize logic strechs the controls over the right border.

For your Note-Link: A other solution for the resize event (fired more than > 25 times), is: Check the visibility property ist true and form state is not minimized, thats works great und the resize event fired only at 2 times, before and after.

If (oForm.Visible And oForm.State != SAPbouiCOM.BoFormStateEnum.fs_Minimized) Then

Dear a nice weekend, MTA

Former Member
0 Kudos

Hi,

can you please tell me what they have "fixed"? Because now neither my manual resizing nor the automatic resizing works (two grids on one pane level).

Thank you

Sebastian

rasmuswulff_jensen
Active Contributor
0 Kudos

We too have this issue. Having two matrix on the same screen and doing resize so they don't overlap does not work in PL06... It works in PL04 (Have not tried PL05)

It is like the width and height set on matrixes after resize have no effect at all anymore

Anyone who have logged this issue to SAP support so I can refer to that message when I log it tomorrow

Is it just me or is the SDK full of UI bugs at the moment? I currently have 8 open messages with SAP all related to UI (Panelevel issues are particularly bad right now)

Former Member
0 Kudos

Anything new on this topic or are we both the only users who have this problem?

Did you log a message Rasmus? Otherwise I will do it today.

Thank you

Sebastian

Former Member
0 Kudos

My advice is to log one anyway - the more messages they receive the more they realise it is an important issue, otherwise it could be a long time before a fix is released.

rasmuswulff_jensen
Active Contributor
0 Kudos

I did and was told it might be a problem with the installed DI-API (sigh - Incompetence at work... Conplained about the supporter and now it seem to be on track (sent to development) but no official response yet)

Update: SAP Support have come back and told be that PL07 will fix it. SAP Note 1610013 (https://websmp130.sap-ag.de/sap/support/notes/1610013)

Edited by: Rasmus Wulff Jensen on Jul 15, 2011 3:20 PM

Former Member
0 Kudos

Hi Sebastian,

we set a flag in the After-Resize event and when the next Before-OnFocus eent fired, then we resized the grid again. SAP B1 has actually the problem, that both grids resize percentage of form width ... after After-Resize event, i like to call it bug.

Nice week @ all

rasmuswulff_jensen
Active Contributor
0 Kudos

SBO 8.81 is now out and it is indeed fixed in PL07