- Add the icon back in order to display them in the menu drawer header...
|
@ -158,6 +158,8 @@ The Eric's Real scripts ("real*.kml" and "real*.bmp/png") are embedded in this a
|
|||
|
||||
TODO
|
||||
|
||||
- Add the name of the file in the toast "State saved".
|
||||
- Add the KML icon in the navigation menu header.
|
||||
- Add the possibility to load and save the flash in another file.
|
||||
- Add the possibility to deactivate the zoom.
|
||||
- Sometimes, the calculator seems to lag and finally freeze.
|
||||
|
|
BIN
app/src/main/assets/calculators/38g.ico
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
app/src/main/assets/calculators/39g.ico
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
app/src/main/assets/calculators/39gp.ico
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
app/src/main/assets/calculators/39gs.ico
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
app/src/main/assets/calculators/40gs.ico
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
app/src/main/assets/calculators/48gii.ico
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
app/src/main/assets/calculators/48gx.ico
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
app/src/main/assets/calculators/48sx.ico
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
app/src/main/assets/calculators/49g.ico
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
app/src/main/assets/calculators/49gp.ico
Normal file
After Width: | Height: | Size: 127 KiB |
BIN
app/src/main/assets/calculators/50g.ico
Normal file
After Width: | Height: | Size: 115 KiB |
|
@ -870,6 +870,9 @@ LRESULT SendMessage(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) {
|
|||
} else if (Msg == LB_GETSEL && wParam < itemDataCount && wParam < MAX_ITEMDATA) {
|
||||
return selItemDataIndex[wParam];
|
||||
}
|
||||
}
|
||||
if(Msg == WM_SETICON) {
|
||||
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|