

- #SWITCHING BTWEEN. SCREENS XOJO UPDATE#
- #SWITCHING BTWEEN. SCREENS XOJO WINDOWS 10#
- #SWITCHING BTWEEN. SCREENS XOJO CODE#
Example 5-9: Update to API2 code, remove unused local variable.Example 5-1, updated Ubound to LastRowIndex, Append to AddRow, and more to API2.DeleteAllRows to RemoveAllRows, HasHeading to HasHeader, Heading to HeaderAt, Cell to CellValueAt, MsgBox to MessageDialog.Show.Example 4-10, removed unused variable, Ubound to LastRowIndex, Append to AddRow, InitialDirectory to InitialFolder, DeleteAllRows to RemoveAllRows, and over 18 updates to API2.Updated Left to String.Left, Right to String.Right, Volume to FolderItem.DriveAt, and other updates to API in Example 4-9 with over 21 updates.Update AbsolutePath to NativePath, Volume to FolderItem.DriveAt update in Example 4-7.Example 4-6: AbsolutePath to Nativepath, Volume to FolderItem.DriveAt updates to API2.Example 4-5 update len to length, and use the new AddRow API2 command.Example 4-3 Len to Length, Dim to Var, and text to Value updates.Example 4-1 API updates: Text to Value, Dim to Var.Msgbox to Messagebox update in Example 3-3, as well as InStr to IndexOf.Example 2-7 Update text to value to API 2 update.
#SWITCHING BTWEEN. SCREENS XOJO CODE#
Example 2-6: API 2 code update for MemoryBlock.Text to Value update with Example 2-4 for Xojo API 2 code.Updated Example 2-2 – Updated to API 2 code.Updated Example 2-1 to Xojo API 2 code – update text to value.Added Example 1-21 for Project Warnings and Errors removal of issues using CType in API2.Thanks to Julian Samphire for the second method. Example 1-16 updated to API2 and provided two methods for handing nil pointer value.Updated Example 1-19 to API2 with code changes.Updated Example 1-18 to API2 with new references to Microsoft C++ code.Updated Middle code from Mid, Updated declare. Example 1-14 had changes to the way a MemoryBlock was built.Updated Example 1-12 to API2 code and updated Microsoft reference.Changed Screen grab and updated old Text to Value code in Example 1-8.Updated Example 1-7 to API code version 2 in Xojo.Added newer version to check IsUnicode for newer OS Unicode compatibility.Updated Example 1-6 to Xojo API2, Value instead of text, and Memoryblock change.Updated Example1-5 byte for space to be 32 instead of 65535 for CString.

Update Example1-4 to use Value instead of Text.Update Example1-3 to use API2 version of a double by adding a decimal point.Change Example1-2 to use Value instead of Text.Update Microsoft Docs reference for C++ Beep function.Change Example1-1 to use Value instead of Text.All Analyze Code switches for API2 have been turned on.
#SWITCHING BTWEEN. SCREENS XOJO WINDOWS 10#
