Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,057
- Last Active
- Roles
- Administrator
Comments
-
@BarryStevens - Are you really interested in OECGI3.exe or OECGI4.exe? I ask because OECGI3.exe does not have a 64bit version AFAIK.
-
@Opto_Will, sounds plausible to me. :) We double checked all of our development systems and RDKs and there is no entity for this, so I think this is more than plausible and veers toward probable.
-
Given that this was local to FRAMEWORKS, I'm wondering if we happen to have this in one of our RDKs. I'll have to look and see. If so, this was probably done for troubleshooting purposes or it was done when I was tasked with updating it to support A…
-
@vince - Let's check something else out first. I forgot that sometimes we find versions of $SRP_PRECOMPILER in local applications and these are older than the ones which ship with current versions of the SRP Editor or SRP Utilities. Use the Open Re…
-
@vince - I've tried the version prior to, the same version, and the version after (which isn't publicly available yet) and I still cannot duplicate your issue. I think the only way for me to investigate further is to get a copy of your system.
-
Carl was simply explaining to you that the term "OLE" when used to explain drag-n-drop methodology has nothing to do with the term "OLE" when used to describe how the control was written. The EditTable in OI is not written using "OLE" technology bu…
-
@BarryStevens - This thread doesn't exactly discuss drag'n'drop, but it does provide some methods that might be suitable for emulating it.
-
BarryStevens - I have been monitoring the discussion regarding the OI 10 edittable. I think Carl's answer is self-explanatory. The SRP EditTable does not support drag'n'drop but you might be able to emulate it. I think I recall someone doing just t…
-
@vince - What is the version of SRPEditor.ocx?
-
@vince - What version of the SRP Editor are you using? I think this might have been fixed in later releases of the SRP Editor. I couldn't find anything in the Version History about this (unless I'm being a bit blind), but I do recall this being a pr…
-
@vince - Thanks for that. I wanted to test this using your configuration. I always have Tabs as Spaces checked and I was seeing different behavior so I wanted to see if this was connected. I see now what you are describing. I would consider this a …
-
@vince - I need a little more information. What are your Whitespace settings in the Options dialog? Specifically: * Tab Width * Tabs as Spaces * Clean Tabs
-
@Opto_Will Are you indicating that is a needed step? I'm unsure to what you are referring to specifically. The official instructions from Revelation have always been to manually uninstall the .NET components as those don't properly get replaced. A…
-
You would be re-installing the ClientSetup.exe from that version of OI. You will want to manually remove the "Revelation Software .NET xxx Components" from Apps & features before hand.
-
@BarryStevens - This is on our (actually my) plate, but Beta 2 was just released so it is a juggling game. I'm also out all this week training so I don't have any opportunity to look into this until I get back.
-
As long as your email service provider will still support SMTP emails then that should work.
-
I take it you are asking if SRP Mail or RTI_CDOMail can send texts using the SMS or MMS protocol rather than the old fashioned way of sending a formatted email address to the appropriate wireless carrier. The answer is no because email uses a differ…
-
@Opto_Will - Thanks for the clarification. Windows definitely has upper limits to the number of files in a folder so this definitely seems like the HTTP Framework is adversely impacted by this limit.
-
Are you referring to the built-in logging of the HTTP Framework or some other kind of logging? I am confused because you seem to associate debugging with logging, but these are not related issues as far as the HTTP Framework is concerned.
-
No, there is no registering going on. If everything is a literally a copy of a working system then I would expect everything to work exactly the same insofar as OI is concern.
-
My best guess is that the RDK is still out of sync with the newer DLL. Did you install by manually loading the RDK or did you run our exe installer? If the latter, are you installing using a UNC path or drive path?
-
Are you passing the entire @TM delimited string into column.value?
-
Okay, you are using SRP JsonX. That's mostly all I needed to know. However, this syntax looks odd to me: srp_jsonX("rows",column.value,'string array') 'string array' is not a valid value as far as I know.
-
This definitely looks like system delimiters are not getting converted. How are you building the JSON in the API?
-
Awesome!
-
@Opto_Will - I am rather certain these engines will use a license count when engaged, which is why I am sure they terminate ASAP.
-
I decided to do a little R&D on this as I was curious myself. I learned a few things. Much credit goes to Bryan Shumsky who offered to guide me on various issue. First, those settings I previously mentioned work, but they are directly tied to s…
-
@Opto_Will - Yes. I haven't actually done this with OEngineServer but some of the relevant settings from eserver.cfg are: // time (in seconds) to check on idle engines (and to run 'timer proc', if any) IdleCheck=60 // Process to run for mode -1,0,…
-
The .exe installer is still the normal way our tools should be installed. However, there are situations where the installer is blocked from installing the RDK. Thus, as a backup plan we make the RDK available.
-
We have a number of sites that use the Windows Task Scheduler for similar purposes. If you want to use OpenInsight, you can create a custom user login or even an inherited application that does exactly what you want. A lightweight approach is to us…