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,056
- Last Active
- Roles
- Administrator
Comments
-
When you say that you "ended up destroying every Sys object" are you referring to Sys objects related to the form itself?
-
The SIZE event is triggered whenever the form is resized (obviously) or moved. I was convinced quickly that you weren't triggering it in your own code, but that it was responding indirectly to other things. It could still very well be underlying OI …
-
I actually dont expect it to do anything as I was already capturing (as per my first post) ANY event that triggered in the Commuter. I guess you did mention this, albeit it was inferred. I'll plead the "wall of text" defense. ;-) I think I would …
-
@Opto_Will Short answer there is yes, It is visble by the end of the Promoted CREATE but is unresponsive to any input for another 25ish seconds or so while is goes through all the other 'background' Events. I'm not sure the way you answered my que…
-
I would be helpful if we knew what was in the call stack each time the SIZE event was triggered. That might reveal some unexpected activity that could be used to resolve the problem. Aside from that, does the dialog become visible prior to the Prom…
-
@jimvaughan - Please confirm which version of OI you are using. Also, is "sys_file" a general reference to any system table (SYSENV, SYSPROCS, SYSREPOS, etc.)? Please offer any other specific information or patterns of behavior that might helps. (FW…
-
Reconnecting is a feature of the UD 5.x, regardless of the version of OI. However, I have yet to see it work under any situation. I've addressed this with Revelation and they have acknowledged it will work only under very specific situations. In sho…
-
I'm hoping you noted that SRP Editor 1st call is indirectly handled via the Repository COMPILE request, which is what the OI editor is doing on its only call. The SRP Editor 2nd call is made directly, which I believe we added as a means to get more …
-
@BarryStevens - I'll send you an upload link so we can look at your system directly. I should have some time to investigate and confirm, but Kevin is on holiday for a week and a half, so even if there is a fix that can be made, it won't happen unt…
-
Barry - Perhaps check a few things: * Are there any instances of SRP object records that happen to be in your local application? * Is there a copy of $BLINT in your local application? * What is the datetime stamp of your version of $BLINT? *…
-
I think this is an edge case where a system delimiter being adjacent to an interpolated variable is not being parsed correctly. Remember, you can always use the #pragma output option to see how the precompiled code looks. In your case, I see this: u…
-
The statusbar is the app's mdi, not the editor. The two may or may not be related as I updated both the editor and the controls before testing. If so, then this would have been good to note straight away. Please confirm (especially you Chris) and …
-
Chris - Is the SRP Editor maximized and still looking like that? If so, do other apps appear normal when maximized? Your taskbar seems a bit tall to me. Also, if you used the most recent installer Kevin posted then the versions should be 3.4.6.12.
-
If the client files did not get relocated or removed, perhaps .NET itself got removed through a Microsoft update.
-
Was the ClientSetup.exe ran on this machine?
-
Most likely your tables are being attached using a mapped drive rather than through UNC or using relative paths. The service operates under a different user context than the debug mode, so it cannot access mapped drives.
-
Maximize the window, close the window, relaunch the window. Does this now work better with regard to resizing so it stays visible?
-
I'm not following you. Does maximizing the window work?
-
I think the window's default launch settings (which are maintained in the oinsight.ini file) are launching this as minimized or sized in a way so you can't see it. If you are able to get the thumbnail, try right-clicking over it. You should see a co…
-
If you hover over the icon on the taskbar, do you see a thumbnail of the window?
-
Is it possible that it is simply positioned off screen? This happens often when OI was running with two monitors and then it is run with one monitor.
-
What does "the window doesn't fully open" mean?
-
Thanks. In that case I'm out of ideas. It might be something obvious, but we aren't seeing the issue because of limited information.
-
Again, try the Set_Property anyway just to rule it out or in. Also, set it just prior to your OLE.ColumnHeaderText setting.
-
Roger - I don't have Windows 11 to test with so I'm using Windows 10 and Segoe MDL2 Assets. Using the hex value that Kevin originally posted I'm able to see the wifi icon: I would have expected setting the application properties to turn on UTF8 mod…
-
Without doing a deep dive, my first instinct is that UTF8 is not enabled.
-
Does your computer have the Segoe MDL2 Assets font?
-
In fact using the SRP editor I could not place a colon or plus sign next to the first variable then a space followed by the second variable. I see what you are experiencing. I agree with you, this code was obviously written with a native editor. …
-
I think my two app plan isn't going to work. It seems that App-B is unable to access subroutines on App-A. That probably explains why my calls to Calculate work when run from App-A. Yes, that is a potential issue. Is your app from a different copy…
-
No, XLATES work just fine as long as all dependencies are available. Is CUSTOMERS being attached as well?