Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - [SOLVED] RightToLeft issues
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] RightToLeft issues

 Post Reply Post Reply
Author
Message
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] RightToLeft issues
    Posted: 06 February 2009 at 3:09am
Hi,
 
This post is a part of another post by @Mozaheb, there are a few problems with RightToLeft property:
  1. With RightToLeft = False you can click checkbox itself and will be checked/unchecked, this works OK but setting to True it doesn't respond to mouseclicks at all.
  2. When mouse is over first item it will activate scrollbar, see attached picture.
 
 
 
 
 
 
 
 
Dear supportmember:
We would like a respond to these kind of posts and all other sticky posts as well
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2009 at 2:33pm

In Release 12 you can fix your click problem if sync RTL with Button's Alignment:

if RTL then Button->SetAlignment(xtpItemControlRight);

else Button->SetAlignment(xtpItemControlLeft);

and click will works.
 
And it make sense as your scrollbar is on left side and column's number start from max to min in RTL mode
 
Btw - you need left scrollbar in non-RTL mode - you can use call:

m_wndReportCtrl.ModifyStyleEx(NULL, WS_EX_LEFTSCROLLBAR);

It works. And you will see same wrong scrollbar selection effect as in topic (without RTL mode!)
 
I agree with your comments and confirm the problems.
Fixed for both cases (RTL or non-RTL with WS_EX_LEFTSCROLLBAR) in Release 13 - coming this week.
Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2009 at 7:41pm
Where do we get release 13? I don't see it in the Customer Downloads section.

Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6

Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2009 at 1:29pm
Originally posted by mdoubson mdoubson wrote:

[...]

 And you will see same wrong scrollbar selection effect as in topic (without RTL mode!)
 
I agree with your comments and confirm the problems.
Fixed for both cases (RTL or non-RTL with WS_EX_LEFTSCROLLBAR) in Release 13 - coming this week.
 
Hi Mark,
 
I think you don't understand... Thumb should be activated when mouse hoovers scrollbar and not where the scrollbar would be with non RTL mode See attached image. You can check this in same test project of @Mozaheb
 
 
 
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2009 at 1:59pm
You don't understand - it was a bug in RTL support. Now it fixed - it's all. Tomorrow you can get Release 13 package
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2009 at 2:05pm
Hi Mark,
 
Thanks for reply,  let's hope you fixed all issues for V13 (I already lit some candles in local chapel... )
 
 
 
  
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2009 at 12:32pm
Hi
 
These issues are solved in V13.0.0  
 
(in V12.1.1 these issues are bugs)
 
 
 
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2009 at 12:48pm
Glad to read such confirmation. Could you and other Forum's member analized Release 13 and share your opinions - what fixed or not and also about new features (not only about Calendar - also Report and other components)
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.141 seconds.