i want to crate a child syntax edit view |
Post Reply |
Author | |
suji
Groupie Joined: 04 April 2018 Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: 04 April 2018 at 1:37am |
I do not want to use syntax editing in view-based.
I want to use syntax edit on dialog based. Do you have an example? It is dialog based, but I need to take advantage of all the features of the document. |
|
suji
Groupie Joined: 04 April 2018 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Is the syntax edit view available only in the main view?
I want to create a child view (syntax edit view) in main view. However, when editing the data in the syntax edit view, the main screen blinks. For example, I am typing data into a syntax edit or moving the mouse wheel to syntax edit. In the main view, I do not blink when I move the mouse wheel with the mouse focus or when I enter the keyboard. I think that it only redraws the parent window entirely if the syntax edit has focus. Is the syntax edit view available only in the main view? I would like to create a child view (syntax edit) in the main view. Is there an example? |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello,
Look at our example c:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v18.3.0\Samples\SyntaxEdit\MDITextEditor\ Regards, Oleksandr Lebed |
|
suji
Groupie Joined: 04 April 2018 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
No, I already know this example.
It is not what I want. This is a mdi view-based syntax edit. Take a look at the above question again. I will not inherit the syntax edit in the main view. I will inherit the syntax edit in the main view of the child. Or I want to use syntax edit in the dialog. But there is no doc or mainfrm in the dialog. I've tried, but the main screen flickers. In my opinion, I think that the problem arises from developing a syntax edit based on mdi Or I think I added a syntax edit in the wrong way. So I need the example above. If example is all in the sample folder,let me know how. How to use syntax editing on other platforms |
|
suji
Groupie Joined: 04 April 2018 Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Below is what I want to implement.
I do not add another child to CPane as in the visual studio example. I will attach another view as a split wnd. Or implement it in a dialog I've tried, When I scroll the mouse wheel in the syntax edit, When I enter data into the syntax edit The main view screen blinks. Also, I'm wondering where in the class of syntxedit is the full screen again. Is there any suspicion? I'm sorry I have a lot of questions. But please answer all the questions. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |