Startseite › Foren › Deutsches LiveCode-Forum › MobilePick Field › Antwort auf: MobilePick Field
Hallo Klaus,
das Code Beispiel :
on mouseUp
local tIndex
global Daten3
// Show the picker
mobilePick field „Taetigkeit“
// The result is the line index of the selected item
put the result into tIndex
// Show the country with the chose index
#put line tIndex of field „ErsteHilfe“ into field „EH1″
if tindex =“1“ then
put „Errichtung“ into Daten3
else if tindex = „2“ then
put „Wartung“ into Daten3
else if tindex =“3″ then
put „Modifikation“ into Daten3
end if
put Daten3 into fld“TK1″
end mouseUp
Und hier die Bug Nummer : 12643
die letzte Lösung mit dem „set the pixelscale to the screenPixelScale“ habe ich ausprobiert, hat aber nicht den gewünschten Erfolg gebracht.
Die Lösung mit dem „1.) Create a tiny invisible Field…“verstehe ich nicht. Vielleicht kannst du mir erklären wie er das mit dem Script in dem Feld meint…
Gruß
Michael