Codejock Forums Homepage
Forum Home Forum Home > General > XAML Snippets
  New Posts New Posts RSS Feed - New MarkupPad2 - UserControl, TextBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

New MarkupPad2 - UserControl, TextBox

 Post Reply Post Reply
Author
Message
judin View Drop Down
Newbie
Newbie


Joined: 05 July 2013
Status: Offline
Points: 18
Post Options Post Options   Thanks (3) Thanks(3)   Quote judin Quote  Post ReplyReply Direct Link To This Post Topic: New MarkupPad2 - UserControl, TextBox
    Posted: 05 July 2013 at 2:45pm

Crash bug has been fixed now.
Crash did not occur on my PC. In another PC crash occurred.

Add TextBox
Add PasswordBox
Add ComboBox(ComboBoxItem)
Add UserControl(DataTimeCtrl, ReportControl, ETC)

The status bar displays information.
Add Handler(Hyperlink, Button, RadioButton, CheckBox)
  - ClickEvent(Tag, Text, Checked).

Add Handler(TextBox, PasswordBox)
   - CreateEvent, TextChanged(Tag, Text).

Add Handler(ComboBox)
  - SelectionChanged(Tag, SelectedIndex).

Add Handler(UserControl)
  - CreateEvent 
  - MouseLeftButtonUp, m_pMouseLeftDblClicked, m_pMouseRightButtonUp
  - ValueChanged
  - SelectionChanged
  - DestroyEvent

Add Handler(UserControl - DateTimeCtrl)
  - Tag(Date_xxx => shortdate. DateTime_xxx => longdate, Time_xxx => time)
  - ValueChanged(Text)

Add Handler(UserControl - ReportControl)
  - Tag(Report_xxx)
  - MouseLeftButtonUp, m_pMouseLeftDblClicked, m_pMouseRightButtonUp
  - SelectionChanged(SelectedIndex)
  - DestroyEvent

etc, The function of UserControl as a developer can be given later.

MarkupPadEdit has applied in the syntax color.(xaml_schclass)
AutoComplete support Ctrl+Space 

please refer to the sample(xaml) Files(s1.xaml, s2.xaml, s3.xaml, s4.xaml, s5.xaml).

Please reply if you need source code.

Back to Top
xcentric View Drop Down
Groupie
Groupie


Joined: 04 September 2008
Status: Offline
Points: 41
Post Options Post Options   Thanks (0) Thanks(0)   Quote xcentric Quote  Post ReplyReply Direct Link To This Post Posted: 05 July 2013 at 4:16pm
Crashed on start...
Win7 x64
WinXP

Toolkit Pro 15.1.2
Windows 7 x64
Visual Studio 2008
Back to Top
Carlos Rocha View Drop Down
Groupie
Groupie


Joined: 11 February 2008
Location: Portugal
Status: Offline
Points: 92
Post Options Post Options   Thanks (0) Thanks(0)   Quote Carlos Rocha Quote  Post ReplyReply Direct Link To This Post Posted: 05 July 2013 at 10:20pm
Originally posted by judin judin wrote:

Please reply if you need source code.

That would be nice as the exe crashes here Smile
SuitePro 20.3.0
OS: Windows 10
Language: Visual Objects 2.8
Back to Top
judin View Drop Down
Newbie
Newbie


Joined: 05 July 2013
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote judin Quote  Post ReplyReply Direct Link To This Post Posted: 07 July 2013 at 7:29am
uploads/8134/MarkupPad2_20130707.zip

Crash bug has been fixed now.
Crash did not occur on my PC. In another PC crash occurred.

Thanks a lot.
Back to Top
xcentric View Drop Down
Groupie
Groupie


Joined: 04 September 2008
Status: Offline
Points: 41
Post Options Post Options   Thanks (0) Thanks(0)   Quote xcentric Quote  Post ReplyReply Direct Link To This Post Posted: 07 July 2013 at 8:54am
Looks great!!!
It must be integrated into the Toolkit Pro Thumbs Up

Toolkit Pro 15.1.2
Windows 7 x64
Visual Studio 2008
Back to Top
jbriguet View Drop Down
Newbie
Newbie


Joined: 27 March 2013
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote jbriguet Quote  Post ReplyReply Direct Link To This Post Posted: 25 July 2013 at 6:26am
I am interested in source code, as I have some crashes, and it may allows me to a better understanding of the way you handled usercontrols.

Thanks !
Back to Top
gibrael View Drop Down
Groupie
Groupie
Avatar

Joined: 17 March 2009
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibrael Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2013 at 9:08pm
Hi,
Great job on this! 
I'm also interested in how you implemented a TextBox. Source code if possible.

Keep it up! :)
Thanks.
--
Codejock Xtreme Suite Pro 15.2
VisualStudio 2010
Windows 7
Back to Top
wywty View Drop Down
Newbie
Newbie


Joined: 28 April 2014
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote wywty Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2014 at 12:36am
I am interested in source code
thanks a lot
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 02 February 2015 at 1:42pm
Thanks ! :)
Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
WaLtI View Drop Down
Groupie
Groupie


Joined: 30 March 2008
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaLtI Quote  Post ReplyReply Direct Link To This Post Posted: 01 March 2015 at 6:36pm
thx
Back to Top
robirenz View Drop Down
Groupie
Groupie


Joined: 20 May 2010
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote robirenz Quote  Post ReplyReply Direct Link To This Post Posted: 04 March 2015 at 12:45pm
Could you post the source of what you did. to make the xaml textboxes work?  Thanks..
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 14 June 2015 at 8:07pm
Ctrl+mouse wheel scroll does not zoom in or out the text size (like in the original markuppad) which makes it harder to use on large resolution monitors. 
If you don't have time to fix this then posting the source code would be helpful for many members here.

Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
rvoith View Drop Down
Groupie
Groupie
Avatar

Joined: 03 July 2003
Location: Norway
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote rvoith Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2015 at 4:14am
Great enhancement! I would love to see the source code too :-)
Best regards,
Bob
Proud Programmer!
Back to Top
rvoith View Drop Down
Groupie
Groupie
Avatar

Joined: 03 July 2003
Location: Norway
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote rvoith Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2015 at 5:36am
Did anybody receive the sourcecode for MarkupPad2? 
Best regards,
Bob
Proud Programmer!
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 06 March 2016 at 6:02pm
It would be nice if codejock would make a MarkupPad 2, because the original one is very limited.
Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.