I updated the image, don't know what happened there but I hope it shows up this time.Cant see your attachment, please repost.
No biggie, but if you didn't see,
We all have this or at least many of us do with this version
and Eventure is aware and working on it as stated in previous post.
There is another feature that I had never noticed before Beta 6
(probably because I couldn't keep TCE working long enough)
That's been REALLY bugging me lately !
I use mouse and keyboard,
my mouse is setup for YAW and PITCH
When I get in combat or even just flying around and move my mouse up (YAW UP),
after a certain point I still see ED's cursor in the middle of the screen,
but I also see windows cursor popping up on TCE's Trade button. (center of main menu)
Even if I hide the panels, the same thing happens but the second mouse cursor now appears right on TCE's CONTROL button.
I almost crashed on stations a few times because of this,
not to mention all the beams and bullets I might have avoided or delivered if I had not lost control of my ship in the middle of a fight
because pressing any button when this happens places ED in the background and you need to realize what is happening,
then regain control by moving the cursor and clicking ED or use Alt-tab to get back in it.
Would it be possible to have the option of setting a modifier key that would switch the focus (make the windows mouse appear)
or at least, not have the mouse go to CONTROL when the panels are hidden.
I know it is part of windows mouse control scheme, but there must be a way around it !
Please !![]()
You are not the first one, who experience such a behavior with mouse controls. I use a HOTAS, so i didnt recognize this. Dont know, how to fix this problem atm, because if i hide TCE completely, there is no way to unhide it.
I registered both the unregistered station with the same name and system as the one I already added as a new station.
It seemed to work, TCE accepted it and but in some of the windows I still see duplicates
and in TCE.mdb there are duplicates because I was not at the stations when I added them so I have each with the proper body and with 0 as body.
I can remove the duplicates directly from the mdb ? they are the last 2 in the list so it should not cause problems ?
Or would you prefer I leave them there to test your future remove station feature ?
Humm, what would happen if I started adding many stations and did not add/scan any of the commodities list ?
I have boxed in green what I meant about the range not affecting the search.
I thought that changing the SET TRADE RANGE in that box would affect the result in the BEST BUY LOCATIONS
in the other green box below it.
I have boxed in red the headers that could be made clickable to show those list in different orders.
All similar headers in other windows could also be made active.
Eventure I saw that someone else asked for the option to change color and I did a quick little change in your code to make it work.
And then I just called it in all the UserForm_Initialize()
This actually change 80% of the colors, to fix the rest I just did a find&replace on the hard coded color &H80FF& to MyColor
Just thought I share that and maybe it will help in some way.
My TCE is a nice cool blue now![]()
If you hide it completely only when we select hide, would not Alt-Tab bring it back anyway ?
I kind of like the idea of a modifier key option better,
like having to hold shift or ctrl while clicking for the CONTROL button to do anything when the main panel is hidden.
Sound easy said like that but I have no clue how to write that in VB.
Eventure,
If this works, I am going to send a sizable donation your way.
Do you mind if I ask what you do for a living?
Your coding methodology and approach is excellent. I work with "professional developers" who do not deliver results as good as what you are giving this community for free.
just installed and started using your excellent overlay, I started at a station and entered is details in the unregistered area as required , uploaded the ocr stuff, flew to a second station , rinse repeat, was about to head out to yet a third area and just before I hit launch the overlay crashed, now every time I run it I get a runtime error 9 and have to exit, as I only recently started using I am unfamiliar with the files and such so im not sure if I should delete all and start again or something else, Appreciate your efforts and hope you can point me in a direction
Enty
Clicking on the UNLOCK button for the TRADE SCOUT window.
(trying to find out what it is for ?)
I Received
Run-time error '380':
Could not set the Selected property. Invalid property value.
Can't execute code in break mode
Private Sub BTN_Unlock_Click()
TLocked = False
TLocked_Star1 = 0
TLocked_Star2 = 0
TLocked_Station1 = 0
TLocked_Station2 = 0
If Main_Panel = "TOP" Then
Panel_Menu_top.TLocked_line1.Visible = False
Panel_Menu_top.TLocked_line2.Visible = False
Panel_Menu_top.BTN_Locked.Visible = False
Else
Panel_Menu_bottom.TLocked_line1.Visible = False
Panel_Menu_bottom.TLocked_line2.Visible = False
Panel_Menu_bottom.BTN_Locked.Visible = False
End If
Me.Show_Traderoute.Selected(Show_Traderoute.ListIndex) = False
Me.BTN_Unlock.Visible = False
End Sub
NetLogPath=C:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002\Logs
AppConfigPath=C:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002
EliteOCRPath=C:\Users\Stephen Blower\Google Drive\My Games\Elite\Trading\EliteOCR
POS_Star_ID=3287
POS_Station_ID=1
DES_Star_ID=3287
DES_Station_ID=2
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
<AppConfig>
<Display>
<ScreenWidth>1280</ScreenWidth>
<ScreenHeight>720</ScreenHeight>
<FullScreen>false</FullScreen>
<VSync>true</VSync>
<PresentInterval>1</PresentInterval>
<Adapter>0</Adapter>
<Monitor>0</Monitor>
<DX11_RefreshRateNumerator>60</DX11_RefreshRateNumerator>
<DX11_RefreshRateDenominator>1</DX11_RefreshRateDenominator>
<LimitFrameRate>false</LimitFrameRate>
<MaxFramesPerSecond>30</MaxFramesPerSecond>
<!-- If you are looking for the SSAA setting this has moved in to Settings.xml in the save directory
** typically: C:\Users\{username}\AppData\Roaming\Frontier Developments\Elite Dangerous\Options\Graphics.
** If this file does not exist you can generate it by entering the graphics options screen in game
** and hitting apply. You can then add <SSAA>X</SSAA> when X is the SSAA amount (1 by default) -->
</Display>
<Threads
RenderThreadStackSize="1048576"
WorkerThreadStackSize="1048576"
NumWorkerThreads="6"
RenderJobQueueSize="10240"
KernelJobQueueSize="10240"
MinSpareCores="0"
OptimiseForPerformance="1"
UseThreadPriorities="0"
PerformanceScaling="1"
/>
<Files
MaxLoadRetries="10"
/>
<Network
Port="0"
upnpenabled="1"
LogFile="netLog"
DatestampLog="1"
VerboseLogging="1"
>
</Network>
<GameObjects />
</AppConfig>
Hi, I've just extracted the lastest version and copied over the latest update.
Screenshots with configs and error
I've looked at the permissions of the AppConfig.xml file as I had to change them to allow me to update it in the first place. So I assume I need to let TCE have similar permissions, but I'm unable to determine how to do that, yet.
I'll search around in the interim but if anyone is aware of this issue and how to resolve it, that would be appreciated.
Excel Professional Plus 2010 - Full up to date, plus I installed the Prerequisite Excel File, even though I didn't get that 1004 error.
Did you running the launcher of Elite in the background? Please retry without loading Elite.
I get the same error without loading Elite.
I found a station with Hightech/Tourism
Okay, looks like TCE didn't found the VerboseLogging entry in your AppConfig.xml. Did you added the entry prior TCE or you did it after the error?