I am going through the textbook. This is where I am at. The FontListBoxs has an open event. When I try and Navigate to the change event which I believe is Selchange all that happens is that the open event pops back up. How do I Navigate to FontListBoxs Change event and add this code:
Navigate to FontListBoxs Change event and add this code:
If Me.ListIndex <> -1 Then
PreviewField.TextFont = Me.List(Me.ListIndex)
End if
If you want a different approach, some people have found video training helpful. I have over 64 hours of Real Studio and Xojo video that covers a lot of territory. We also three complete, start to finish, web series. Two for desktop and one for web. You might find it helpful. http://xojo.bkeeney.com/XojoTraining/
I subscribed to the BKeeney videos when I first started with Xojo 5 years ago. Really helped me get up to speed quickly rather than muddling through all the new things around me. Highly recommended.