Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
11/22/13 07:25 AM (12 years ago)

CircleView Menu Error with 3.0 Core

Hi All, Check this out: http://jworldhosting.com/Uploads/Images/Circle-View-3.0-Error.png This is the CircleView Menu with the 3.0 core. Any ideas? Jake
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
11/22/13 07:58 AM (12 years ago)
The Cirlcemenue does NOT work with Android... look at the Readme.
 
Crown Solutions
Aspiring developer
Profile
Posts: 463
Reg: Nov 11, 2011
MN
13,480
like
11/22/13 08:01 AM (12 years ago)
Jake, I finally had a chance last night to run this on 3.0. Noticed the same thing. I am going to have to update how the code draws the cells and the cell background. Hope to get it updated this weekend when I have a bit more time.
 
Crown Solutions
Aspiring developer
Profile
Posts: 463
Reg: Nov 11, 2011
MN
13,480
like
11/22/13 08:03 AM (12 years ago)
It shows a simple menu in Android. The screenshot is from iOS. The update changed how the cells in a menu are written.
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
11/22/13 08:17 AM (12 years ago)
Ups... Sorry.. ;-) Is there an Update in Plan for Android also?
 
Crown Solutions
Aspiring developer
Profile
Posts: 463
Reg: Nov 11, 2011
MN
13,480
like
11/22/13 08:38 AM (12 years ago)
I hope to. I have not had much time to dive into fragments, and custom layouts. The beauty of the iOS version is it just built off of the core UITableView. It just adds some math to how the table is drawn by the OS. Android draws TableViews differently and this effect can not be built off of the existing core (Android not BT) OS. I have some ideas on how to give them float points and use the same math, but the little I have tried has crashed and burned... Probably more info then anyone wanted, but I am chipping away at it. ;) Jim
 
Crown Solutions
Aspiring developer
Profile
Posts: 463
Reg: Nov 11, 2011
MN
13,480
like
11/22/13 09:47 AM (12 years ago)
Ok, a little progress- add this at line 381 in the Circleview_list_menu.m file [cell setBackgroundColor:[UIColor clearColor]]; This sets the cell background to clear as hard code. The control panel will no longer have any effect to it.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.