Jump to content

Lenght of text boxes in inbox items question


DimitriFromParis

Recommended Posts

Hi guys.

Does anybody have an idea where to find the panel file controlling the lenght of the boxes marked within the red line in the picture?

Nothing has been changed manually, so SI just forgot to adjust them properly according to which currency you plan with. As you see, the "minimum fee release clause" amount is cut of, as the currency is danish thus making the number higher/longer than when in pounds/euros.

yVcmdue.png

Link to post
Share on other sites

It should be controlled by the 'contract offer details inbox panel.xml' file located in the panels folder, you'll have to play around with the various settings in that file to see which bit controls those buttons.

Hi Michael.

Are you sure that's the right file? Nothing happens when we change the code. Even tried to delete almost all code inside it, and still nothing changed in-game.

Link to post
Share on other sites

It might just be controlled by the 'contract offer details.xml' file then.

Getting closer, but still not the exact file. This one controls the left side panel (wage, signing on fee, agent fee) and the top panel (contract type, job, squad status, transfer date and contract lenght) but won't allow me to edit the "main area" called 'bonuses & clauses'. Any other ideas Mic?

Thanks so far.

Link to post
Share on other sites

Looking at the files I don't think it can be edited, it looks like this code near the bottom of the file controls it:

<widget class="table" id="bclt" layout="-1" mode="fill_rows, stripe_rows" auto_size_rows="true" fixed_size_rows="false" row_spacing="0" />

However there isn't much user editable there and it looks like the contents are generated by the game and thus likely not to be user editable.

Best thing may be to raise the issue in the bugs forum to see if it can be fixed in time for the next patch.

Link to post
Share on other sites

Looking at the files I don't think it can be edited, it looks like this code near the bottom of the file controls it:

<widget class="table" id="bclt" layout="-1" mode="fill_rows, stripe_rows" auto_size_rows="true" fixed_size_rows="false" row_spacing="0" />

However there isn't much user editable there and it looks like the contents are generated by the game and thus likely not to be user editable.

Best thing may be to raise the issue in the bugs forum to see if it can be fixed in time for the next patch.

Strange. But okay, thanks Mic.

Link to post
Share on other sites

Looking at the files I don't think it can be edited, it looks like this code near the bottom of the file controls it:

<widget class="table" id="bclt" layout="-1" mode="fill_rows, stripe_rows" auto_size_rows="true" fixed_size_rows="false" row_spacing="0" />

However there isn't much user editable there and it looks like the contents are generated by the game and thus likely not to be user editable.

Best thing may be to raise the issue in the bugs forum to see if it can be fixed in time for the next patch.

Strange. But okay, thanks Mic.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...