1
EZGUI 5 support forum / Re: Autosave
« on: July 26, 2024, 12:35:54 am »
Thank you Chris. My eyesight has been failing but I finally found your help.
Much appreciated.
Brian Reynolds.
Much appreciated.
Brian Reynolds.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
EZ_StatusBar %FORM1_STATUSBAR, "Left", "4"
EZ_SetSBParts "Form1", %FORM1_STATUSBAR, 4, "25|25|25|25|"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 1, "Left", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 2, "Right", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 3, "Top", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 4, "Foot", "P"
I am using the StatusBar as an easy way to display information tom the user.
IF Sname$="LeftSP" OR Sname$="RiteSP" THEN
EZ_MoveSprites Sname$, -1, 0, 1 ' Move Left
END IF
EZ_FListBox %FORM1_LISTBOX1, 7, 2, 30, 17, "", "STV"
When I enter a FListBox in the designer, it produced: EZ_FListBox %FORM1_FLISTBOX1, 7, 2, 30, 17, "", "STV"
when it is compiled.