Open GoogleCodeExporter opened 9 years ago
I've stumbled across this while trying to find a way to get the Back and Forward
history to display in a drop-down combo box, like in Firefox. There seems to be
no
such method implemented, as the GetTraveLogEntries() method returns all the
entries
(except the first, as stated in the above bug).
I solved this by simply making the TLMENUF a parameter of the function, so
calling
GetTraveLogEntries(TLMENUF.TLEF_RELATIVE_BACK) gets me what I need to display
the
back history (again, without the first entry).
It would be of great assistance if you could implement a simple enum instead of
the
ugly TLMENUF enum, and have that as a parameter for the method.
Thanks for this excellent control!
Original comment by manixr...@gmail.com
on 29 Apr 2008 at 5:55
Seems like it was cause by my code making it, once created, run it's
NavToBlank()
method. Without it it seems to work fine. But with it it seems to create
problems for
it's history, so it's still a bug, but it happens when you call NavToBlank()
first on it.
Also, when would the best event be for updating the back and forward list?
Original comment by manixr...@gmail.com
on 29 Apr 2008 at 7:16
Thank you for reporting this bug. I have posted a temporary solution which will
be
part of the next release.
http://groups.google.com/group/csexwb/t/1b8a31a5dec1cf6
Regards,
MH
Original comment by mehr...@gmail.com
on 2 May 2008 at 10:46
Original issue reported on code.google.com by
manixr...@gmail.com
on 29 Apr 2008 at 5:41