cancel
Showing results for 
Search instead for 
Did you mean: 

Naurtech browser problems with Casio dtx-30r

Former Member
0 Kudos

Hi guys,

We have quite a problem here with the little RF Gun from Casio.

ITS Mobile was successfully implemented and we can call the RFUI without a problem from the EWM side.

The problem that we have occurs from the browser side, in the way that absolutely every screen that we call (even the standard ones, it doesn't matter) get the scroll bars (horizontal and vertical) at it's rezolution (240x320).

After finding an SAP Note that helped us took out the horizontal scroll bar, tried everything possible in order to eliminate the vertical one, but no success. All the possible ITS Parameters with all the possible combination we've tried, but nothing came up.

I've even took the approach to edit the templates (I've adjusted the template from hand to have the 240x320 pixel rezolution) and absolutely nothing helped (the scroll bar was still there even from the RF Menu, although we've changed screen 001-010).

I've also played with the Naurtech settings as much as possible, but absolutely nothing helped, so I'm out of ideas for the moment.

Please keep in mind that this is my third RF Gun configuration and I know a little about them. The other two took a max. one day to get them set up, but at this one I just can't make it to work.


Should I change the Browser (maybe there are not compatible)? Should I still try to poke around and maybe try an untried combination, until it works?

Telling the customer to change the RF Gun isn't an option, as they already have 50 of them laying around.


Any ideas?


Thank you in advance,

Claudiu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Claudiu,

What SAP NOTE did you use for the vertical scrollbar?

What template generation was used to create the ITSMobile service templates?

What transaction screen dynpros were converted?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

We used the 1242897 - Dynpro does not fit to the mobile device screen SAP Note for the horizontal scroll bar.

Mobile Device (without HTML Table) was used as a template generation style.

Every dynpros that are used in RF were converted (Function Group /SCWM/RF_GENERAL_RF, /SCWM/RSC_DYNPRO, /SCWM/RF_SSCR,

/SCWM/RF_ADHOC, /SCWM/RF_GENERAL,  /SCWM/RF_INQUIRY, /SCWM/RF_INVENTORY,  *PACKING, *PICKING, *PUTAWAY (and etc.) plus the custom ones).

Message was edited by: Oisin ONidh Add note link

Message was edited by: Oisin ONidh

former_member194364
Active Contributor
0 Kudos

Hi Claudia,

what is the version of the Browser been used?

Can you copy and past a view source of one of the HTML screens that has been converted using ITSGENMOBILE4?

What SAP_BASIS and Kernel are you using? ( Will provide information on the ITSGENMOBILE4 )

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

The browser version is 5.7.0

Copy of the converted screen:

******************************************************************************************************************************************************************************

`if (~currdynpro.speechenabled != "")

`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

`end;`

<html`if (~currdynpro.speechenabled != "")

    ` xmlns="http://www.w3.org/1999/xhtml"

      xmlns:vxml="http://www.w3.org/2001/vxml"

      xmlns:ev="http://www.w3.org/2001/xml-events"

      xmlns:xv="http://www.voicexml.org/2002/xhtml+voice"`

  end;` class="MobileHtml">`

  if ( ~itsmobileNameSpace != "" )

    ~current_service = ~itsmobileNameSpace & ~service;

  elseif ( strsub(~sources, 0, 1) == "/" )

    ~current_service = strsub(~sources, 0, strchr(~sources, "/", 1)+1) & ~service;

  else

    ~current_service = ~service;

  end;`

`

<!-- Generated Template

      NAME:   SAPLZZZ_ZK

      SCREEN: 0001

      DATE:   20150324

      TIME:   083023

      STYLE:  MOBILE4

-->

declare class(name, idx=1), style(name, idx=1), style_attr(name, idx=1), icon(name, idx=1),

    class_ext(name, idx=1), align(name, idx=1), label(name, idx=1), has_label(name, idx=1),

    width(i, a), margin_left(i, a), w(i, a) in "some.html";

if ( ~itsmobileFuncInclude != "" )

    include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileFuncInclude, ~style="x");

else

    include(~service="itsmobile", ~language="", ~theme="99", ~name=nonExt&"functions", ~style="x");

end;`

`

    `<head>`

    if ( ~itsmobileDeviceInclude != "" )

       include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileDeviceInclude & ".html");

    end;

        `<title>`~windowtitle`</title>`

if ( ~itsmobileSoundInclude != "" ) <!-- customers sound -->

   include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileSoundInclude & ".html");

else <!-- default -->

   include(~service="itsmobile", ~language="", ~theme="99", ~name="include/sound.html");

end;

if ( ~itsmobileCssInclude != "" ) <!-- customer include from gui settings -->`

        <link rel="stylesheet" href="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileCssInclude & ".css")`" type="text/css" />

` else <!-- default include from itsmobile --> `

        <link rel="stylesheet" href="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="styles/all/mobile.css")`" type="text/css" />

` end;

if ( ~itsmobileJsInclude != "" ) <!-- customer include specified in gui settings -->`

        <script type="text/javascript" language="javascript" src="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileJsInclude & ".js")`"></script>

` else <!-- default include from itsmobile -->`

        <script type="text/javascript" language="javascript" src="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="scripts/all/mobile.js")`"></script>

` end;

  if ( ~itsmobileCustomJsInclude != "" )`

        <script type="text/javascript" language="javascript" src="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=~itsmobileCustomJsInclude & ".js")`"></script>

` end;`

        <script type="text/javascript" language="Javascript">

           var itsmobile_eos = "`wgateurl(~okcode="/nex")`";

        </script>

` <!-- rfid values --------------------------- -->

  if ( ~RfidEnabledFields != "" ) `

        <script type="text/javascript" language="javascript" src="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="rfid/rfbutton.js")`"></script>

        <script type="text/javascript" language="Javascript">

           var rfid_fields = new Object;

`   repeat with i from 1 to ~RfidEnabledFields.dim

      <!-- get field name and index -->

      rfidField = ~RfidEnabledFields[i];

      rfidFieldIdx = ~RfidEnabledFields[i].idx;

      rfidFieldParams = ~RfidEnabledFields[i].params; `

           rfid_fields["`rfidField`[`rfidFieldIdx`]"] = { `rfidFieldParams` };

`   end;`

        </script>

` end;`

`       <!-- Check if screen supports voice integration -->

        if ( ~currdynpro.speechenabled != "" )

          <!-- include the htmlb functions for voice integration -->

          if ( ~itsmobileVoiceInclude != "" ) <!-- customers voice generation html -->

            include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileVoiceInclude & ".html");

          else <!-- default its default voice include -->

            include(~service="itsmobile", ~language="", ~theme="99", ~name="include/voice.html");

          end;

        end;`

`

    `</head>`

    `<body class="MobileBody `class("~currdynpro", 1)`" `style_attr("~currdynpro", 1)` id="MobileBody"`

      if (~currdynpro.speechenabled != "")` ev:event="load" ev:handler="#sayOnPageLoad"` else

      ` onload="setFocus('`~focusfield`');`~itsmobileOnloadHandler`"` end;

      ` onkeydown="return processKeyEvent(event);" onhelp="return false;">

`

        `<form method="post" action="`WGateURL()`" id="mobileform" name="mobileform" onsubmit="return firstSend()" style="display:inline">

            <input type="hidden" id="~OkCode" name="~OkCode" value="/0" />

            <input type="hidden" id="~FKey" name="~FKey" value="" />

            <input type="hidden" id="~Focusfield" name="~Focusfield" value="" />

            `if (~SEC_SESSTOKEN != "")`<input type="hidden" name="~SEC_SESSTOKEN" value="`~SEC_SESSTOKEN`" />`end`

`if (~active_timer != "")

    include(~service="itsmobile", ~theme="99", ~name="timer.html");

    timer(~active_timer, width, height);

end`

`

`<!-- main screen begin -->

<div width="100%">`

    if ( ~itsmobileCuaInclude != "" ) <!-- customers cua area -->

       include(~service=~current_service, ~language="", ~theme=~theme, ~name=~itsmobileCuaInclude & ".html");

    elseif ( ~itsmobileNoCuaInclude != "1" && ~itsmobileNoCuaInclude != "X" ) <!-- default cua area -->

       include(~service="itsmobile", ~language="", ~theme="99", ~name="include/cuaarea.html");

    end;`

</div>

<div width="100%" class="MobileUserArea">`

if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||

     ( '/SCWM/S_RF_SCRELM-PB1'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB1'[1].visible == "X" ) ||

     ( '/SCWM/S_RF_SCRELM-PB2'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB2'[1].visible == "X" ) ||

     ( '/SCWM/S_RF_SCRELM-PB3'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB3'[1].visible == "X" ) ||

     0 )

`<!-- line 1 -->

<div class="MobileRow">`

if ( ( '/SCWM/S_RF_SCRELM-PB1'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB1'[1].visible == "X" ) )

    `<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB1", 1)`" `

    `class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB1", 1)` `class("/SCWM/S_RF_SCRELM-PB1", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB1'[1].disabled == "X" ) `disabled="disabled" `end;

    `name="`'/SCWM/S_RF_SCRELM-PB1'[1].name`" `

    if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB1'[1].name`" `end;

    `value="`label("/SCWM/S_RF_SCRELM-PB1", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB1'[1].rfidenabled == "X" )

        `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB1'[1].name`');"

        onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB1'[1].name`');"

        onclick="RfidButtonClick();" `

    else

        `onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB1'[1].okcode`');" `

    end;

    `/>`

