User Tag List

Results 1 to 5 of 5

Thread: Single Line ios Edit box common problem

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)

    Single Line ios Edit box common problem

    Hi!

    I've created a sheet, where the user have to fill out his name, street, city, phone number, ...
    for an order. Please take a look at the attached screenshot:

    bierdesigner6.jpg


    First, I used Single Line iOS Objects. If the user tabs into a Edit box on the bottom area, the
    total screen scrolls down to keep the overall look of the sheet. It works well, till the user tabs
    after writing in one edit box, into another. (because i cant get the information, if the edit box
    is in 'focus'/editing mode)

    i can do:

    set flag off if --> leaves the ios edit box
    set flag on if --> enters the ios edit box

    if flag off = scroll up
    if flag on = scroll down

    BUT, if the user directly jumps into another ios edit box in the bottom area, it is forced to scroll up. (Leave --> Flag OFF)

    I can do this easily with the normal edit box (I've done this), BUT: The normal edit box always scrolls automatically up to center of screen if in editing mode on iOS device.

    i hope my problem is well described and you could help me here.

    btw: i could get around this, by disable every other ios edit box. but then the sheet will always scroll up after editing, and i wanna most comfort for the user.

    thanks for your help!

  2. #2
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Sorry to bump, but i havent found a Solution for this

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if it helps, but the iOS Single Line Editbox has an option to turn off the Automatic Scrolling - perhaps you could then code your own scrolling solution?

  4. #4
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    yes, i've done that

    but, how to make this scrolling work, if the user tabs into another ios single line edit box OR if he just confirm with the virtal keyboard.

    if he confirm --> the screen should scroll up
    if he tabs into an other single line ios edit box --> screen should stay.

    the problem: in both cases "quits edit mode" is TRUE.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    You have two conditions you could use for single line edit boxes : Enter edit mode / Quit edit mode.
    Why Don't you test both, and set a flag for each edit box. This will be equivalent to having a "Box has focus" condition.

    Edit box "A" enters edit mode
    Set alterable value A of "A" to 1
    Edit box "A" quits edit mode
    Set alterable value A of "A" to 0

Similar Threads

  1. Set iOS Single Line Editbox FOCUS ON
    By StingRay in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 2nd December 2013, 10:18 AM
  2. Ios single line edit box and numbers
    By ClickJoe in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 7th July 2013, 03:36 PM
  3. [BUG] Single line edit box for iOS has no return key (numeric keypad)
    By Sumo in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 25th October 2012, 05:37 PM
  4. Single Line Editbox Keyboard problem
    By virtualrom in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 16th December 2011, 03:17 AM
  5. Crash with iOS Single line edit box
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 9
    Last Post: 4th October 2011, 06:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •