Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
KevinFournier
About
- Username
- KevinFournier
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Administrator
Comments
-
This version should fix the crash. Thanks for the details.
-
Use TimeBlockList instead. EntityTimeBlocks is deprecated because it wasn't flexible enough. TimeBlockList has a slightly different format. I'll update the wiki to make it clear that EntityTimeBlocks is deprecated. Sorry about that.
-
I need more to go on. There might be a specific setup that leads to this, but as it stands, I can't get this to crash for me. You can email me your setup (no need to include actual appointments) or a simple RDK recreating the issue.
-
Not expected. Try this one.
-
I'm working on this now, so it'll work better in the next version.
-
FYI. This will be fixed in the next version.
-
Try 4.1.18.7. There was a bug where the caption would not get set. By default, the control uses the caption of "Today".
-
This is .NET, so no, it could not be incorporated into SRP Utilities.
-
The SRP_Math error handling system focuses on logical arithmetic errors, not parsing errors. It assumes you'll do the work of validating that the input represents numerical data. Otherwise, SRP_Math will attempt to parse anything you give it, and if…
-
Without code of the entire loop (at least the SRP_COM calls), I can't advise on the use of SRP_COM. Consider releasing objects that are returned from other objects as well. I know the documentation tells you to do that with objects you specifically …
-
EnumFontFamiliesA requires a callback. I've never used those, but I know there is support for them. Perhaps the Revelation boards will have some examples.
-
You can refer to the documentation on FONT and SETCHARFORMAT to map from one to the other.
-
Try passing 1 as the level for all the children.
-
You are not missing anything. The Ribbon Control emulates modern UI designs. The MDI paradigm is outmoded, but in OI, we work with what we've got. If you need restore buttons, you have to add them to the Ribbon control somewhere and manually restore…
-
So, this actually takes a bit of work to accomplish. First, you need to correct your message codes. Code 0x0200 is actually called WM_MOUSEMOVE. It is fired constantly whenever the mouse hovers over the control. That means you can get hundreds of t…
-
I think the problem is in line 9. It is routing the WINMSG to name of the instance (@Window) instead of the name of the window itself. Try replacing @Window with the name of the window as it is named. Or just do @Window[1, "*"].
-
What does the QUALIFY_EVENT code look like?
-
If the purpose of dragging appointments from one employee to another is to assign that employee to work, then you might want to try the SRP Schedule Control.
-
This emulates Outlook. What you see is a single physical calendar with appointments from other people's calendars in the same space. In your example, you created 2 calendars: Personal and Work. When you add appointments, you assign them to one of th…
-
I just realized you are using SRP Controls 3.2. I'm sorry I overlooked that. You'll have to upgrade in order to use the Calendar control. This will likely require you to upgrade your license, based on the information I see in your original post. A…
-
The erroneous license expiration was discussed and resolved here. Licensing never affects functionality, so there is something else at play here. The snippet of code looks correct, assuming Ctrl is set to the fully qualified name of the Calendar c…
-
Awesome. Here's the 32-bit one. They will ship with the next release of the SRP Editor.
-
Let me know if this one works any better.
-
We suspect is has to do with your localized date settings. I'll see if I can whip something up that forces all parsing to stick with ISO 8601 format.
-
I get different results using this exact window. The controls that expire in 2020 rightly show up as expired and the rest show up as license. This is testing against the license you sent to me.
-
Please download this version of the ActiveX Info tool and see if you get the same results. A screenshot would be helpful.
-
Please email me your license so I can test.
-
Does this one work for you?
-
4.1.17, which is on the downloads page, fixes the datestamp issue.
-
The gap likely happens when you call the TILE method while there are scroll bars in the MDICLIENT. I don't see the sporadic behavior, but then again, my tests are on a simple Frame form on a clean copy of OI.