Search found 130 matches
- 07 May 2021, 08:20
- Forum: Programming
- Topic: Corel Draw + controls
- Replies: 0
- Views: 9635
Corel Draw + controls
Hi Timo! I know you are not developing this controls any more, but I found one very strange problem and maybe you have an idea why this is happening. If you start Corel Draw when VB6 app, that is using your unicode controls, is running then all controls start showing control name instead of text pro...
- 07 Sep 2017, 19:23
- Forum: Programming
- Topic: MDI Child style
- Replies: 1
- Views: 14567
MDI Child style
Hi!
Is it possible to change MDI child window style, so it looks like top level window (windows10)?
Any GetWindowLong/SetWindowLong "magick"?
Regards;
Meelis
Is it possible to change MDI child window style, so it looks like top level window (windows10)?
Any GetWindowLong/SetWindowLong "magick"?
Regards;
Meelis
- 17 Aug 2017, 07:17
- Forum: EditControls
- Topic: Unicode Character 'MODIFIER LETTER TURNED COMMA'
- Replies: 3
- Views: 10094
Re: Unicode Character 'MODIFIER LETTER TURNED COMMA'
Of course I forgot to mention, that this was XP SP3
It's fine with Win7>.
Luckily we have still only couple clients with Win XP.
Regards
Meelis
It's fine with Win7>.
Luckily we have still only couple clients with Win XP.
Regards
Meelis
- 15 Aug 2017, 10:56
- Forum: EditControls
- Topic: Unicode Character 'MODIFIER LETTER TURNED COMMA'
- Replies: 3
- Views: 10094
Unicode Character 'MODIFIER LETTER TURNED COMMA'
Hello Found a problem with Unicode Character 'MODIFIER LETTER TURNED COMMA' . TextBox does not show it correctly with Arial font? Is this a font problem or bug in editcontrols? http://www.fileformat.info/info/unicode/char/2bb/index.htm http://www.fileformat.info/info/unicode/char/2bb/fontsupport.htm...
- 30 Jan 2017, 10:41
- Forum: ComboListBoxControls
- Topic: Left=0
- Replies: 1
- Views: 16413
Left=0
Hallo!
Lange nicht gesehen!
I think I found a bug in ComboBox.
1) Place CB on form with Left=0, Top>0
2) Run application - CB Top is changed to 0
When CB is inside PictureBox, then Top pos is not changed on launch, but when you open dropdown, CB "jumps" to top 0.
Regards
Meelis
Lange nicht gesehen!
I think I found a bug in ComboBox.
1) Place CB on form with Left=0, Top>0
2) Run application - CB Top is changed to 0
When CB is inside PictureBox, then Top pos is not changed on launch, but when you open dropdown, CB "jumps" to top 0.
Regards
Meelis
- 26 Sep 2015, 10:19
- Forum: ExplorerListView
- Topic: Sort items when groups are shown
- Replies: 6
- Views: 13680
Re: Sort items when groups are shown
Thank you!
- 23 Sep 2015, 18:34
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
z-order does not help.
Tested same scenario with 2 pictureboxes and with pboxes everything works. For some reasons this affects only rebar, but I must test with other controls too.
Meelis
Tested same scenario with 2 pictureboxes and with pboxes everything works. For some reasons this affects only rebar, but I must test with other controls too.
Meelis
- 23 Sep 2015, 13:54
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
OK found the reason, but why does this happen?
1) Add picturebox to form - align top
2) Add rebar to form - align top
3) Move rebar with the mouse to the top (first positon)
4) at desgin time rebar is the first control, but when you run the app, rebar is the second control
Any ideas?
Meelis
1) Add picturebox to form - align top
2) Add rebar to form - align top
3) Move rebar with the mouse to the top (first positon)
4) at desgin time rebar is the first control, but when you run the app, rebar is the second control
Any ideas?
Meelis
- 23 Sep 2015, 12:15
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
Hi again, I found another strange problem with rebar and i cant figure out, what's causing this. I think it has something to do with rebars height and/or border. 1) On my form i have rebar as first top aligned control 2) Second top aligned control is picture box 3) Third top aligned control one my o...
- 23 Sep 2015, 07:51
- Forum: ExplorerListView
- Topic: Sort items when groups are shown
- Replies: 6
- Views: 13680
Re: Sort items when groups are shown
It does not work with Windows XP.
- 23 Sep 2015, 05:54
- Forum: ExplorerListView
- Topic: Sort items when groups are shown
- Replies: 6
- Views: 13680
Re: Sort items when groups are shown
Hi, I also tested your events sample, but same problem there. If groups are enabled and you click column header, items are not sorted, but when you set ShowGroups=False, then sorting works fine. In my app i use workaround - after click and sorting I set showgroups to false and back to true :) And of...
- 22 Sep 2015, 07:07
- Forum: ExplorerListView
- Topic: Sort items when groups are shown
- Replies: 6
- Views: 13680
Sort items when groups are shown
Hi Timo!
Is there a way to sort items, when groups are shown?
Sorting works fine, when groups are not show.
Regards
Meelis
Is there a way to sort items, when groups are shown?
Sorting works fine, when groups are not show.
Regards
Meelis
- 25 Jun 2015, 06:02
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
Hi and thank you!
Now it's working as expected.
Regards
Meelis
Now it's working as expected.
Regards
Meelis
- 23 Jun 2015, 10:15
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
If form's scalemode is Twips, then it happens when Left is 0-15(lower than TwipsPerPixel I think)
Happy testing!
Regards
Meelis
Happy testing!
Regards
Meelis
- 23 Jun 2015, 09:59
- Forum: ToolBarControls
- Topic: Align Top
- Replies: 15
- Views: 31560
Re: Align Top
Uhhh found the reason!
It happens when ReBar's Left property is set to 0!
Regards
Meelis
It happens when ReBar's Left property is set to 0!
Regards
Meelis