[kovarex] [0.17.6] UI Description of the mod is outside parent window

This subforum contains all the issues which we already resolved.
User avatar
ZlovreD
Fast Inserter
Fast Inserter
Posts: 130
Joined: Thu Apr 06, 2017 1:07 pm
Contact:

[kovarex] [0.17.6] UI Description of the mod is outside parent window

Post by ZlovreD »

If list of dependencies is to long - description start showing outside mods window on scrolling down.

Image
User avatar
WIZ4
Fast Inserter
Fast Inserter
Posts: 209
Joined: Thu Apr 07, 2016 1:36 pm
Contact:

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Post by WIZ4 »

I have the same problem

Code: Select all

function create_bug()
	local frame = game.players[1].gui.center.add { type = "frame", name = "main_frame"} 
	frame.style.width = 400
	frame.style.height = 250
	local scroll = frame.add { type = "scroll-pane", name = "scroll"} 
	local scrol_2 = scroll.add{ type = "scroll-pane", name = "scrol_2"}
	scrol_2.style.width = 350 
	local label = scrol_2.add{ type = "label", name = "label",caption = 'Created bug successfully'}		
	local frame_3 = scroll.add { type = "frame", name = "frame_3"}
	scroll.frame_3.style.height = 500
end	
Screenshot_11.jpg
Screenshot_11.jpg (17.1 KiB) Viewed 3111 times
My native language is russian. Sorry if my messages are difficult to read.
Sopel
Fast Inserter
Fast Inserter
Posts: 106
Joined: Mon Sep 24, 2018 8:30 pm
Contact:

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Post by Sopel »

Also happens with the "buff overview window"
kovarex
Factorio Staff
Factorio Staff
Posts: 8211
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [kovarex] [0.17.6] UI Description of the mod is outside parent window

Post by kovarex »

Thanks for the report, fixed for 0.17.22
Post Reply

Return to “Resolved Problems and Bugs”