nwihardjo / Java-Webscrapper

Amazon and craigslist multi-threads webscraper
https://nwihardjo.github.io/Java-Webscrapper/
2 stars 2 forks source link

Since the threading doesn't work, it seems appropriate to comment it out first for now. The rest of the additions are just the necessary functions for refining search. #11

Closed nwihardjo closed 5 years ago

nwihardjo commented 5 years ago

Originally posted by @hanifdean in https://github.com/nwihardjo/Java-Webscrapper/pull/10#issuecomment-437387308

The thread issue were caused by either function refreshSummaryTab(), togglePrimarySearch(), toggleRefineSearch() which doesn't support the javafx threading used in actionSearch method. Please wrap the mentioned methods with javafx thread support.

nwihardjo commented 5 years ago

fyr https://stackoverflow.com/questions/36638617/javafx-textarea-update-immediately

hanifdean commented 5 years ago

Fix in pull request #13