PDA

View Full Version : dropdown's additions


wkitty42
1st of August 2004 (Sun), 09:52
my Olympus 3000Z appears to signal "yes" and (possibly) "no" when the flash is used... i've had to add these manually to the language specific LANG_DROPDOWNS.PHP files for the few languages i have on the system... the only one that was a tad confusing was for Finnish... seems there's no simple "yes" or "no" but several variations :lol: anyway, for Finnish, i went with these two as they seemed the most straight forward...

make_flash ("jaa");
make_flash ("ei");

this camera also seems to operate in (wierd?) ISO modes... so far, i've had to add these to the global dropdowns list in input/SETTINGS_dropdowns.php and will likely have to add more as i process some recent shooting attempts at dusk of the bluemoon...

make_iso ("185");
make_iso ("188");
make_iso ("190");
make_iso ("199");

the only other one that i've had to add stuff to is the media list but this camera doesn't seem to indicate what media is inserted... in my case, i generally use one of several SmartMedia type cards that range in size from 8Meg to 256Meg... currently, i'm just listing them all as

make_media ("Olympus SmartMedia");

and leaving it at that...