Page MenuHomeFeedback Tracker
Feed Advanced Search

Mar 16 2022

7erra created T163756: [Requeset] LoadoutChanged Eventhandler.
Mar 16 2022, 5:25 PM · Arma 3

Dec 21 2021

7erra created T162449: Arma 3 Launcher: Wrong German Translation For "Support".
Dec 21 2021, 6:45 PM · Arma 3

Sep 7 2021

7erra added a comment to T160612: Control loses focus by executing ctrlShow.

Changing the KeyDown EH to a KeyUp EH sovles the problem of having to use spawn, call can be used instead. Focus is still lost though.

Sep 7 2021, 5:39 PM · Arma 3
7erra added a comment to T160612: Control loses focus by executing ctrlShow.

Problem with that is that the KeyDown EH fires before the change is applied, i.e. the text is not up-to-date. So you type "rahim" and it will search for "rahi".

Sep 7 2021, 5:01 PM · Arma 3
7erra updated the task description for T160612: Control loses focus by executing ctrlShow.
Sep 7 2021, 1:06 AM · Arma 3
7erra renamed T160612: Control loses focus by executing ctrlShow from Control looses focus by executing ctrlShow to Control loses focus by executing ctrlShow.
Sep 7 2021, 1:03 AM · Arma 3
7erra created T160612: Control loses focus by executing ctrlShow.
Sep 7 2021, 1:03 AM · Arma 3

Feb 10 2021

7erra created T156702: ListNBox row selection with buttons clips out of the control.
Feb 10 2021, 10:06 AM · Arma 3

Jan 27 2021

7erra created T156445: GUI Editor: Broken GUI_GRID.
Jan 27 2021, 6:16 PM · Arma 3

Jan 4 2021

7erra added a comment to T155872: [Feature request] Sort Control Table Commands.

Can you add a screenshot of how a ControlsTable looks like? No idea what that is.

