Abandoned [RELEASE] Trade Computer Extension

Status
Thread Closed: Not open for further replies.
Hi Eventure,

After I manually created and calibrated Elite OCR and directed TCE to the folder (used your .ini file) and opened TCE in Excel 2016, I got an "Error in start sequence, Error in Line 40, Error (9) Subscript out of Range".
 
Hi Eventure,

After I manually created and calibrated Elite OCR and directed TCE to the folder (used your .ini file) and opened TCE in Excel 2016, I got an "Error in start sequence, Error in Line 40, Error (9) Subscript out of Range".

This line have to do with the backup of your database. Deactivate it at the TCE.ini for a test. But i guess, you will run into other problems.
As i read at some threads on the INet, Excel 2016 VBA contains some bugs. I suggest to use an older version of Excel, till the 2016 version works better.
 
Hi Eventure,

After I manually created and calibrated Elite OCR and directed TCE to the folder (used your .ini file) and opened TCE in Excel 2016, I got an "Error in start sequence, Error in Line 40, Error (9) Subscript out of Range".

Yay I've got the interface up and running, now to learn how to use it, brilliant stuff Eventure. I used the manual method to install it, downloaded TCE and eliteOCR, installed to appropriate folder, used the TCE setup app, entered the paths manually. Still have to open Excel and then open the TCE app, but things have pogressed.

Many thanks,
 
If this has been covered else where I have been unable to find it. I was adding a station to the database (star was already in the list - Woda) when this started. Stopped to use all the reference star systems to make sure the star position is good. When I go to add the station (Cooper Vision) - this is what I get.

Run-time error ‘380’:
Could not set the Text property. Invalid property value.


Next a
Me.CB_Station.List = ArTemp
Prices_StationID = POS_StationID
Me.CB_Station.Text = POS_SysData(Prices_StationID, 2)
If OCR_Mode = 0 Then
Set_OldData = True
Call Setup_Commodities(Prices_StationID)
End If
Me.BTN_View_Back.BackColor = TCE_Color
Me.BTN_View_Label.ForeColor = 0
Me.BTN_Scan_Back.BackColor = TCE_Color_Dark
Me.BTN_Scan_Label.ForeColor = &HFFFFFF
Me.BTN_Compact.Visible = True
Me.BTN_Compact_Ind.Visible = False
Me.BTN_Compact_Label.Visible = True
Me.BTN_ShowOnly.Visible = True
Me.BTN_ShowOnly_ind.Visible = False

I really like your program, thanks for making it. If you can figure out how to fix this, please let me know. Since I can't so anything with Woda or Cooper Vision without this error popping up - I have just bypassed the star and station, and everything is working fine.

Just happened in the Arevakimos star system, any station in the system.
 
Last edited:
Hi Eventure,

Me again. Sorry, but it appears the ini file is still not transferring correctly in version 1.51.

My old ini file:

Code:
NetLogPath=D:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002\Logs
AppConfigPath=D:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002
EliteOCRPath=D:\Program Files\TCE\EliteOCR
Trade_Range=100
Jump_Limit=10
Show_ShipLog=True
Show_Marker=True
Show_NewStar=True
Show_Jurisdiction=True
Show_Economy=True
Show_Distance=True
Show_Trade=True
Auto_Select=True
Backup=True
FTP_Enabled=False
FTP_Path=
User_ID=
User_Pass=
Main_Panel=TOP
OCRLanguage=eng
TCELanguage=eng
HotKey=
Show_Summary=True
TCE_Color=33023
Menu_Mode=CLASSIC
Panel_Mode=True
ToolTips=True
FTR_SR=50
FTR_S2S=25
FTR_D2S=2000
FTR_Ana=True
FTR_All=True
FTR_Emp=True
FTR_Fed=True
FTR_Ind=True
FTR_PSS=True
FTR_PSM=True
FTR_PSL=True
FTR_PU=500
FTR_PR=1000
FTR_ST=500

My ini file for the most recent version:

Code:
NetLogPath=D:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002\Logs
AppConfigPath=D:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002
EliteOCRPath=D:\Program Files\TCE\EliteOCR
Trade_Range=100
Jump_Limit=10
Show_ShipLog=True
Show_Marker=True
Show_NewStar=True
Show_Jurisdiction=True
Show_Economy=True
Show_Distance=True
Show_Trade=True
Auto_Select=True
Backup=True
FTP_Enabled=False
FTP_Path=
User_ID=
User_Pass=
Main_Panel=TOP
OCRLanguage=eng
TCELanguage=eng
HotKey=
Show_Summary=True
TCE_Color=33023
Menu_Mode=CLASSIC
Panel_Mode=True
ToolTips=True
FTR_SR=-1
FTR_S2S=-1
FTR_D2S=-1
FTR_Ana=True
FTR_All=True
FTR_Emp=True
FTR_Fed=True
FTR_Ind=True
FTR_PSS=True
FTR_PSM=True
FTR_PSL=True
FTR_PU=-1
FTR_PR=-1
FTR_ST=-1

EDIT: Got another bug for you too.

Just went to change the allegiance of a station ('Edit Trade Station Database') and it's erroring out.

TCE errorXX1.jpg

TCE errorXX2.jpg
 
Last edited:
How about this (first design):
View attachment 64472

Button description:
RESET = Resets all entered values to zero, but not for activities. Activities are calculated based on the session and they can only be reseted, if you delete the entries from the Activities section or pressing UPDATE below.
+ = Adds the entered value to the row.
- = Substract the entered value from the row.
0 = Resets the value of the row to zero.
UPDATE = Saves the END CREDITS value to your database. All assets got reset to zero, including activities. START CREDITS are updated.

When quiting TCE, the update will be automatically done.

How do you feel about it?

That does look all sorts of awesome. However, when you say all activities will be reset to zero when TCE closes or you hit update, does that mean all the log entries of what I sold for a profit will reset to zero but be included as part of my balance. Not sure how I feel about that if so.

Really I just want the Activities Panel to hold historical data while this only holds session data? Is that possible?
 
Last edited:
Hi Eventure,

Me again. Sorry, but it appears the ini file is still not transferring correctly in version 1.51.

Fixed the issue finally in TDM. Thanks for your report again.

That does look all sorts of awesome. However, when you say all activities will be reset to zero when TCE closes or you hit update, does that mean all the log entries of what I sold for a profit will reset to zero but be included as part of my balance. Not sure how I feel about that if so.

Really I just want the Activities Panel to hold historical data while this only holds session data? Is that possible?

Only the income of activities at the balance overview for the session got reseted to zero, not the entries itself. They remain untouched.
The upcomming Credit Balance Overview contains only the incomes and losses for the session, not the entire balance of all your doings.

Is an overall view of costs and incomes requested? I can add a button to switch between the session and overall view, therefor i have to save all entered values.

If this has been covered else where I have been unable to find it. I was adding a station to the database (star was already in the list - Woda) when this started. Stopped to use all the reference star systems to make sure the star position is good. When I go to add the station (Cooper Vision) - this is what I get.

Run-time error ‘380’:
Could not set the Text property. Invalid property value.
Next a
Me.CB_Station.List = ArTemp
Prices_StationID = POS_StationID
Me.CB_Station.Text = POS_SysData(Prices_StationID, 2)
If OCR_Mode = 0 Then
Set_OldData = True
Call Setup_Commodities(Prices_StationID)
End If
Me.BTN_View_Back.BackColor = TCE_Color
Me.BTN_View_Label.ForeColor = 0
Me.BTN_Scan_Back.BackColor = TCE_Color_Dark
Me.BTN_Scan_Label.ForeColor = &HFFFFFF
Me.BTN_Compact.Visible = True
Me.BTN_Compact_Ind.Visible = False
Me.BTN_Compact_Label.Visible = True
Me.BTN_ShowOnly.Visible = True
Me.BTN_ShowOnly_ind.Visible = False
I really like your program, thanks for making it. If you can figure out how to fix this, please let me know. Since I can't so anything with Woda or Cooper Vision without this error popping up - I have just bypassed the star and station, and everything is working fine.

Just happened in the Arevakimos star system, any station in the system.

Your description of the problem is not clear to me.

