CPI - Custom Property Inspector- Black Friday Sale

the conflict with FP Plugin seems to be this line in CPI

newValue=Str(If(zOldValue="TRUE","FALSE","TRUE"))

Seems my use of STR was redundant here… and removing it “solved” the problem.

newValue=If(zOldValue="TRUE","FALSE","TRUE")

But there is still an issue with the Plugin, in my opinion

yes, and make sure to restart the IDE completely in order to load the plugin.

I use this plugin since 1,5 year already and haven’t had any issue with it, related to any other code I wrote.

well is seems the plugin doesn’t like the syntax I mentioned above… however, removing the “redundant” STR() did solve it…
a new version is being prepared now.

New version with above mentioned changes has been uploaded
along with the ability to change the 3 new properites mentioned above

Website is still a work in progress…
However, most links work now…

Source Code is available for $29.95
but I am offering it from now thru Cyber Monday(Nov 26th) for 20% off … $23.95

www.rdS.com/cpi

Thanks Dave. It works at my side now, due to our perseverance we have the problem solved. Will buy from you site.

Glad to here…

I did some more experimenting with that plugin installed, and a clean Xojo project.

It seems that any code the uses STR(x) where x is already a String variable will trigger this error…

Did a quick test and I see the same. I now know why I am never hit by this before. I use “Cstr” instead.

[code]Dim a As String = “Joost”
Dim b As String
b = CStr(a)

Break[/code]

Black Friday 20% sale for CPI Control ends on Monday Nov 26th…
Don’t miss this introductory offer :slight_smile:

www.rdS.com/cpi

a new demo version of CPI has been uploaded to my server

[quote=360148:@Dave S]Black Friday 20% sale for CPI Control ends on Monday Nov 26th…
Don’t miss this introductory offer :slight_smile:

www.rdS.com/cpi[/quote]

Black Friday 20% sale for CPI Control ends on Monday Nov 26th…
Don’t miss this introductory offer :slight_smile:

www.rdS.com/cpi

@Dave S Can I use the cpi to develop on more than one computer, ie., one at work and one at home?

Henry

[quote=361572:@Henry F Gibson]@Dave S Can I use the cpi to develop on more than one computer, ie., one at work and one at home?

Henry[/quote]
yes… .you get the full unencumbered source code … the only restriction is they have to be YOUR computers
basically the same as what Xojo allows, but I don’t have an “enforcement” method… I assume you’ll be “honest” :slight_smile: