Search found 130 matches

by Mex
23 Jun 2015, 09:20
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 27175

Re: Align Top

Hi,

Version i'm using is 1.2.3.228.

But still when I add ReBar's top to N (alignment is None), close designer and reopen again Top value is set to 0 again.

Regards
Meelis
by Mex
16 Jun 2015, 20:10
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 27175

Re: Align Top

Hmm, I think it's not related to Windows 10. Same thing happens sometimes under Windows 7 and XP.

Also, when I set align to none and top value to N, then close designer and open again ReBar's Top value is set to 0.
by Mex
16 Jun 2015, 18:08
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 27175

Align Top

Hi Timo! Lange nicht gesehen! :) I'm testing your controls under Windows 10 TP and discovered strange problem with ReBar+ToolBar when using align - Top. On my form i have my own custom control aligned to top (first control) and then ReBar+ToolBar aligned to top (second control). Under Windows XP and...
by Mex
06 Feb 2015, 06:55
Forum: ComboListBoxControls
Topic: ComboBox KeyDown, KeyPress
Replies: 3
Views: 6864

Re: ComboBox KeyDown, KeyPress

Hi

As they say - Measure twice, cut once, or in my case - Think twice post once. :D
That's what happens, if you must handle 5 projects at the same time.

Sorry and regards
Meelis
by Mex
05 Feb 2015, 11:59
Forum: ComboListBoxControls
Topic: ComboBox KeyDown, KeyPress
Replies: 3
Views: 6864

ComboBox KeyDown, KeyPress

Hi!

In CB KeyDwon event I get wrong keyCode with cyrillic layout or when ÄÖÜÕ are pressed. In KeyPress everything is OK.
Is this a bug or normal behavior?


Regards
Meelis
by Mex
26 Jan 2015, 14:15
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7775

Re: Textbox mousewheel hook

OK, SendMessage is working but... when i send WM_WHEEL to top parent form, wParam is changed and I get wrong rotation. After SendMessage and in parent form rotation = wParam / 65536, it's always 20 instead of -120 and 120 Currently I'm using SendNotifyMessage and then parent form is receiving params...
by Mex
25 Jan 2015, 17:44
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7775

Re: Textbox mousewheel hook

Thnx for the answer.

Returning 1 does not work :(
Only solution working is PostMessage. Tested also SendMessage and its not working.

Meelis
by Mex
25 Jan 2015, 13:33
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7775

Re: Textbox mousewheel hook

I think I figured it but don't know if this is a correct way.

I hook textbox and on WM_MOUSEWHEEL call PostMessage GetParent(GetParent(Lwnd)), Lmsg, wParam, lParam


Regards
Meelis
by Mex
25 Jan 2015, 12:04
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7775

Textbox mousewheel hook

Hi! I hope you have good advice. :) Let me explain my problem I have a form and usercontrol on it. Usercontrol contains PictureBox as container and 1 to N TextBoxes(your control, multiline enabled). TexBoxes do not have scrollbars and height is set automatically (see the picture). Usecontrol is basi...
by Mex
21 Jan 2015, 14:24
Forum: ExplorerListView
Topic: AlwaysShowSelection not working
Replies: 5
Views: 7751

Re: AlwaysShowSelection not working

TiKu wrote:Yes, it is the same behavior as in Windows Explorer. If you want different behavior, you may handle the Click event and set the CaretItem to Nothing.

Regards
TiKu
Thats what I did.

Thnx
Meelis
by Mex
21 Jan 2015, 10:55
Forum: ExplorerListView
Topic: AlwaysShowSelection not working
Replies: 5
Views: 7751

Re: AlwaysShowSelection not working

Hi

Silly question again :)

I click on item - carretitem is now the last clicked item
I click on the background of the listview, items are deselected, but the carretitem is still last selected/clicked item?


Regards
Meelis
by Mex
14 Jan 2015, 11:16
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8546

Re: Theme and Background Color

Breaking compatibility is not a good idea, i think. If it's too hard to implement, then let it be.


Thnx
Meelis
by Mex
13 Jan 2015, 10:47
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8546

Re: Theme and Background Color

Hi,

I always forget to RTFM :D


But is there a way to use BG color, DrawThemeParentBackground API for example?


Regards
Meelis
by Mex
12 Jan 2015, 10:10
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8546

Theme and Background Color

Hi!

Found strange behavior.

Set forms background color to white or any other color.
Add Checkbox to form and change background color to same color as forms bg.

When Aero theme is on, then checkbox background color is not selected color, but system color?


Regards
Meelis
by Mex
28 Oct 2014, 12:57
Forum: ToolBarControls
Topic: Bugs?
Replies: 9
Views: 10115

Re: Bugs?

TiKu wrote:I think I've found a solution. Please try the attached version. Sorry that it did take so long, I've been very busy with my job.

Regards
TiKu
Thank you!

Aligning works now as expected!


Regards
Meelis