mIRC Home    About    Download    Register    News    Help

Print Thread
#226907 19/10/10 02:35 AM
Joined: Apr 2010
Posts: 969
F
Hoopy frood
OP Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
After narrowing the problem down this is what I have came up with:
Code:
alias Test { dialog -m test test }
dialog test {
  title Test
  size -1 -1 125 20
  option dbu
  edit "This editbox has a rightclick menu", 1, 0 0 125 10
  edit "This editbox does not have a rightclick menu", 2, 0 10 125 10, rich
}

The first editbox has the following menu:
Quote:
Undo
---
Cut
Copy
Paste
Delete
---
Select All

Where as the second editbox doesn't have a menu at all.


I am SReject
My Stuff
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Confirmed on Win7 x64


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Apr 2010
Posts: 969
F
Hoopy frood
OP Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
Just a note, Am running XP sp3, mIRC 7.14


I am SReject
My Stuff
Joined: Dec 2002
Posts: 5,421
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,421
This is because normal edit boxes automatically display a standard system edit menu, whereas richedit boxes do not have one - a custom edit menu has to be added for each richedit box. I have added this to my custom dialogs to-do list.


Link Copied to Clipboard