diff --git a/kratom.db b/kratom.db index 10b6a1c..a202293 100644 Binary files a/kratom.db and b/kratom.db differ diff --git a/kratom.pb b/kratom.pb index c00bccc..ceea305 100644 --- a/kratom.pb +++ b/kratom.pb @@ -29,8 +29,7 @@ Procedure updatelist() ClearGadgetItems(ListView_0) If DatabaseQuery(0, "SELECT * FROM kratom") While NextDatabaseRow(0) ; Loop for each records - ;Debug GetDatabaseString(#Database, 0) ; Display the content of the first field - AddGadgetItem (ListView_0, -1, "Name " + GetDatabaseString(0,1) + " Type " + GetDatabaseString(0,2)) + AddGadgetItem (ListView_0, -1, "Name " + GetDatabaseString(0,1) + " Type " + GetDatabaseString(0,2)) Wend EndIf @@ -86,8 +85,8 @@ Repeat Until Event = #PB_Event_CloseWindow ; Quit on any window close ; IDE Options = PureBasic 6.12 LTS (Linux - x64) -; CursorPosition = 54 -; FirstLine = 32 +; CursorPosition = 31 +; FirstLine = 20 ; Folding = - ; EnableXP ; DPIAware \ No newline at end of file