You are saying, when creating a new station you got the error, but your highlighted code line is from the Commodity panel, not the database panel, where you add a new station.
Please tell me step by step, what you did. A screenshot for the current values displayed is also helpful. Thanks.

Yay I've got the interface up and running, now to learn how to use it, brilliant stuff Eventure. I used the manual method to install it, downloaded TCE and eliteOCR, installed to appropriate folder, used the TCE setup app, entered the paths manually. Still have to open Excel and then open the TCE app, but things have pogressed.

Many thanks,

Okay, good to hear, but i suggest to use the installer version once, because this version installs the font, a certificate, all shortcuts and writes the correct commands to all three batch files, which are linked to the shortcuts for TCE.
 
Last edited:
It happened again, came here and saw your post. Noticed that I was one version behind, so downloaded and installed. The system that I was unable to save station data - no problems now. Here is what I was doing: enter new system and land at station or outpost, go to Database/Stars and verify that x/y/z info and system name populate (otherwise enter sys name and/or ref distances), go to Database/Station and fill in all the information. Once I complete filling in the station info and hit the save button it takes a short pause and spits out run-time error '380'.

Like I said it hasn't happened since upgrading to latest version. If it happens again, I'll take lots of pictures so you can follow what I'm doing. Until then, nice program, thanks for your time and effort!
 
Full Version (1.52 BETA 1) released:



Changelog:
- Added a CREDIT BALANCE OVERVIEW into the Logbook panel > Personal Stats. All entered incomes and spendings are saved to the personal.mdb database.
- Fixed an issue at the Logbook panel, not displaying some statistics.
- Fixed an issue at TDM not transfering the correct values of the TCE.ini file.
- Updated TDM (V1.09).

Note:
Please use the Transfer Database Manager (TDM) to make your database compatible with the actual version of TCE.

Help request:
The translation of TCE into russian language is incomplete at the moment, i need your help in finishing the gap here, because i can't speak/write russian.
If you like to help, please fill up the missing translations at the Language.mdb file, mainly the Interface table text. I have done the translation as far as i can, but please check the translations present at the file, if they are correct.
Please send me your translations and i will include them asap to the next versions.
Thank you in advance for your help.
 
Last edited:
Program starts ok then after moving a few panels around it freezes and I have to restart. Happens every time.

You can move the panels also with the Panel Control window, did you have the same problem with it? Also, try to disable the Standard Panel Display Mode under Troubleshooting at the Options panel and restart.
 
I unchecked standard panel dislay, when I first run the program excel doesn't respond and then comes alive, but when I try to scan the commodity list I get a 'Processing Paused' at the top right of the screen and thats as far as I get. It scanned the first section of the list but everything else is still empty.
 
I unchecked standard panel dislay, when I first run the program excel doesn't respond and then comes alive, but when I try to scan the commodity list I get a 'Processing Paused' at the top right of the screen and thats as far as I get. It scanned the first section of the list but everything else is still empty.

Processing paused shows you, that the scan routine for your position in space is paused. That is normal, when opening the Commodity panel.
Please tell me, what you meaning with "first section of the list but everything else is still empty"? What is empty? I didn't understand. Screenshot perhaps? Thanks.
 
Last edited:
Not too savvy with screenshots. Sorry for the confusion, it scans the first section of the commodities list but wont populate the entire list, just lots of zero'sand red and green down arrows
 
Not too savvy with screenshots. Sorry for the confusion, it scans the first section of the commodities list but wont populate the entire list, just lots of zero'sand red and green down arrows

You have to scan each page of the commodity list of ED, not only the first one. Please check my post here, to better understand the Commodity panel.
 
I tried but it only scans the first page, then the panel just stays blank with the scan ocr button still lit

Is the Disable Screen Capture option active at the Option panel? Looks like there is no screenshot made (you scanning always the same, correct?). Activate the OCR Process Window to check, if there is no error displayed when clicked on the Start OCR Scan button.
 
Last edited:
Can you import someone else's data ? Just started with ED and managed to get TCE working fine with OCR etc, but wondered if other persons data could be used - imported to allow a noob some help on trading.
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom