Re: Drag and Drop between Data Grids

2010-12-15 Thread zryip theSlug
On Wed, Dec 15, 2010 at 2:01 PM, Yves COPPE wrote: > > Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : > >> On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE wrote: >>> Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : >>> >>> Hi >>> >>> I have a problem with the script above >>> The text in the datagr

Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : > On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE wrote: >> Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : >> >> Hi >> >> I have a problem with the script above >> The text in the datagrid2 doesn't appear >> When I add by drag 'n drop text from da

Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 15 déc. 2010 à 11:55, zryip theSlug a écrit : > On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE wrote: >> Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : >> >> Hi >> >> I have a problem with the script above >> The text in the datagrid2 doesn't appear >> When I add by drag 'n drop text from da

Re: Drag and Drop between Data Grids

2010-12-15 Thread zryip theSlug
On Wed, Dec 15, 2010 at 9:41 AM, Yves COPPE wrote: > Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : > > Hi > > I have a problem with the script above > The text in the datagrid2 doesn't appear > When I add by drag 'n drop text from datagrid1 to datagrid2, I see the scroll > bar of datagrid2 mov

Re: Drag and Drop between Data Grids

2010-12-15 Thread Yves COPPE
Le 14 déc. 2010 à 21:09, zryip theSlug a écrit : > > Bob, > > 1) In the datagrid source you need to have: the > dgTrackDragReorder[tTheIndex] set to false > > If set to true, the datagrid tracks the move inside it. If set to > false you are allowed to move the data outside it. > > Only this ha

Re: Drag and Drop between Data Grids

2010-12-14 Thread Bob Sneidar
Hi Zryip! That is the best explanation of the subject I have ever heard. That makes total sense to me now. Thanks. Bob On Dec 14, 2010, at 12:09 PM, zryip theSlug wrote: > On Tue, Dec 14, 2010 at 5:45 PM, Bob Sneidar wrote: >> Well, I copied and pasted your scripts from your datagrids to min

Re: Drag and Drop between Data Grids

2010-12-14 Thread zryip theSlug
On Tue, Dec 14, 2010 at 5:45 PM, Bob Sneidar wrote: > Well, I copied and pasted your scripts from your datagrids to mine. While I > can drag, I do not seem to be able to drop. Yours work, mine do not. I got > really flustered at that so I gave up for the night. I am going to have a > fresh go a

Re: Drag and Drop between Data Grids

2010-12-14 Thread Bob Sneidar
Well, I copied and pasted your scripts from your datagrids to mine. While I can drag, I do not seem to be able to drop. Yours work, mine do not. I got really flustered at that so I gave up for the night. I am going to have a fresh go at it today sometime. Permit me a bit of a rant: While Data

Re: Drag and Drop between Data Grids

2010-12-14 Thread zryip theSlug
On Tue, Dec 14, 2010 at 2:10 AM, Bob Sneidar wrote: > Whoops! Looks like you use some kind of anonymous proxy. A lot of content > filtering software blocks access to these because they are also used by some > to bypass content filtering! DOH! > > I can get past it okay, but I thought you should

Re: Drag and Drop between Data Grids

2010-12-13 Thread Bob Sneidar
Whoops! Looks like you use some kind of anonymous proxy. A lot of content filtering software blocks access to these because they are also used by some to bypass content filtering! DOH! I can get past it okay, but I thought you should know that although using web proxies is a common practice th