[Gambas-user] Unexpected close
Steven Lobbezoo
steven at ...1652...
Wed Apr 25 21:02:44 CEST 2007
Sure, here it is.
I've returned to the previous version : no problem anymore.
Le mercredi 25 avril 2007 15:37, Benoit Minisini a écrit :
> On mardi 24 avril 2007, Steven Lobbezoo wrote:
> > Hi benoit,
> >
> > I've got in the new trunk, compiled it etc. (all ok).
> > But now a form in my app, on which I changed nothing since 2 weeks causes
> > an compile error :
> > FormNL: Unexpected CLOSE dans la définition du formulaire.
> >
> > I cannot test the smtp now.
> >
> > Regards,
> > Steven
>
> Strange... Can you send me the FormNL.form file?
-------------- next part --------------
# Gambas Form File 1.0
{ Form Form
MoveScaled(0,0,86,62)
'Move(0,0,602,434)
Text = ("")
{ Close Button
MoveScaled(71,57,13,3)
'Move(497,399,91,21)
Background = &H800000&
Foreground = &HFFFFBF&
ToolTip = ("Appuyer pour \nfermer cette\nfenêtre")
Text = ("Fermer")
}
{ Prenom TextBox
MoveScaled(9,3,16,3)
'Move(63,21,112,21)
Text = ("")
}
{ Nom TextBox
MoveScaled(27,3,42,3)
'Move(189,21,294,21)
Text = ("")
}
{ TextLabel1 TextLabel
MoveScaled(1,3,5,3)
'Move(7,21,35,21)
Text = ("Maître")
}
{ TextLabel2 TextLabel
MoveScaled(9,0,8,3)
'Move(63,0,56,21)
Text = ("Prenom")
}
{ TextLabel3 TextLabel
MoveScaled(27,0,6,2)
'Move(189,0,42,14)
Text = ("Nom")
}
{ Adresse TextBox
MoveScaled(9,8,60,3)
'Move(63,56,420,21)
Text = ("")
}
{ TextLabel4 TextLabel
MoveScaled(1,8,7,3)
'Move(7,56,49,21)
Text = ("Adresse")
}
{ Code_Postal TextBox
MoveScaled(9,13,16,3)
'Move(63,91,112,21)
Text = ("")
}
{ Ville TextBox
MoveScaled(27,13,42,3)
'Move(189,91,294,21)
Text = ("")
}
{ TextLabel5 TextLabel
MoveScaled(1,13,8,3)
'Move(7,91,56,21)
Text = ("CP + Ville")
}
{ Telephone TextBox
MoveScaled(27,20,42,3)
'Move(189,140,294,21)
Text = ("")
}
{ TextLabel6 TextLabel
MoveScaled(9,35,16,3)
'Move(63,245,112,21)
Text = ("Téléphone étude")
}
{ TextLabel7 TextLabel
MoveScaled(9,30,16,3)
'Move(63,210,112,21)
Text = ("Portable")
}
{ TextLabel8 TextLabel
MoveScaled(9,25,16,3)
'Move(63,175,112,21)
Text = ("Fax")
}
{ TextLabel9 TextLabel
MoveScaled(9,20,16,3)
'Move(63,140,112,21)
Text = ("Téléphone")
}
{ Travail TextBox
MoveScaled(27,35,42,3)
'Move(189,245,294,21)
Text = ("")
}
{ Portable TextBox
MoveScaled(27,30,42,3)
'Move(189,210,294,21)
Text = ("")
}
{ Fax TextBox
MoveScaled(27,25,42,3)
'Move(189,175,294,21)
Text = ("")
}
{ Email TextBox
MoveScaled(27,40,42,3)
'Move(189,280,294,21)
Text = ("")
}
{ TextLabel10 TextLabel
MoveScaled(9,40,16,3)
'Move(63,280,112,21)
Text = ("E - Mail ")
}
{ Observations TextArea
MoveScaled(8,47,61,13)
'Move(56,329,427,91)
Text = ("")
}
{ TextLabel11 TextLabel
MoveScaled(9,44,16,3)
'Move(63,308,112,21)
Text = ("Observations :")
}
{ Nouveau Button
MoveScaled(72,40,12,3)
'Move(504,280,84,21)
Background = &H323C80&
Foreground = &HFFFFBF&
ToolTip = ("Appuyer pour nettoyer\net entrer une nouveau\n---------Client------------\nAprès avoir remplit les\nchamps, une 2ième\nclique sauvegarde les\ndonnées !")
Text = ("Nouveau")
}
{ Delete Button
MoveScaled(72,35,12,3)
'Move(504,245,84,21)
Background = &H800000&
Foreground = &HFFFFBF&
ToolTip = ("Appuyer pour supprimer\nle client selectionné(e) ?")
Text = ("Supprimer")
}
{ Chercher Button
MoveScaled(72,30,12,3)
'Move(504,210,84,21)
Background = &H4E8036&
Foreground = &HFFFFBF&
ToolTip = ("Appuyer pour chercher\nune client spécifique")
Text = ("Chercher")
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FormNL.class
Type: application/x-java
Size: 2924 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20070425/8e876c0c/attachment.bin>
More information about the User
mailing list