Jump to content
SubSpace Forum Network

Recommended Posts

Posted
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.
Posted

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 If

It 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

  • 3 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...