SmartWindowForm
 

SmartWindowForm

3 posts, 1 answered
  1. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    05 Nov 2018
    Link to this post
    We have implemented our own Custom Classes for OERA as well as SmartComponenets. We need to modify our implementation of the SmartWindowForm for our Windows tablet application. Some things we need to do is to remove the title bar (FormBorderStyle:None) as well as other form properties. What is the best way to do this? I assume in our OspreyMobileForm.cls we would override one of the default methods to do this. The question is which one?


    CLASS Osprey.CustomClasses.SmartComponents.OspreyMobileForm INHERITS SmartWindowForm
  2. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    Answered
    05 Nov 2018 in reply to Roger Blanchard
    Link to this post
    Typically OnLoad prior to the SUPER:OnLoad (e) call. 
  3. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    05 Nov 2018 in reply to Mike Fechner
    Link to this post
    Great, thanks,
3 posts, 1 answered