Re: [Potlatch-dev] Am I just stupid or is this a bug?

2011-06-08 Thread Richard Fairhurst
Eric Wolf wrote: > Thanks for looking, Richard... While I have your attention. I want to be able > to disable creating and editing ways entirely. What would you recommend as > the easiest way to go about that? Basically you'll need to stop P2 going into any of the ControllerStates that deal w

Re: [Potlatch-dev] Am I just stupid or is this a bug?

2011-06-07 Thread Eric Wolf
I'll fire up the debug player tomorrow to see what's going on. I also need to make sure the test version is unmodified code. Thanks for looking, Richard... While I have your attention. I want to be able to disable creating and editing ways entirely. What would you recommend as the easiest way to g

Re: [Potlatch-dev] Am I just stupid or is this a bug?

2011-06-07 Thread Richard Fairhurst
Eric Wolf wrote: > You can test it yourself here: > http://navigator.er.usgs.gov/p2test/potlatch2.html Difficult to tell without seeing the changes you've made to the source, but it's throwing an error in potlatch2.mxml, line 437. Possibly you've changed event.dragSource.dataForFormat('container')

Re: [Potlatch-dev] Am I just stupid or is this a bug?

2011-06-07 Thread Eric Wolf
It'll take a little more effort to get the debug player running. Answers to your Qs: a) cloned from git://git.openstreetmap.org/potlatch2.git b) Revision 2.0 Build 2.0-56-g436783a c) ant d) Flex SDK 3.4.1 Here's a detail on what I did to prep and build: http://www.asifanyonecares.com/2011/05/ge

Re: [Potlatch-dev] Am I just stupid or is this a bug?

2011-06-07 Thread Andy Allan
On Mon, Jun 6, 2011 at 9:48 PM, Eric Wolf wrote: > I've been trying to make some changes to the Potlatch2 code but when I build > the SWF, it won't let me actually create a node by dragging and dropping > icons. > If I drop in the latest SWF from random.dev.openstreetmap.org, it works > perfectly.

[Potlatch-dev] Am I just stupid or is this a bug?

2011-06-06 Thread Eric Wolf
I've been trying to make some changes to the Potlatch2 code but when I build the SWF, it won't let me actually create a node by dragging and dropping icons. If I drop in the latest SWF from random.dev.openstreetmap.org, it works perfectly. If I start with a blank directory, git clone and build fr