FoxInCloud
V2.31 beta 7 and textbox
Gravatar is a globally recognized avatar based on your email address. V2.31 beta 7 and textbox
  Gilles Lajot-Sarthou
  All
  Jan 9, 2021 @ 08:07am

Hi Thierry, I am testing version v2.31 beta7 of FIC with gwPROD one off my web's applications.

In a textbox when the alignment is originally provided by FIC on the left, then there is a problem when typing. For a fraction of a second, only the first character is kept, the others are deleted and then after this fraction of a second, typing can continue without loss of character.

This concern does not exist in a texbox when it is originally provided by FIC in right alignment. Changing the alignment using the FireFox debugger does not correct the problem

other minor drawbacks that I will explore from the firefox debug console:

  • The rendering of the layout of the INDEX form no longer conforms to that of FIC v2.31 beta5 and other previous versions (position of objects overlapping, graphic presentation of buttons different from version v2.31 beta 5 )

  • The display of the JQUERY calendar in date-type textboxes is no longer done above all the other objects, but is hidden by the other objects of the form

Amicalement

Gilles

Gravatar is a globally recognized avatar based on your email address. re: V2.31 beta 7 and textbox
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 9, 2021 @ 11:51pm

Hi Gilles,

Typing in textbox

OK, I can reproduce on http://foxincloud.com/tutotest/bs/Event.tuto

The rendering of form INDEX

Please share a screenshot in beta.5 and beta.7, and corresponding generated index_scx.*

jQuery calendar

As this app. uses Bootstrap, should be the Bootstrap date picker;
can't reproduce on http://foxincloud.com/tutotest/bs/Event.tuto
please share a screenshot, and corresponding generated form_scx.*

Thanks in advance

Gravatar is a globally recognized avatar based on your email address. re: V2.31 beta 7 and textbox
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 11, 2021 @ 09:27am

OK Thierry, i will do it in a few days..

Amicalement

Gilles

Gravatar is a globally recognized avatar based on your email address. re: V2.31 beta 7 and textbox
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 12, 2021 @ 12:01am

Typing in textbox

Please try this:

modify command awServer.prg
…
hidden procedure PropChangedHTML_Value && {fr} changement de .Value
…
&& replace
CASE m.BC == 'Textbox' && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43

&& by
CASE m.BC == 'Textbox'; && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
 and !this.cEvent == 'input'  && 2021-01-12 thn -- {FiC V 2.31.0-beta.8} {en} added for https://support.west-wind.com/Thread5YC0HF9GB.wwt#5YC0HF9GC

Gravatar is a globally recognized avatar based on your email address. re: V2.31 beta 7 and textbox
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 16, 2021 @ 09:29am

Hi Thierry,

modify command awServer.prg
…
hidden procedure PropChangedHTML_Value && {fr} changement de .Value
…
&& replace
CASE m.BC == 'Textbox' && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43

&& by
CASE m.BC == 'Textbox'; && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
 and !this.cEvent == 'input'  && 2021-01-12 thn -- {FiC V 2.31.0-beta.8} {en} added for https://support.west-wind.com/Thread5YC0HF9GB.wwt#5YC0HF9GC

perfect, it solves the dysfunction!

Amicalement Gilles

© 1996-2025