Thanks Risto, On 2010-11-01 04:01, Risto Avila wrote: > I've tested this with s^3 and no problems seen. I noted a small > problem with the toolbar in profile view. Since s^3 supports direct UI > (partially) > you really cant select the items to edit / delete. New buttn is good > tough :)
Yeah, you're right, the toolbar probably doesn't make a lot of sense on Symbian^3 phones. Could be compiled out easily enough I guess if we don't have a better use for the buttons. It does make sense the way I use my C6, but then I'm an old Communicator user... > Also a noticed small bug when you delete on of the items from profiles > list the ui is not updated correctly. It doesn't refresh as it should. You might think that CEikListBox::SetCurrentItemIndexAndDraw() would actually redraw the listbox but apparently not... Fixed now. This was previously masked by having to go through the Options menu since it forced a redraw. I have a semi-related question where I'd like feedback from folks on the list: Should UI settings (font, palette, gestures etc) be a part of a profile or a separate global group of settings? The current setup is a bit of a mixture. Traditional UI settings inherited from the Windows version are stored as a part of the profile, while new touch UI settings are global. I'd like to make this more consistent one way or another. Either way is pretty easy to implement really -- we could store UI settings for profile X under a separate file with the same name -- so it's more a question of what makes sense. Personally I'd rather have a single set of global UI settings. However I wonder if people might be used to settings being profile-specific, and I also worry about confusing users with separate "Settings" for one set of controls an "Edit profile" for another. Thoughts? Cheers, Petteri ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ s2putty-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/s2putty-developers