else

    `<span style="`margin_left("5", "4.100em")`; height:1px"></span>`

end;

if ( 0 != 0 )

    `<span style="`margin_left("0", "0.000em")`; height:1px"></span>`

end;

if ( ( '/SCWM/S_RF_SCRELM-PB2'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB2'[1].visible == "X" ) )

    `<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB2", 1)`" `

    `class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB2", 1)` `class("/SCWM/S_RF_SCRELM-PB2", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB2'[1].disabled == "X" ) `disabled="disabled" `end;

    `name="`'/SCWM/S_RF_SCRELM-PB2'[1].name`" `

    if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB2'[1].name`" `end;

    `value="`label("/SCWM/S_RF_SCRELM-PB2", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB2'[1].rfidenabled == "X" )

        `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB2'[1].name`');"

        onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB2'[1].name`');"

        onclick="RfidButtonClick();" `

    else

        `onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB2'[1].okcode`');" `

    end;

    `/>`

else

    `<span style="`margin_left("5", "4.100em")`; height:1px"></span>`

end;

if ( 0 != 0 )

    `<span style="`margin_left("0", "0.000em")`; height:1px"></span>`

end;

if ( ( '/SCWM/S_RF_SCRELM-PB3'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB3'[1].visible == "X" ) )

    `<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB3", 1)`" `

    `class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB3", 1)` `class("/SCWM/S_RF_SCRELM-PB3", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB3'[1].disabled == "X" ) `disabled="disabled" `end;

    `name="`'/SCWM/S_RF_SCRELM-PB3'[1].name`" `

    if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB3'[1].name`" `end;

    `value="`label("/SCWM/S_RF_SCRELM-PB3", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB3'[1].rfidenabled == "X" )

        `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB3'[1].name`');"

        onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB3'[1].name`');"

        onclick="RfidButtonClick();" `

    else

        `onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB3'[1].okcode`');" `

    end;

    `/>`

else

    `<span style="`margin_left("5", "4.100em")`; height:1px"></span>`

end;

if ( 4 != 0 )

    `<span style="`margin_left("4", "3.280em")`; height:1px"></span>`

end;

<!-- content row end -->`

</div>

`end;

if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||

     ( 'X'[1].exists == "X" && 'X'[1].visible == "X" ) ||

     1 )

`<!-- line 2 -->

<div class="MobileRow">`

includeFrame (~frameName="X")

<!-- content row end -->`

</div>

`end;

if ( ( ~DYNPRO_COMPRESSION != "1" && ~DYNPRO_COMPRESSION != "X" ) ||

     ( '/SCWM/S_RF_SCRELM-PB4'[1].exists == "X" && '/SCWM/S_RF_SCRELM-PB4'[1].visible == "X" ) ||

     ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].exists == "X" && '/SCWM/S_RF_SCRELM-FLG_MORE'[1].visible == "X" ) ||

     ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].exists == "X" && '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible == "X" ) ||

     0 )

