Page MenuHomeFeedback Tracker

RscMapControl does not work with RscControlsGroup
Closed, ResolvedPublic

Description

When placing RscMapControl inside of RscControlsGroup, it is not positioned relative to group control, instead it is positioned by absolute screen coordinates. Group's scroll bars position does not affect the map control position.

Details

Legacy ID
2557859519
Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Scripting
Steps To Reproduce

class MyGroup: RscControlsGroup
{
idc = ...;

x = ...;
y = ...;
w = ...;
h = ...;
class controls
{

		class MyMap : RscMapControl
		{
			idc = ...;
			x = 0;
			y = 0;
			w = 1;
			h = 1;
		};

};
};

Event Timeline

sms edited Steps To Reproduce. (Show Details)Jul 23 2014, 3:37 PM
sms edited Additional Information. (Show Details)
sms set Category to Scripting.
sms set Reproducibility to Always.
sms set Severity to None.
sms set Resolution to Open.
sms set Legacy ID to 2557859519.May 7 2016, 7:04 PM

Found the same to be true in 1.38.

Doesn't work in 1.98

BIS_fnc_KK changed the task status from New to Acknowledged.
BIS_fnc_KK edited Steps To Reproduce. (Show Details)
BIS_fnc_KK edited Additional Information. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.May 24 2021, 11:29 AM
BIS_fnc_KK changed the task status from Acknowledged to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
R3vo added a subscriber: R3vo.Jul 4 2021, 10:45 AM
LouMontana closed this task as Resolved.Jul 21 2021, 4:30 PM