From: Martin on 7 Jan 2010 09:33 Hello We have a set of programs all using the same base class, the browser screen has two browses on it, header and list. One screen the list works as i should, as you move the row in the header the lines change, as do all the others, but only on the first screen does it work properly when tabbing to this page. Code is very similar and the screen code is the base class. On the broken ones. Change line and back, displays OK. Also tab or click in, one line displayed where the cursor is, F5 whole list displayed OK, so no issues with OrderScope Any ideas where to look please?
From: Martin on 7 Jan 2010 11:13 More and easier to explain I started up both screens and moved the records to get the lists on both One screen always kept its list, the other if you dragged something over the top lost the display of where it was under the other screen Poor explanation I know, I will do some bmps tomorrow if neccessary Both screens use the same base classes. "Martin" <spam(a)spam.spam> wrote in message news:jgm1n.3016$0a2.2192(a)newsfe21.ams2... > Hello > > We have a set of programs all using the same base class, the browser > screen has two browses on it, header and list. > > > One screen the list works as i should, as you move the row in the header > the lines change, as do all the others, but only on the first screen does > it work properly when tabbing to this page. > > Code is very similar and the screen code is the base class. > > On the broken ones. Change line and back, displays OK. Also tab or click > in, one line displayed where the cursor is, F5 whole list displayed OK, so > no issues with OrderScope > > Any ideas where to look please? >
From: Martin on 8 Jan 2010 05:05 Aghhhhhhhhhh The base class had another browser in the same location and on :Show() of the browse was overwriting the browser I wanted. A few extra Hide()s in the postinit fixes it "Martin" <spam(a)spam.spam> wrote in message news:lJn1n.4904$%54.353(a)newsfe22.ams2... > More and easier to explain > > I started up both screens and moved the records to get the lists on both > > One screen always kept its list, the other if you dragged something over > the top lost the display of where it was under the other screen > > Poor explanation I know, I will do some bmps tomorrow if neccessary > > Both screens use the same base classes. > > > "Martin" <spam(a)spam.spam> wrote in message > news:jgm1n.3016$0a2.2192(a)newsfe21.ams2... >> Hello >> >> We have a set of programs all using the same base class, the browser >> screen has two browses on it, header and list. >> >> >> One screen the list works as i should, as you move the row in the header >> the lines change, as do all the others, but only on the first screen does >> it work properly when tabbing to this page. >> >> Code is very similar and the screen code is the base class. >> >> On the broken ones. Change line and back, displays OK. Also tab or click >> in, one line displayed where the cursor is, F5 whole list displayed OK, >> so no issues with OrderScope >> >> Any ideas where to look please? >> > >
|
Pages: 1 Prev: Problem with CToD and 2010 Next: FabPaintLibControl and ContextMenu |