Abandoned [RELEASE] Trade Computer Extension

Status
Thread Closed: Not open for further replies.
V1.41 Beta5 test 4

Managed to get in game and clicked add new trade activity and got the following error.

error.png


but on a positive note did not get an error when i updated the commodities via ocr
 
Last edited:
V1.41 Beta5 test 4

Managed to get in game and clicked add new trade activity and got the following error.


but on a positive note did not get an error when i updated the commodities via ocr

Nothing changed there, only in Log entries update and save commodity prices. Saving is now possible? Please check the timestamp of the station overview. Please restart and check, if it was saved correctly. In addition, please fly around and check, if the Travel Logbook entries are saved too.
 
Last edited:
Update (V1.41 Beta 5 Test 4) released:





Changelog:
- Next try to fix the date issue, because i cant recreate it.
- Change Format from dd.mm.yyyy to dd/mm/yyyy. Could be the issue, perhaps.


V1.41 Beta 5 Test 4

That seems to have done the trick. Both errors reported in #2720 are now resolved. Tested in 2 stations. Cannot reproduce Save Commodity or Update current position panel errors.

Great work
 
V1.41 Beta 5 Test 4

That seems to have done the trick. Both errors reported in #2720 are now resolved. Tested in 2 stations. Cannot reproduce Save Commodity or Update current position panel errors.

Great work

Thanks for testing it, before i go to bed. I think, i will have a better sleep now. Will release the next update tomorrow, that will handle all other dates formating (mainly the Personal Logbook areas).
 
