Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,260
- Last Active
- Roles
- Member
Comments
-
Wow Kevin, two woohoos in two days. ............... now what excuse can I find to play with this one?
-
Interesting that you encounter this with a move to OI9. I had this problem in the past and with embedding just one form only as opposed to multiple forms. As I was only testing the functionality I didn't pursue a resolution with any great vigour. …
-
Hi Don, Same problem here. Exactly as you described. The control went black and OI hung. OI 9.3.2 and Windows 7 Enterprise SP 1
-
Don, I've changed the approach to use the panel control for the form and the shortcutbar just for listing items. Initially I was going to embed the form into the first group of the shortcutbar so it could be collapsed out of the way (if embedded fo…
-
One more piece of info. If I change the shortcutbar to a panel and use the setform method it all works regardless of the controls on the window being 'embedded' into the panel. Don't know whether that helps or not but thought I'd throw it out there.
-
Just stepped through this again with a form without any controls and I see that the embedding seems to complete after the set_property call that it hangs on when there is a control. So the steps are 1. Start the parent window that contains the short…
-
Another consideration. If you are ending the dialog based on the click event are you returning the 'date' parameter passed through the click event or are you first retrieving the 'selection' property? I haven't tested but I would assume that click…
-
I'll just assume you were as excited about it as I was :-D By the way, I'd like to throw my support behind the background image idea as well while you've got a spare minute or two. Thanks Kevin.
-
Thanks Don
-
Don, Thanks for posting the solution to this one. I just had the same issue and resetting the Prog ID did indeed resolve it. Have there been any other controls that you're aware of that have had similar issues where this is the resolution? Thanks.
-
On site now where the code mentioned above is in production and no-one has mentioned it because it works. They are using version 3.0.0 of the subclass control and with that version, setting the font value of the prompt property to zero is the same a…
-
Hi Don, No on all counts. The improperly functioning prompt occurs because it was written by an improperly functioning coder. The red ones worked because I was setting the font to a bold font. The others I thought I was leaving as default but was…
-
Am at that client later in the week so low priority until then and not sure if it is actually happening on their production version or just my local copy. However, here's what it looks like and a quick review seems to show that the problem exists on…
-
Yes it is. Minimising the app is not necessarily the only trigger but it did cause the anomalies every time.
-
Bugger! Looks like I spoke too soon again. In part at least. It seems its not completely fixed but certainly an improvement. I just had the black borders on the disabled controls return. All the icons still draw correctly though without any arrows …
-
Don, If you don't want the credit, I'm happy to take it. I sweet talked the above screen into looking like this with all the previous anomalies gone: Actually, we were originally on 3.0.0 and yesterday I just updated all our controls to the la…
-
Perhaps I should have paid more attention to the version history. Then maybe I would have known these issues were resolved with version 3.0.1
-
Looks like I jumped the gun on that one. I can get the black borders back by clicking the tab control to go to another page and them click it again to come back. The border actually appears as soon as I click the tab and before the page changes. …
-
Just a slight amendment to this. I'm not sure what's changed since I posted this but I no longer have the problem of the black border and blacked out image. One possibility is that I've just today recompiled the above window in the new environmen…
-
As a bonus though, the showballoontooltip method has just started working. Had forgotten that I'd even put that in there.
-
Thanks for the suggestion and whilst a change to the office themes may seem to explain the difference, the only difference between the two screenshots is the version of the tab control. They are both taken on the same machine moments apart from each…
-
By removing all references to the border in the tabcolors property and using the new border and bordercolors properties I can get almost the same appearance as we had before: Some might even say it looks better. Its the same colour at least albeit…
-
Well Gentlemen, pleased to say, we lasted a week and no issues. That's the longest period yet and no reason to suspect that there will be any from here on in. Well done. Thank you.
-
Woohoo! Will put it in and let you know if there are any more problems like when we reach 1024 users.
-
Thanks Kevin. Am using that one and the issue continues. Whilst I've kept it to this thread, I'm no longer sure if orphaned connections is really the issue. It may be part of the problem but it's hard to tell as we've since found out that some user…
-
App hung on this line again. IsConnected = Get_Property(ctrlentid, 'OLE.ServerValid') And the number of connections was again 64 so I'm guessing this has answered my first question above. 64 seems to be the magic number where things don't want to p…
-
Morning, We are still having issues with this though it is difficult to tell exactly what is the problem. As in my earlier post, the syncserver stopped working/responding with 64 connections. The number of connections may be coincidental but I feel…
-
Thanks Kevin. I've put it in. I'll let you know.
-
Forgot to add, using version 2.1.1
-
Is there a way to programmatically retrieve the error count? The ServerValid property is not working for me in preventing issues. Last Wednesday and again today, the syncserver reached a point whereby the application just came to a halt. It occurre…