Smong Posted April 8, 2007 Report Posted April 8, 2007 Starting with a blank map I create a region from a selection, then double click on isAutoWarp and I get runtime error 380. I think it happens on all the toggleable (true/false) attributes. I have version 3.1.1.
Samapico Posted April 9, 2007 Report Posted April 9, 2007 what the crap... for now, I suggest using the region tool toolbar to edit region properties... its much more convenient anyway That used to be working... I dunno what's causing it edit: If curRegionls!@#$%^&*em.SubItems(1) = "False" Or curRegionls!@#$%^&*em.SubItems(1) = "" Then lstRegionPropertyEdit.ListIndex = 0 Else lstRegionPropertyEdit.ListIndex = 1 End IfIt was crashing there with an 'Invalid value' error...Had to add these lines just before... lstRegionPropertyEdit.Clear lstRegionPropertyEdit.addItem ("True") lstRegionPropertyEdit.addItem ("False") How the !@#$%^&* was it working before? !@#$%^&*it tortoiseSVN's log is pissing me off... it's only allowing me to see logs between 2006-11-02 and 2007-01-27.... wtf ok finally got it working... Hmm that region form isnt using our propertylist control... maybe we should put it there too
Drake7707 Posted July 13, 2007 Report Posted July 13, 2007 yes, i refixed this too (see other topic) besides, i just noticed, the above reply is wrong, false has to be first
Recommended Posts