|  10-29-2013, 04:10 PM | #16 | |
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Try the second fix I've posted Quote: | |
|   |   | 
|  10-29-2013, 04:13 PM | #17 | 
| Wizard            Posts: 1,669 Karma: 2300001 Join Date: Mar 2011 Location: Türkiye Device: Kindle 5.3.7 | |
|   |   | 
|  10-29-2013, 04:14 PM | #18 | |
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | Quote: 
 P.S. thank you for the precious testing   | |
|   |   | 
|  10-29-2013, 04:16 PM | #19 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 hmm.. not sure that will ever work. you would have to subscribe to some sort of event Aeris and refire/rezise the menu manually I think. "Dialogs" in general don't autoresize in that scenario AFAIK. | |
|   |   | 
|  10-29-2013, 04:16 PM | #20 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
   Last edited by twobob; 10-29-2013 at 04:19 PM. | |
|   |   | 
|  10-29-2013, 04:19 PM | #21 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Ah, didn't know! That's why they took it off from the PW xD
		 | 
|   |   | 
|  10-29-2013, 04:21 PM | #22 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			we could listen for that event and when it does occur we kill the dialog
		 | 
|   |   | 
|  10-29-2013, 04:21 PM | #23 | 
| Wizard            Posts: 1,669 Karma: 2300001 Join Date: Mar 2011 Location: Türkiye Device: Kindle 5.3.7 | 
			
			I changed it to 0px and the background issue on the bottom is fixed:
		 | 
|   |   | 
|  10-29-2013, 04:22 PM | #24 | |
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | Quote: 
 Try to reduce also this value to fix the row distance bug: Code: .appOuter{
border: 1pt solid #2c2c2c;
height:73pt;
width: 58.1pt;
background-color:#2c2c2c;
display:block;
margin: 5pt 0pt 0pt 3.42pt;
float:left;
display:block;
-webkit-border-radius:3pt;
-webkit-user-select:none;
}margin: 3pt 0pt 0pt 3pt; looks good on kindle PW too Last edited by Aeris; 10-29-2013 at 04:30 PM. | |
|   |   | 
|  10-29-2013, 04:25 PM | #25 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 perhaps something out of that... | |
|   |   | 
|  10-29-2013, 04:33 PM | #26 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Once that we know what event we must listen, setting the orientationLock to U will be a sample fix for this
		 | 
|   |   | 
|  10-29-2013, 04:46 PM | #27 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			good point.. I think probably something really general like: com.lab126.appmgrd appStateChange might be enough? doubtless someone already knows... Last edited by twobob; 10-29-2013 at 04:48 PM. | 
|   |   | 
|  10-29-2013, 05:10 PM | #28 | 
| Wizard            Posts: 1,669 Karma: 2300001 Join Date: Mar 2011 Location: Türkiye Device: Kindle 5.3.7 | 
			
			I think this edits fixes the issue for Touch: .appOuter{ border: 1pt solid #2c2c2c; height:71pt; width: 57pt; background-color:#2c2c2c; display:block; margin: 5pt 0pt 0pt 3.42pt; float:left; display:block; -webkit-border-radius:3pt; -webkit-user-select:none; } .appIcon{ background-color:white; height: 57pt; width: 57pt; background-size: 90% 90%; background-repeat:no-repeat; background-position:center; -webkit-border-radius:3pt; -webkit-user-select:none; } | 
|   |   | 
|  10-29-2013, 05:15 PM | #29 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Great works Thomass, thank you!  EDIT: I've tested your settings on PW too... aren't bad above all!! Could you try to fix also the landscape layout? There must be six icons in the first row, 4 in the second... if you try, stay a bit on the right margin as you did, so it works on pw too!   Last edited by Aeris; 10-29-2013 at 05:22 PM. | 
|   |   | 
|  10-29-2013, 05:25 PM | #30 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  | 
| Tags | 
| launcher add-ons | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Touch 5.3.2 - almost Paperwhite! | Vroo | Amazon Kindle | 23 | 01-21-2013 12:34 PM | 
| here's how to compile a gtk native app for the kindle touch | chris_c | Kindle Developer's Corner | 9 | 12-21-2012 12:01 AM | 
| Kindle Touch sudoku with menu | blackkbot | Kindle Developer's Corner | 6 | 05-31-2012 05:58 PM | 
| Troubleshooting kindle touch menu button not response | zenmindlei | Amazon Kindle | 4 | 03-26-2012 09:28 PM |