`<!-- line 12 -->

<div class="MobileRow">`

if ( ( '/SCWM/S_RF_SCRELM-PB4'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-PB4'[1].visible == "X" ) )

    `<input type="button" style="`width("5", "4.100em"); style("/SCWM/S_RF_SCRELM-PB4", 1)`" `

    `class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-PB4", 1)` `class("/SCWM/S_RF_SCRELM-PB4", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB4'[1].disabled == "X" ) `disabled="disabled" `end;

    `name="`'/SCWM/S_RF_SCRELM-PB4'[1].name`" `

    if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-PB4'[1].name`" `end;

    `value="`label("/SCWM/S_RF_SCRELM-PB4", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-PB4'[1].rfidenabled == "X" )

        `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-PB4'[1].name`');"

        onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-PB4'[1].name`');"

        onclick="RfidButtonClick();" `

    else

        `onclick="setOkCode('`'/SCWM/S_RF_SCRELM-PB4'[1].okcode`');" `

    end;

    `/>`

else

    `<span style="`margin_left("5", "4.100em")`; height:1px"></span>`

end;

if ( 10 != 0 )

    `<span style="`margin_left("10", "8.200em")`; height:1px"></span>`

end;

if ( ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].exists == "X" ) && ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].visible == "X" ) )

    `<input type="button" style="`width("2", "1.640em"); style("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `

    `class="MobileButton`class_ext("/SCWM/S_RF_SCRELM-FLG_MORE", 1)` `class("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].disabled == "X" ) `disabled="disabled" `end;

    `name="`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`" `

    if ( ~currdynpro.speechenabled != "" ) `id="`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`" `end;

    `value="`label("/SCWM/S_RF_SCRELM-FLG_MORE", 1)`" `

    if ( '/SCWM/S_RF_SCRELM-FLG_MORE'[1].rfidenabled == "X" )

        `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`');"

        onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].name`');"

        onclick="RfidButtonClick();" `

    else

        `onclick="setOkCode('`'/SCWM/S_RF_SCRELM-FLG_MORE'[1].okcode`');" `

    end;

    `/>`

