TBA-bambam
Member-
Content Count
11 -
Joined
-
Last visited
-
Medals
Community Reputation
14 GoodAbout TBA-bambam
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
read my post it shows u how to correctly set up valign and use it.... dont know why you ask for help and then someone gives you a working example you carry on crying MY POST IS USING VALIGN!!!!!!!!! ITS NOT SETTING POSITION!!!!!!!!!!! VALIGN DOES HAVE EFFECT WHEN SETUP RIGHT- 26 replies
-
- 2
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
working solution removed due to muppet thread starter with period issues- 26 replies
-
- 2
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
no need to get rude and snarky just trying to establish a understanding.. there is multiple ways to approach something there was no mention of you manually adjusting just trying to see why you wouldn't just do that... every time i design a gui i just set positions of where i want things and your set- 26 replies
-
- 2
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
2514 posts Joined: November 30, 2011 ......of course i dont think your a newbie im pointing out a working example of valign behavior if you want the text sitting slightly lower then why not lower it ?- 26 replies
-
- 1
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey HazJ, i just came across this post so not sure if your still wondering but its really quite easy to vertically align text by placing a blank line before the text your displaying and setting the size which will determine how far it will push the next line of text down. As per example 2 https://community.bistudio.com/wiki/ctrlSetStructuredText So in your case adding <t size='0.5'> </t><br/> to the front of your text string. Adjust size='0.5' to make your text go up or down. _title = _display displayCtrl IDC_MS_TITLE; _title ctrlSetStructuredText parseText format ["<t size='0.5'> </t><br/><t align='left' size='1.25'>Mission Status</t> <t align='right' size='1.25'><img image='%1'/> %2<t align='right' size='0.75'> (%3)</t> </t>", _icon, name player, vehicleVarName player]; yeh sorry i didn't read that but its what works or just setting the position of your control to where you want it to sit as valign is said to be obsolete according to https://community.bistudio.com/wiki/Dialog_Control#CONTROL_STYLES Edit: Thats relating to drawing vertical text but there is a note... In addition, ST_UP, ST_DOWN, ST_VCENTER are stand alone styles and should not be mixed with any other styles funny thing though is valign works like below it will set the position of text on a line of its own only when using more than 1 line of text hint parseText "<t size='3'><t size='1' valign='top' align='right'>Top Right</t> <t size='1' valign='middle' align='center'>Middle Center</t> <t size='1' valign='bottom' align='left'>Bottom Left</t></t>";- 26 replies
-
- 1
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
Vertical align RscStructuredText (using as title bar)
TBA-bambam replied to HazJ's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey HazJ, i just came across this post so not sure if your still wondering but its really quite easy to vertically align text by placing a blank line before the text your displaying and setting the size which will determine how far it will push the next line of text down. As per example 2 https://community.bistudio.com/wiki/ctrlSetStructuredText So in your case adding <t size='0.5'> </t><br/> to the front of your text string. Adjust size='0.5' to make your text go up or down. _title = _display displayCtrl IDC_MS_TITLE; _title ctrlSetStructuredText parseText format ["<t size='0.5'> </t><br/><t align='left' size='1.25'>Mission Status</t> <t align='right' size='1.25'><img image='%1'/> %2<t align='right' size='0.75'> (%3)</t> </t>", _icon, name player, vehicleVarName player];- 26 replies
-
- 1
-
- rscstructuredtext
- title
-
(and 1 more)
Tagged with:
-
VON Linux Centos 6.6 Not Working
TBA-bambam replied to TBA-bambam's topic in ARMA 3 - SERVERS & ADMINISTRATION
hmmmm guess its os related eh maybe ill have to change over to debian 8.. -
Hi guys just hoping someone can help me. Im running a dedicated linux server on centos6.6 64bit and arma3 runs great but no matter what i try VON is not working. i have the following set in server.cfg disableVoN = 0; vonCodecQuality = 10; And from what i understand VON is thru the same game port so if the server is running/playable then the port cant be the issue. Anyone have a idea of what could be causing this?
-
Australia Version 5.09 Release
TBA-bambam replied to Auss's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Nice work on this update! Removed Skyscrapers? All of them? I have guys on my epoch server building bases in some of the sky scrapers... The sky scrapers are awesome, are you guys working on these? bringing them back later? -
Australia Version 5.09 Release
TBA-bambam replied to Auss's topic in ARMA 3 - ADDONS & MODS: COMPLETE
This map is simply amazing we have epoch 0.3.0.3 running on here. We are a Australian based server so if any one wants to jump on and check it out the australian map on a australian server then come join us. Big shout out to Aussie and the crew making this... looking forwarded to the future releases. -
does this happen every now and then or everytime u play?