DaveS
(DaveS)
November 13, 2017, 6:18pm
63
yes, I have found the conflict. It’s fp Plugin.xojo_plugin ! It can be downloaded for free from Bod Delany’s site . I need this plugin for several projects, so want the conflict been solved if possible.
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.
DaveS
(DaveS)
November 13, 2017, 6:26pm
65
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.
DaveS
(DaveS)
November 13, 2017, 6:32pm
66
New version with above mentioned changes has been uploaded
along with the ability to change the 3 new properites mentioned above
DaveS
(DaveS)
November 13, 2017, 7:23pm
67
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.
DaveS
(DaveS)
November 14, 2017, 7:20am
69
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]
DaveS
(DaveS)
November 17, 2017, 8:39pm
71
Black Friday 20% sale for CPI Control ends on Monday Nov 26th…
Don’t miss this introductory offer
www.rdS.com/cpi
DaveS
(DaveS)
November 22, 2017, 4:24pm
72
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
www.rdS.com/cpi[/quote]
19Nov2017 - fixed datainput not scrolling with listbox
20Nov2017 - added zUpdate to PUT function
- fixed issue with LIST datatype
21Nov2017 - Added ability to disable Row Collapse
- Added ability to show/not show Padlocks on ReadOnly rows
22Nov2017 - corrected issue where decimal point was not localized
DaveS
(DaveS)
November 24, 2017, 3:43pm
73
Black Friday 20% sale for CPI Control ends on Monday Nov 26th…
Don’t miss this introductory offer
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
DaveS
(DaveS)
November 25, 2017, 5:28pm
75
[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”