else

    `<span style="`margin_left("2", "1.640em")`; height:1px"></span>`

end;

if ( 0 != 0 )

    `<span style="`margin_left("0", "0.000em")`; height:1px"></span>`

end;

if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].exists == "X" )

    if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].mode == "multiline" )

        `<textarea `

         `class="MobileEditMultiline`class_ext('/SCWM/S_RF_SCRELM-SHORTCUT', 1); class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

         if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].disabled == "X" ) `disabled="disabled" `end;

         if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].readonly == "X" ) `readonly="readonly" `end;

         if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode != "" )

             `onchange="setOkCode('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode`');return false;" `

         end;

         `style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

         `rows="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].rows`" `

         `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `

         `onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `

         `name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`">`'/SCWM/S_RF_SCRELM-SHORTCUT'[1]`</textarea>`

    else

        if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].disabled == "X" )

            if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible != "X" )

                `<input type="hidden" `

            elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].type == "Password" )

                `<input type="password" readonly="readonly" tabindex="-1" `

                `style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobilePasswordHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else;

                    `class="MobilePasswordDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" )

                `<input type="text" readonly="readonly" tabindex="-1" `

                `style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobileEditRequiredHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else;

                    `class="MobileEditRequiredDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            else

                `<input type="text" readonly="readonly" tabindex="-1" `

                `style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobileEditHighlightedDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else;

                    `class="MobileEditDisabled `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            end;

            `onfocus="focusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `

            `name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `

            if ( ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" ) && ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1] == "?" ) )

                 `value="" `

            else

                 `value="`strmaskext('/SCWM/S_RF_SCRELM-SHORTCUT'[1], 1)`" `

            end;

            `size="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].width`" maxlength="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].maxinputsize`"/>`

        else                                     <!-- not disabled -->

            icon( "/SCWM/S_RF_SCRELM-SHORTCUT", 1 );

            if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].visible != "X" )

                `<input type="hidden" `

            elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].type == "Password" )

                `<input type="password" `

                `style="`width("3", "2.460em"); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobilePasswordHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else

                    `class="MobilePassword `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            elseif ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" )

                `<input type="text" `

                `style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobileEditRequiredHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else

                    `class="MobileEditRequired `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            else

                `<input type="text" `

                `style="`width("3", "2.460em"); align("/SCWM/S_RF_SCRELM-SHORTCUT", 1); style("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].highlighted == "X" )

                    `class="MobileEditHighlighted `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                else

                    `class="MobileEdit `class("/SCWM/S_RF_SCRELM-SHORTCUT", 1)`" `

                end;

            end;

            if ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode != "" )

                `onchange="setOkCode('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].okcode`');return false;" `

            end;

            `onfocus="setFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `

            `onblur="leaveFocusField('`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`');" `

            `name="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `

            if ( ~currdynpro.speechenabled != "" )`id="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].name`" `end;

            if ( ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1].inputrequired == "X" ) && ( '/SCWM/S_RF_SCRELM-SHORTCUT'[1] == "?" ) )

                `value="" `

            else

                `value="`strmaskext('/SCWM/S_RF_SCRELM-SHORTCUT'[1], 1)`" `

            end;

            `size="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].width`" maxlength="`'/SCWM/S_RF_SCRELM-SHORTCUT'[1].maxinputsize`"/>`

        end;

    end;

else

    `<span style="`margin_left("3", "2.460em")`; height:1px"></span>`

end;

<!-- content row end -->`

</div>

`end;

`</div>

<!-- main screen end -->`

        `</form>`

    `</body>`

`</html>

******************************************************************************************************************************************************************************


SAP_BASIS Version is EHP3 FOR SAP SCM 7.0

Kernel used is 741

Sup.Pkg lvl:. 200

DBSL Patch Level: 741.10

SAP versions: 700, 710, 701, 702, 703, 711, 720, 730, 731, 732, 738, 740

OP release: 6.3


PS: Because of the device, we can not update it to the latest Windows version so that we can install the latest browser version, so we're stuck with Naurtech 5.7 as the latest OS version

former_member194364
Active Contributor
0 Kudos

Hi Claudiu,

They only thing I suggest at this point is to use the ITSMobile Visual editor to adjust the screen.

ITSmobile Visual Editor - Wiki - SCN Wiki

Regards,

Oisin


Former Member
0 Kudos

Hello Oisin,,

Unfortunately I've been this road again, but it didn't helped.

Is there something else that I could try?

Any other unknown/secret tips that could help me further?

Best regards,

Claudiu

former_member194364
Active Contributor
0 Kudos

Hi Claudia,

Do you have a photo of the screen?

See page 40 of the following guide

http://www.naurtech.com/docs/Naurtech_Web_Browser_Prog_Guide_57.pdf

Does the TextSize offer a possible solution here?

Also the following thread might be useful

http://scn.sap.com/thread/819261

Regards,

Oisin