|  | 
| SOLVED_Drag n Drop in treewiew dose'n work in RTL | 
| Post Reply   | 
| Author | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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
    | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| Oleg   Senior Member   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  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 | |
|  | |
| unforgiven   Groupie     Joined: 24 February 2010 Location: Neverland Status: Offline Points: 35 |  Post Options  Thanks(0)  Quote  Reply  Posted: 26 April 2010 at 1:51am | 
| 
   I recently findout this bug was in 13.2.1 and fixed in 13.3.1
    | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |