TGet problems

Post Reply
Gilbert
Posts: 74
Joined: Thu Oct 20, 2005 4:30 pm
Location: Canada

TGet problems

Post by Gilbert »

Hi all,

Starnge things are happening with some METHOD in TGet.

1. GetSel() always returns ``

2. GetSelPos() Always return nHi = 10, nLo = 10
so trying to use Copy(), Cut() and Paste() methods results in no results.

3. Application crashes with NO EXP. METHOD TGET:GETFOCUS
this method is used in at least two methods. Should`nt it be GotFocus()

4. Is using ::TControl:... result the same as Super:...

Regards,

Gilbert
Gilbert Vaillancourt
turbolog@videotron.ca
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Gilbert,

Could you please provide a small sample to reproduce it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Gilbert
Posts: 74
Joined: Thu Oct 20, 2005 4:30 pm
Location: Canada

Post by Gilbert »

Hi Antonio,


Found out that ::GetFocus() is not a valid method instead I used ::oGet:HasFocus() and worked OK

I will try to supply a code sample, this will be hard because my TGet is quite different than your`s.

Regards

Gilbert
Gilbert Vaillancourt
turbolog@videotron.ca
Post Reply