Damn, forgot the language database (i am working that atm). Will correct it and updating soon.
no probs pleased to help
Damn, forgot the language database (i am working that atm). Will correct it and updating soon.
Would it work with Excel online?
If so all you need is a hotmail account and excel would be free for everyone.
Updated (V1.33b TEST2). Please try again.
tested and its odd, the main panel position is set at say 450 and its where i want it, restart the program and its remembering the setting in the main panel options but, its set to the right of my screen, now when i then set the number to say 500 the main panel is shifted to the left of the middle of the screen.
The reason its odd is if it was set to 450 and i set it to then 500 it should have moved right not left?
The trade screen etc is not remembering where i set it too and i think its related to the main panel problem, its almost like its taking the main panel number and adding what i put into the trade panel position and making the panel off to the right at a setting of around 1076.
Hope this makes some sense .....
Ehh, that sounds wired. Okay, will release another Test-Version soon.
Updated (V1.33b TEST3). Please try again.
from what i can see this works much better and all the panel align to the centre of the screen much better.
Changing the settings now seems to be remembered.
The only issue i have is the trade scout window has gone way off my screen and i cant get to it to change its position, caused by my own error oops, how to fix please![]()
Please exchange this
with thatCode:Worksheets("DB_StPrices").Activate With ActiveWorkbook.Worksheets("DB_StPrices") lLZeile = .Cells(Rows.Count, 1).End(xlUp).row iLSpalte = .Cells(1, Columns.Count).End(xlToLeft).Column .Range(Cells(1, 1), Cells(lLZeile, iLSpalte)).Sort Key1:=.Range("B1"), Order1:=xlAscending, Key2:=.Range("C1"), Order2:=xlAscending, Header:=xlYes, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom End With
Code:Worksheets("DB_StPrices").Activate ActiveWorkbook.Worksheets("DB_StPrices").Sort.SortFields.Clear ActiveWorkbook.Worksheets("DB_StPrices").Sort.SortFields.Add Key:=Range( _ "B2:B100001"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _ xlSortNormal ActiveWorkbook.Worksheets("DB_StPrices").Sort.SortFields.Add Key:=Range( _ "C2:C100001"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _ xlSortNormal With ActiveWorkbook.Worksheets("DB_StPrices").Sort .SetRange Range("A1:F100001") .Header = xlYes .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End With
Tell me, if that works. Thanks.
I replaced the code at three locations, but the error persists:
I noticed, that I had the language setting in the .ini set to eng, but used ED in german. I suggest to implement an option to choose the languages not only in the ini-file but in the options panel too.
I noticed, that I had the language setting in the .ini set to eng, but used ED in german. I suggest to implement an option to choose the languages not only in the ini-file but in the options panel too.
In the Launcher
Options -> Select Language
There is a language selection at the options panel.
That's not, what I meant. I know abt this...
- - - - - Additional Content Posted / Auto Merge - - - - -
Noticed it now. I edited the language settings in the .ini-file to both "deu" and some program restarts later, TCE started to present the commodities in english again. strange...
Hi Eventure,
Just to let you know the position fix has worked for me, thanks
However since 1.33a(? iirc) the best sell locations on the trade info screen is listing the star ID instead of the station:
When clicked, I get a debug 'mismatch' error (probably to do with the wrong data). They show ok in other places though, inc the trade scout.