Testbuild for configureable usermenu - page 2 - Fingalo's Builds - CHDK Forum supplierdeeply

Testbuild for configureable usermenu

  • 21 Replies
  • 14130 Views
*

Offline icz

  • *
  • 12
Re: Testbuild for configureable usermenu
« Reply #10 on: 29 / February / 2008, 09:49:37 »
Advertisements
ya xcept for my cam, the sd1000/ixus 70

you need to find where the correct key is :)
i changed the source to use half_press to copy menu items and then it works.

Code: (c) [Select]
void gui_menu_kbd_process() {
    switch (kbd_get_autoclicked_key()) {

#if defined(CAMERA_ixus700_sd500) || defined(CAMERA_ixus800_sd700) || defined(CAMERA_a560) || defined(CAMERA_ixus850_sd800) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_ixus950_sd850)
    case KEY_SHOOT_HALF:
#else
    case KEY_ERASE:
#endif

« Last Edit: 29 / February / 2008, 09:56:55 by icz »

Re: Testbuild for configureable usermenu
« Reply #11 on: 29 / February / 2008, 10:09:08 »
I will look into a solution for the erase-key problems on other cameras. The reason for not using set key is mainly that is used for navigation when finding the menus to add. Suggestions what keys to use are very welcome!

Re: Testbuild for configureable usermenu
« Reply #12 on: 29 / February / 2008, 13:35:38 »
Deleted
« Last Edit: 22 / April / 2008, 12:17:48 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: Testbuild for configureable usermenu
« Reply #13 on: 29 / February / 2008, 13:48:58 »
Use shoot_half as shift? (Thinking of doing a personal build with custom menu accessible with shoot_half + menu...)


Re: Testbuild for configureable usermenu
« Reply #14 on: 29 / February / 2008, 14:12:09 »
Deleted
« Last Edit: 22 / April / 2008, 12:18:06 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: Testbuild for configureable usermenu
« Reply #15 on: 29 / February / 2008, 14:38:57 »
Compiled the latest trunk (modified a little, of course ;), so yes, using Fingalo's custom menu (feature). And it is nice. :] (On A710 the custom menu doesn't appear as you enter <ALT>, but on menu-press while in <ALT>.)

Re: Testbuild for configureable usermenu
« Reply #16 on: 29 / February / 2008, 14:44:30 »
Deleted
« Last Edit: 22 / April / 2008, 12:18:29 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

Re: Testbuild for configureable usermenu
« Reply #17 on: 02 / March / 2008, 14:24:04 »
Hi all,
I modified the user menu with an option to bring the menu up instantly (I like that :P, thanks for the idea!).
Also i put in icz's proposal for using the SHOOT HALF key for cameras not having the erase key. (I can only test s3)
Test/eval builds + some instrucs on http://hem.passagen.se/fsmmal/chdk2.html
« Last Edit: 08 / March / 2008, 10:23:16 by fingalo »


Re: Testbuild for configureable usermenu
« Reply #18 on: 02 / March / 2008, 16:45:01 »
Deleted
« Last Edit: 22 / April / 2008, 12:18:48 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

Re: Testbuild for configureable usermenu
« Reply #19 on: 08 / March / 2008, 10:24:55 »
Hi,
made an update to user menu.
UPDATE 2008 March 8 In instant usermenu, next press on menu bring up the main menu.
(Also added whoevers build for ixus950, potential candidate for the trunk.)
http://hem.passagen.se/fsmmal/chdk2.html
« Last Edit: 08 / March / 2008, 12:41:14 by fingalo »