Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - SOLVED_Drag n Drop in treewiew dose'n work in RTL
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SOLVED_Drag n Drop in treewiew dose'n work in RTL

 Post Reply Post Reply
Author
Message
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Topic: SOLVED_Drag n Drop in treewiew dose'n work in RTL
    Posted: 26 February 2010 at 2:59pm
Hi all
I used Treeview on my prog ,I can drag n drop some node to textbox ,but when i change Righttoleft= True drag n drop dose not work and nothings drag n drop on textbox!
anybody can solove this proglem or guide me ?
thanks all
------------------
codejock ver = 13.2
Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2010 at 9:40am
I don't know,it's a bug for this control or i can't work that!? pls someone reply me
Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 08 March 2010 at 9:48am
I want to know Dose bug of RTL drag and drop in treeview solve in new version 13.3.1 and 14 or not?
Admin please reply me
thanks
Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 13 March 2010 at 2:53am
Is there any way to solve this problem? or dose anybody has a experience problem with RTL Drag & drop Treeview?
Dear Oleg please help me
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 16 March 2010 at 8:19am
Hi,
 
Actually I can't reproduce it.
 
I created small sample with such code
 
Private Sub FlatEdit1_OLEDragDrop(ByVal Data As XtremeSuiteControls.DataObject, Effect As Long, ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Single, ByVal y As Single)
FlatEdit1.Text = Data.GetData(1)
End Sub
Private Sub FlatEdit1_OLEDragOver(ByVal Data As XtremeSuiteControls.DataObject, Effect As Long, ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Single, ByVal y As Single, ByVal state As Integer)
Effect = vbDropEffectCopy
End Sub
Private Sub Form_Load()
TreeView1.Nodes.Add , , , "Root"
End Sub
Private Sub TreeView1_OLEStartDrag(Data As XtremeSuiteControls.DataObject, AllowedEffects As Long)
AllowedEffects = vbDropEffectCopy
Data.SetData TreeView1.SelectedItem.Text
End Sub
and works good for RTL mode.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 16 March 2010 at 4:30pm
Dear Oleg
First of all thanks to reply and spending time to reading this topic

your code work good
thanks
Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 24 April 2010 at 4:09pm
Hi again
I did use your code in my project . but i have new problem.when i darg & drop node to textbox,content of textbox isn't show with correct font.
but in english font everythings is ok ,
please trim my code
thank's again

Back to Top
unforgiven View Drop Down
Groupie
Groupie
Avatar

Joined: 24 February 2010
Location: Neverland
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote unforgiven Quote  Post ReplyReply Direct Link To This Post Posted: 26 April 2010 at 1:51am
I recently findout this bug was in 13.2.1 and fixed in 13.3.1
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.