I have enough with the bugs in WM22 . it generate unusable app
i tried to upgrade my android app from wm21 to wm22 (update1) . no error in upgrade but program keep crash.
few problems , I found
- close() not closing non-maximum windows. the no-maximum window stay on top but still sending callback event to caller (closing of closing child window event)
- some error switch to exception .
for example
ResCreate = zipCreate("AAA", G_PATH_TEMP + "/" + m_zip_Name)
IF ResCreate = 0 THEN
// Add a file into an archive
ResAddFile = zipAddFile("BBB", G_PATH_TEMP + "/" + m_file_Name, zipNone)
END
// Display an error message if the file was not added
IF ResAddFile <> 0 THEN
Error(zipMsgError(ResAddFile))
END
this should trigger archive file not found. but it wm22 it trigger crash. you won't get to
" Error(zipMsgError(ResAddFile)) "
after I added WHEN EXCEPTION IN then I see the error. after fixed the name , when run I get error privilege not enough , what the hell is that mean.
fCopyFile() allow me to copy the file into the G_PATH_TEMP folder but zipAddFile() prompt me not enough privilege ?
- when i miss type fDelete(M_FileName) to hdelete(M_FileName) , no error / warning from ide but when run i get crash
there are still alot for me to type here.
THIS IS JUNK , I WANT MY MONEY BACK
i tried to upgrade my android app from wm21 to wm22 (update1) . no error in upgrade but program keep crash.
few problems , I found
- close() not closing non-maximum windows. the no-maximum window stay on top but still sending callback event to caller (closing of closing child window event)
- some error switch to exception .
for example
ResCreate = zipCreate("AAA", G_PATH_TEMP + "/" + m_zip_Name)
IF ResCreate = 0 THEN
// Add a file into an archive
ResAddFile = zipAddFile("BBB", G_PATH_TEMP + "/" + m_file_Name, zipNone)
END
// Display an error message if the file was not added
IF ResAddFile <> 0 THEN
Error(zipMsgError(ResAddFile))
END
this should trigger archive file not found. but it wm22 it trigger crash. you won't get to
" Error(zipMsgError(ResAddFile)) "
after I added WHEN EXCEPTION IN then I see the error. after fixed the name , when run I get error privilege not enough , what the hell is that mean.
fCopyFile() allow me to copy the file into the G_PATH_TEMP folder but zipAddFile() prompt me not enough privilege ?
- when i miss type fDelete(M_FileName) to hdelete(M_FileName) , no error / warning from ide but when run i get crash
there are still alot for me to type here.
THIS IS JUNK , I WANT MY MONEY BACK