I have attached an example mission which replicates the example image from the BIKI (https://community.bistudio.com/wiki/CT_CONTROLS_TABLE).

Jan 4 2021, 4:24 PM · Arma 3

Jan 3 2021

7erra created T155973: BIS_fnc_moduleInit: Typo.
Jan 3 2021, 10:26 PM · Arma 3

Dec 27 2020

7erra created T155872: [Feature request] Sort Control Table Commands.
Dec 27 2020, 2:37 PM · Arma 3

Dec 19 2020

7erra added a comment to T155578: ctrlSetURL does not work with file:/// URI.

Yes it can. The following example opens the cmd window:

Dec 19 2020, 10:58 PM · Arma 3

Dec 5 2020

7erra created T155578: ctrlSetURL does not work with file:/// URI.
Dec 5 2020, 5:54 PM · Arma 3

Dec 2 2020

7erra created T155512: BIS_fnc_ORBATSetGroupParams wrong header params.
Dec 2 2020, 12:37 PM · Arma 3

Nov 26 2020

7erra created T155369: CT_COMBO can not be unselected with lbSetCurSel -1.
Nov 26 2020, 12:47 PM · Arma 3

Nov 23 2020

7erra added a comment to T152922: BIS_fnc_animType causes "Bad conversion: scalar".

Can't confirm fix mentioned here. RPT is attached.

// productVersion
["Arma 3","Arma3",201,146950,"Diag",false,"Windows","x64"]
Nov 23 2020, 1:04 AM · Arma 3

Nov 2 2020

7erra created T154790: New command(s) to get the currently focused control of a display.
Nov 2 2020, 12:47 PM · Arma 3

Oct 26 2020

7erra created T154629: RPT Error when placing VR units on arma3diag_x64.exe.
Oct 26 2020, 12:46 PM · Arma 3

Oct 20 2020

7erra updated the task description for T154452: diag.exe wipes mission when trying to preview in MP in Eden.
Oct 20 2020, 6:23 PM · Arma 3
7erra updated the task description for T154452: diag.exe wipes mission when trying to preview in MP in Eden.
Oct 20 2020, 6:22 PM · Arma 3
7erra created T154452: diag.exe wipes mission when trying to preview in MP in Eden.
Oct 20 2020, 6:19 PM · Arma 3

Oct 19 2020

7erra created T154429: BIS_fnc_initDisplays missing 5th parameter in the function header.
Oct 19 2020, 5:05 PM · Arma 3

Sep 15 2020

7erra added a comment to T153892: Running out of memory Arma 3 Windows 7.

It seems that you are launching the game with mods. Try disabling them and see if the crash still occurs. Be aware that this Feedback Tracker is for non-modded Arma only. Crashes caused by mods should be forwarded to the corresponding mod creator.

Sep 15 2020, 9:47 PM · Arma 3
7erra updated the task description for T153878: New command: findRsc.
Sep 15 2020, 1:21 PM · Arma 3
7erra created T153878: New command: findRsc.
Sep 15 2020, 1:21 PM · Arma 3

Aug 28 2020

7erra created T153452: Make CT_CONTROLS_TABLE accept controls from missionConfigFile.
Aug 28 2020, 12:08 PM · Arma 3

Aug 24 2020

7erra added a comment to T153400: [Feature request] Make onChar UIEH be able to block text input.

If retrocompatibility is a concern then another idea would be to add a new config entry:

class MyEdit: RscEdit
{
    allowedChars[] = {48, 49, 50, 51, 52, 53, 54, 55, 56, 57};
};
Aug 24 2020, 4:38 PM · Arma 3
7erra created T153400: [Feature request] Make onChar UIEH be able to block text input.
Aug 24 2020, 3:03 PM · Arma 3

Aug 21 2020

7erra created T153357: diag_mergeConfigFile makes magazines incompatible.
Aug 21 2020, 1:13 PM · Arma 3

Jul 25 2020

7erra created T152922: BIS_fnc_animType causes "Bad conversion: scalar".
Jul 25 2020, 11:44 AM · Arma 3

Apr 10 2020

7erra updated the task description for T150240: BIS_fnc_exportGUIBaseClasses does not take inheritance into consideration.
Apr 10 2020, 12:26 AM · Arma 3
7erra created T150240: BIS_fnc_exportGUIBaseClasses does not take inheritance into consideration.
Apr 10 2020, 12:15 AM · Arma 3

Feb 26 2020

7erra added a comment to T149253: Typo in curator mission fsm.

I was just looking through the game files and noticed this. I didn't play or test anything but that line just seemed wrong and I assumed it would create an error when the script is called.

Feb 26 2020, 2:26 PM · Arma 3

Feb 20 2020

7erra created T149253: Typo in curator mission fsm.
Feb 20 2020, 1:04 AM · Arma 3

Jan 28 2020

7erra added a comment to T139588: ctrlStructuredText Wrong Color Format.

Bug is still present and still annoying. Fix would be:

Jan 28 2020, 7:19 PM · Arma 3

Nov 29 2019

7erra updated the task description for T146794: Scrollable Door State.
Nov 29 2019, 5:26 PM · Arma 3
7erra created T146794: Scrollable Door State.
Nov 29 2019, 5:26 PM · Arma 3

May 21 2019

7erra renamed T139588: ctrlStructuredText Wrong Color Format from Game Crash: ctrlStructuredText Wrong Color Format to ctrlStructuredText Wrong Color Format.
May 21 2019, 12:26 PM · Arma 3

May 20 2019

7erra created T139588: ctrlStructuredText Wrong Color Format.
May 20 2019, 9:26 PM · Arma 3

Oct 3 2018

7erra added a comment to T132958: assignedTeam returns Nil if player remotecontrol another Unit.

This behaviour is already known:
https://community.bistudio.com/wiki/assignedTeam

Oct 3 2018, 12:44 PM · Arma 3

May 20 2018

7erra created T129056: tvExpandAll Game Crash.
May 20 2018, 4:04 PM · Arma 3