|
-
Jul 16th, 2023, 06:32 AM
#1
Thread Starter
Junior Member
-
Jul 16th, 2023, 06:49 AM
#2
Re: InkEdit Object Run-time Error '383'
Depends what you're using it for. If it's only as a textbox then there are other alternatives out there.
Last edited by VanGoghGaming; Oct 13th, 2023 at 04:35 PM.
-
Jul 16th, 2023, 07:07 AM
#3
Thread Starter
Junior Member
Re: InkEdit Object Run-time Error '383'
 Originally Posted by VanGoghGaming
Depends what you're using it for. If it's only as a textbox then there are other alternatives out there.
It displays Unicode font like 'Segoe UI Symbol'.
-
Jul 16th, 2023, 07:13 AM
#4
Re: InkEdit Object Run-time Error '383'
Yeah that's what I meant, there are other Unicode textboxes out there, like Krool's for example.
Last edited by VanGoghGaming; Oct 13th, 2023 at 04:35 PM.
-
Jul 16th, 2023, 02:42 PM
#5
Re: InkEdit Object Run-time Error '383'
Tested an existing program. Ran it in the IDE, compiled it then ran the EXE. All works fine here. Fully patched Windows 11.
You must have something else going on.
-
Jul 16th, 2023, 07:30 PM
#6
Thread Starter
Junior Member
Re: InkEdit Object Run-time Error '383'
 Originally Posted by dilettante
Tested an existing program. Ran it in the IDE, compiled it then ran the EXE. All works fine here. Fully patched Windows 11.
You must have something else going on.
Would that be Windows 11 Home or Pro? Because I've noticed it seems to work (better, but not perfectly as before) on the Pro version (of Windows 10, at least). I can't imagine what else might be going on.
-
Jul 16th, 2023, 07:41 PM
#7
Re: InkEdit Object Run-time Error '383'
I tested on Pro, but that really shouldn't be relevant.
-
Jul 16th, 2023, 08:04 PM
#8
Thread Starter
Junior Member
Re: InkEdit Object Run-time Error '383'
 Originally Posted by dilettante
I tested on Pro, but that really shouldn't be relevant.
Apparently it is. I just tested my code on Windows 11 Pro and it works with no error message. Again, not perfectly (the output is not properly formatted as it should be) but it works. On Windows 11 Home, the '383' error message as shown above.
-
Jul 17th, 2023, 04:36 AM
#9
Re: InkEdit Object Run-time Error '383'
Testing on another PC doesn't prove anything about the edition of Windows. It just means one machine is messed up and the other one isn't.
I can't think of any reason why this control would be "broken" based on edition. It isn't a Pro feature that would be left out of Home, and it's clearly there or it wouldn't be available to you at all.
But maybe others using Windows 11 Home will provide their own anecdotes.
-
Jul 17th, 2023, 04:44 AM
#10
Re: InkEdit Object Run-time Error '383'
There's many versions of InkEdit and many of them are broken on various versions of Windows, and that changes from update to update. It's notorious for this issue.
-
Jul 17th, 2023, 10:36 PM
#11
Thread Starter
Junior Member
Re: InkEdit Object Run-time Error '383'
 Originally Posted by fafalone
There's many versions of InkEdit and many of them are broken on various versions of Windows, and that changes from update to update. It's notorious for this issue.
That seems to make the most sense. In any case, I've replaced the InkEdit control with the Web Browser control and the Unicode characters I need display just fine now (on Windows 11 Home and Pro). Problem solved.
-
Jul 18th, 2023, 01:49 AM
#12
Re: InkEdit Object Run-time Error '383'
A WebBrowser control is absolute overkill for that, just use Krool's TextBoxW.
-
Jul 18th, 2023, 06:51 AM
#13
Thread Starter
Junior Member
Re: InkEdit Object Run-time Error '383'
 Originally Posted by fafalone
A WebBrowser control is absolute overkill for that, just use Krool's TextBoxW.
Tried it, but it didn't work. Maybe I got the wrong version or didn't incorporate it right. I couldn't really find any clear instructions about where to get it and how, exactly, to use it. With the WebBrowser control you just go to Project > Components and check "Microsoft Internet Controls" and you're good to go.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|