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,095
- Last Active
- Roles
- Administrator
Comments
-
I've been traveling so unable to respond as quickly as I would like. After you mentioned this was WM_SYSCOLORCHANGE and knew instantly that this was something we qualify in FrameWorks. Looks like you found the relevant code to disable.
-
I will corroborate your results when I return. Then I will report to Revelation.
-
I have never seen or heard of this being reported before. My guess is that you are capturing the WM_ACTIVATE message in your promoted CREATE event and this is why you are getting inundated with it. If you don't need it then try disabling it and see …
-
@Opto_Will - That's a great find. I would not have thought that 65 or 66 would have made any difference. That said, both 65 and 66 are not supposed to show the engine UI. Thus, when you previously told me that an engine is appearing on the desktop I…
-
I read your WORKS post and this helped me understand a little more of what you are trying to do. I think this was the detail I was hoping you would have posted here. At first, I could not replicate your problem. My IDLEPROC routine is called withou…
-
It would help if you elaborated on the full requirement of your project. Also, I couldn't get that link to open.
-
Well I'm stumped. Restarting the engine server shouldn't make any difference because you aren't changing code when all you are doing is adding or removing the Debug header in Postman.
-
Pretty much what I expected. However, this will give us another experiment to try. Remove all debugs in your code. Then run the request using Postman but add "Debug" as one of the Request headers and put a 1 in the value for this header. Let me know…
-
Please remove the extra space before HTTP_DEBUG. I can't see how that would cause the odd behavior, but it would certainly prevent you from using the Debug request header correctly. BTW, are you testing with Postman or similar?
-
Thanks for the pre-emptive posts. I was going to ask for them. :) So there is no response log? This would suggest that the engine is definitely failing to complete the request, which I'm certain is happening when the "debug" statement is getting ca…
-
I'd like you to try a couple of other experiments. First, call Msg() instead of debug in your code. I'm curious if that will appear on the desktop. Second, try putting a debug in HTTP_MCP right before and right after the code that sets the debugger …
-
Thanks for the clarification. I do want to point out that the debugger intercept routine will not get called using a debug statement. It will only get called if you encounter a runtime error. Not sure you were aware of that. When the API is getting…
-
Just to be clear, are you trying to invoke the visual Debugger or are you trying to call the Debugger intercept routine? These are mutual exclusive options, but your posts introduce elements of both.
-
Not in the way you are hoping. You can load multi-framed images, but this is for when you need to support the different states of the same button icon in the way 32-bit OI handles this.
-
We have observed similar behavior when those same conditions are in effect. We put an extensive amount of research into this and even worked with Revelation Software to try and figure out what is going on. While no clear smoking gun has been found, …
-
Josh - are you using promoted events?
-
Do you have the Universal Driver installed on this local PC?
-
I am guessing that the Windows timer or the Presentation Manager is suspended when Windows is in Lock mode (although I could have sworn this wasn't the case). IDLEPROC uses the engine.
-
Redirection is accomplished using the ShareName setting in the Revparam file and there would be a corresponding string in the Revsoft\Revelation Universal Driver\5.1\Shares key. This is documented in the UD51 NUL Installation Guide.pdf document.
-
If File Explorer only shows the Revmedia file that suggests redirect is being used. What else is in the Revparam file? What is in the Registry? What version of the UD is this?
-
Did you attempt to call OLEStatus to see what it indicates might be the problem?
-
That is a Windows ActiveX control that allows you to load various common controls. You won't need it for OI 10 since its Form Designer has exposed practically all of the common controls that are available. Also, that file isn't compatible with OI 10…
-
Well, I learned something new here. I've always assumed that the SCROLL method did the same thing as the VPOSITION property. I was wrong. However...it appears that that while the SCROLL method does reposition the virtual space of the form, it actual…
-
I'm glad you have a working solution. However, for the sake of clarity in case others are reading, your comment about scrolling "down to see the controls that would otherwise be 'off the screen'" is not accurate. The scrollbar control itself won't d…
-
You could add a vertical scroll bar control to the form though. True, but what would you do with that? Would you reposition the controls on the form dynamically as the value of the scrollbar was changed?
-
Josh - I see that you've crossposted this question in the WORKS forum and that you are getting help from Bob Carten. I doubt you'll get anything more useful here. I'd like to respond to a couple of other items from the above posts. This means you co…
-
M@ - Thanks for the input. Thanks for confirming the issue and for the workaround.
-
Thanks for the attachments. There might be an issue on our end so we are looking into this now. What I meant by "turning UTF8 on dynamically" was using the SetUTF8() routine.