>It's me again =)

Welcome. Any times you want ...



> // prevent undesirable maximizing effects
> aSize := oDlg:currentsize()          <---- gets current dialog size
> oDlg:maxsize := {aSize[1],aSize[2]}  <---- don't allow to make it bigger
> oDlg:minsize := {aSize[1],aSize[2]}  <---- nor smaller
> 

Committed. See ChangeLog.



>> I talked about oSLEs, not pushbutton, see above.
>> 
> 
> See and run new AppLogin.prg
> First SLE's enter gives focus to second and second to the puchbutton
> Should have stopped in second SLE
> 

Can you review your code-snippet again:

// Ask for pass
oSLE2 := xbpSLE():New(oDlg:drawingarea,,{m->COL_PX*3,m->ROW_PX*3},
{m->COL_PX*15,m->ROW_PX})
oSLE2:bufferLength  := 15
oSLE2:dataLink      := {|x| IIf( x==NIL, cP, cP := x ) }
oSLE2:unReadable    := .T.
oSLE1:returnPressed := {|| SetAppFocus( oPB1 ) }
oSLE2:Create()
oSLE2:SetData()



>>Anything I can do to help you I will
> 

Thank you.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13687--trunk-harbour-tp27290744p27299602.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to