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,129
- Last Active
- Roles
- Administrator
Comments
-
Barry, Please document how you are using the feature. Are you using the combobox in the SRP Editor toolbar? Are you using F12? Does it fail to work in all cases or does it seem to be unique to a specific label? FWIW, it is working fine for me on al…
-
For those monitoring this thread, thanks to Barry's discovery and his %FIELDS% record (which was rather full of all kinds of column goodness), I was able to confirm the issue he brought up. I have updated the GetColumnNames service and it will be re…
-
Barry, How long ago did you download the installer? This issue was already addressed in the comments of the blog article and we resolved it with a new installer several hours ago. Please download again and retest.
-
Barry, Upon reviewing the code again, the original placement of FieldPos -= 1 is by design to properly satisfy the Fields< FIELDS_FIELD_NO$, FieldPos > GT 0 condition. So, perhaps your dictionary poses a unique challenge to the design. If you…
-
Barry, I think some of my confusion lies in the smaller snippets of code you are putting in your post. Are those exact copies or did you simply type it out? I simply don't see any code that looks exactly like that. The larger snippet of code, of c…
-
Barry, I really am not at all clear on what you are asking, assuming you still have a question any more. If you still have an unanswered question please post again as simply as possible.
-
Barry, I'm not sure I detected an actual question in there, but it seems as if you are curious as to why the GetColumnNames service checks for a Master flag. Well, your situation is exactly why. I actually document the reason in the service comment…
-
Barry, Hopefully you understand that retrofitting your entire HTTP service is not something we would consider "support". We provided you full source code so you could do this yourself. Support is helping you with unexpected behavior or, perhaps, he…
-
Barry, No, not officially released yet, but it will be soon. Just go to the Tools > Options menu. Click on the Style tab. You'll see a combobox labelled Theme. Have fun!
-
Mark, To answer your question, "yes, it could work but it is not strictly standard". May I ask why the second scenario is required? Why could you not submit multiple requests? Keep in mind this will also benefit you in three ways: 1. Less overhead…
-
Hi Mark, First I'll answer your technical question. Yes, you can can encode an image as Base64 and place it within a JSON string. Base64 is designed to be safe, so it's safe to embed in just about anything. JSON will just view it as string data. H…
-
The SRP Editor actually relies upon the underlying Revelation procedures to identify compiler errors. We then run it through our own filter to weed out data that we know is a false positive. However, there are still some circumstances that come up w…
-
I believe I was referring to our blog article: Adding the SRP Editor to the OpenInsight Side Tool Bar
-
It includes the resolved address and it is correct. So you are saying that the full URL (which contains the reference to OECGI4.exe) looks correct? Per chance had you done any testing with the fully resolved URL within Postman just to verify that r…
-
Mark, 1. I retained the login concept but pass the credentials in the authorisation header as you suggest for all subsequent calls. How are you doing that? I mean, this would have to be done via JavaScript and I thought you are relying on a third-…
-
Mark, A long shot idea just came to me. Could this be due to your rewrite rules? Maybe there is a problem there that is causing IIS not not resolve the URL properly and thus the OECGI is never really invoked. It could be something as simple as the …
-
Mark, 1. Yes network users though personally neither makes any sense to me. If a network user doesn't have full control how can they post some requests and not others? No, it doesn't make sense which is why I really don't think this is relevant. I…
-
Mark, I've been monitoring the discussion between you and Bryan on the forum. I'll keep my own comments isolated to this forum to avoid confusion and so as to not become a distraction to Bryan's analysis. That said, your latest post has me confuse…
-
Mark, I've only seen that error when I try to launch CTO/ARev32 and there are not enough licenses. However, it simply means that the engine server was unable to be connected to.
-
Mark, No, that would not be considered a feature. It would be considered a miracle.
-
Mark, If you even whisper a feature you would like to see I'll make sure all of your themes have harcoded white colors for every element. 'Nuff said.
-
Mark, This is a bug that has already been identified and fixed. It will be in the next release.
-
I suspect the re-registering did the trick. Multiple copies is not a problem because the registration process creates a path to the control.
-
Frank, I was more trying to figure out if you were identifying a problem, not whether it was limited to a specific theme. I see that you were reporting a problem. Kevin may respond pretty soon with a definitive response, but since I am not seeing …
-
Frank, Are you suggesting that something is wrong with your Solarized Dark theme?
-
Mark, I see nothing unusual with the body that would cause any problems. Of course, I don't know everything about your request, like the header names and values, but I would seriously doubt that your body should be relevant. It's just string data. …
-
I see. So this is a mobile app rather than a web app. What is being used to make the HTTP requests? Is this a native app wrapper (PhoneGap/Cordova) around a web stack or is it a pure mobile platform SDK (Objective-C/Java) being used? Did you test a…
-
How long should the request actually take if you didn't get this timeout response? How long does it take before that error message gets returned? What I am wondering is whether this is a true timeout or an error condition that makes IIS think it is…