Print Page | Close Window

[SOLVED] RightToLeft issues

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=13347
Printed Date: 21 May 2024 at 4:58am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [SOLVED] RightToLeft issues
Posted By: Aaron
Subject: [SOLVED] RightToLeft issues
Date 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....



Replies:
Posted By: mdoubson
Date 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.


Posted By: jpbro
Date 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



Posted By: Aaron
Date 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....


Posted By: mdoubson
Date 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


Posted By: Aaron
Date 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....


Posted By: Aaron
Date 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....


Posted By: mdoubson
Date 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)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net