Yep, done the trick on the commodity saving
As a sidenote, would it be possible to implement an expenditure tab in the logbook?
1 reason being, as it stands (unless I'm missing something really silly), anytime you had an activity in, it adds to your credit balance, but since you can't put what you've spent for yourself, it quickly will go out of sync with the ingame balance, unless you keep manually resetting the balance yourself
Obviously only a minor thing if it's not being used for anything else
 
Last edited:
http://s4.postimg.org/sm38517q5/Capture.png

When saving commodity data after OCRing - Beta5

Make sure to grab this file https://www.dropbox.com/s/tqmw94lbo3r4lug/TCE_V1.41beta5test4_update.zip?dl=0
It should fix that issue

So OCR Scan doesn't pick up SAP 8 price, I'm quite certain it's already been posted how to fix this, but for the life of me, I can't find the info, any chance of someone being so kind as to point it out to me please?

Edit: Is it possible to have the category has a drop down on the commodity panel? (maybe some other places as well I would imagine, always found a list quicker to work with that cycling one by one)
 
Last edited:
Make sure to grab this file https://www.dropbox.com/s/tqmw94lbo3r4lug/TCE_V1.41beta5test4_update.zip?dl=0
It should fix that issue

So OCR Scan doesn't pick up SAP 8 price, I'm quite certain it's already been posted how to fix this, but for the life of me, I can't find the info, any chance of someone being so kind as to point it out to me please?

Edit: Is it possible to have the category has a drop down on the commodity panel? (maybe some other places as well I would imagine, always found a list quicker to work with that cycling one by one)

You have to add new commodities to both TCE and EliteOCR


TCE: Add using Database >> Wares >> Add Commodity Record, chose Category and average price. Save.

EliteOCR: Launch the EliteOCR app from TCE installed folder. Choose Settings >> Commodity Editor >> Add Comodity. Added the 2 new commodities in CAPS to the eng column. Left fra and deu blank since I speak English. Saved. Seems to work.

METALS : OSMIUM
SALVAGE : SAP 8 CORE CONTAINER
 
When ever I try and add any info to TCE my taskbar becomes visible. I entered a station and ran OCR to update the prices but as soon as I try and correct a price TCE disappears and I need to open the task manager and closed the Excel.exe *32 process to restart TCE.
 
When ever I try and add any info to TCE my taskbar becomes visible. I entered a station and ran OCR to update the prices but as soon as I try and correct a price TCE disappears and I need to open the task manager and closed the Excel.exe *32 process to restart TCE.

Make sure Elite Graphics Settings >> Fullscreen is set to borderless.

Also make sure you are using Update (V1.41 Beta 5 Test 4) linked in post #2732 until Eventure releases a new version tomorrow.

If that doesn't work then it is likely a TCE or EliteOCR configuration issue. Review the installation FAQ linke on the first page of this thread.

Hope this helps.
 
with beta 5 test 4 got a runtime 9,
clicking 'set as destination' in stored loc./resource extr.

End If
If StoreCat = 9 Then
DES_StarID = Ar_DBSY(ST_SelectID, 17)
DES_StationID = Ar_DBSY(ST_SelectID, 1)
Worksheets("Werte").Cells(12, 2).Value = DES_StarID
Worksheets("Werte").Cells(13, 2).Value = DES_StationID
DES_Selected = True
DES_LocMode = False
Call Destination_Panel
End If
If DES_StarID = 0 Then
Panel_Trade.CB_Route.ListIndex = -1
Else
Panel_Trade.CB_Route.Text = DES_SysData(DES_StationID, 3)
End If

Exit Sub
End If
If Me.BTN_Com1_Label.Caption = "DELETE" Then
Me.BTN_Com1_Label.Caption = "PLEASE WAIT"
DoEvents
If StoreCat = 2 Then
StoreID = Ar_DBCZH(ST_SelectID, 1)
End If
If StoreCat = 3 Then
StoreID = Ar_DBCZL(ST_SelectID, 1)
End If
If StoreCat = 5 Then
StoreID = Ar_DBPS(ST_SelectID, 1)
End If
If StoreCat = 6 Then
StoreID = Ar_DBPOI(ST_SelectID, 1)
End If
If StoreCat = 8 Then
StoreID = Ar_DBRE(ST_SelectID, 1)
End If
If StoreID = DES_LocID Then
NoTarget = True
DES_LocMode = False
End If
Call SQL_Export_Del(AppPath & "\DB\Logbook.mdb", "Store")
For a = 1 To AzStore
 
You have to add new commodities to both TCE and EliteOCR


TCE: Add using Database >> Wares >> Add Commodity Record, chose Category and average price. Save.

EliteOCR: Launch the EliteOCR app from TCE installed folder. Choose Settings >> Commodity Editor >> Add Comodity. Added the 2 new commodities in CAPS to the eng column. Left fra and deu blank since I speak English. Saved. Seems to work.

METALS : OSMIUM
SALVAGE : SAP 8 CORE CONTAINER

Thanks for the tip. Added as you suggested and they are now showing up in TCE but I noticed it dosent appear to be adding the galactic average in the TCE preview, and I still have the same Error 13 error popping up when saving the data.

Capture.png
 
You have to add new commodities to both TCE and EliteOCR


TCE: Add using Database >> Wares >> Add Commodity Record, chose Category and average price. Save.

EliteOCR: Launch the EliteOCR app from TCE installed folder. Choose Settings >> Commodity Editor >> Add Comodity. Added the 2 new commodities in CAPS to the eng column. Left fra and deu blank since I speak English. Saved. Seems to work.

METALS : OSMIUM
SALVAGE : SAP 8 CORE CONTAINER

My fault, I thought the Beta5 DL in the opening post was updated with Test4 code, I'm using test4 now and all is well.

Thanks.
 
another runtime 9:
in stored locations, outfitting, clicking down arrow:

Me.Controls(iName5).Caption = Ar_DBOF(a, 2)
Me.Controls(iName5).Visible = True
Me.Controls(iName2).BackColor = TCE_Color_Dark
Me.Controls(iName3).ForeColor = &HFFFFFF
Me.Controls(iName4).ForeColor = &HFFFFFF
Me.Controls(iName5).ForeColor = &HFFFFFF
If Ar_DBOF(ST_SelectID, 1) = Ar_DBOF(a, 1) Then
Me.Controls(iName2).BackColor = TCE_Color
Me.Controls(iName3).ForeColor = &H0&
Me.Controls(iName4).ForeColor = &H0&
Me.Controls(iName5).ForeColor = &H0&
End If
If Ar_DBOF(a, 21) <> "" And a <> ST_SelectID Then
Me.Controls(iName3).ForeColor = TCE_Color
Me.Controls(iName4).ForeColor = TCE_Color
Me.Controls(iName5).ForeColor = TCE_Color
End If
Next a
Exit Sub
End If
If StoreCat = 5 Then
anzahl = AzPS
If anzahl > 9 Then anzahl = 9
For a = 1 + Me.ST_Scrollbar.Value To anzahl + Me.ST_Scrollbar.Value
'------> Select
iName1 = itxt1 & a - Me.ST_Scrollbar.Value
Me.Controls(iName1).Visible = True
'------> Back

View attachment 42141

also, the first station has double entry. in db is only one.
 
runtime 91 filtering for star '3885' in dest. panel:


With rngFilterRange
On Error Resume Next
Set rng2 = .Offset(1, 0).Resize(.Rows.Count - 1, 1) _
.SpecialCells(xlCellTypeVisible)
On Error GoTo 0
End With
If rng2 Is Nothing Then
AzStationPool = 0
Exit Sub
Else
Set rng = ActiveSheet.AutoFilter.Range
rng.Offset(1, 0).Resize(rng.Rows.Count - 1).Copy _
Destination:=Worksheets("TMP").Range("A2")
End If
Set rngFilterRange = Nothing
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom