chrooter / bkitpoma

Automatically exported from code.google.com/p/bkitpoma
0 stars 0 forks source link

Follow function does not work #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When tracker click on follow tracked radio button, it does not checked, and
the map does not follow tracked when tracked moving.

Original issue reported on code.google.com by rockerh...@gmail.com on 7 Sep 2009 at 3:36

GoogleCodeExporter commented 8 years ago
I replace my old MenuPanel to new project, it work.  Maybe something's wrong 
when me
and Tam merge this file.

Original comment by condorhe...@gmail.com on 7 Sep 2009 at 1:48

GoogleCodeExporter commented 8 years ago
Confirm with Tam if your MenuPanel does not effect him MenuPanel function. If
everything ok, upload your MenuPanel.java here.

Original comment by rockerh...@gmail.com on 7 Sep 2009 at 2:33

GoogleCodeExporter commented 8 years ago
Now I find an error in MenuPanel and I'm trying to fix it.

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 2:29

GoogleCodeExporter commented 8 years ago

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 4:01

GoogleCodeExporter commented 8 years ago
Everytime you change issue status, remember to attach your fixed source code.

Original comment by rockerh...@gmail.com on 8 Sep 2009 at 5:37

GoogleCodeExporter commented 8 years ago

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 2:08

Attachments:

GoogleCodeExporter commented 8 years ago
I added MenuPanel and TrackedTip, class to provide tool tip for grid cell in 
MenuPanel.

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 2:09

GoogleCodeExporter commented 8 years ago
I forgot to attach new CaptchaWindow.java file.

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 2:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by condorhe...@gmail.com on 8 Sep 2009 at 3:05

Attachments:

GoogleCodeExporter commented 8 years ago
Your TrackedTip has errors on 
line 18 
MenuPanel.getInstance().showDetail(trackedID); // this method is undefined

and line 35
MenuPanel.getInstance().removeTracked(); // removeTracked is private method

Original comment by rockerh...@gmail.com on 8 Sep 2009 at 3:48