|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Toujour mon bug a l'ouverture d'un projet SVN 2400fabien@ubuntu:~/gambas$ gambas3
Warning: cannot read /home/fabien/.local/lib/gambas3/testcomp.component Project.IsAdded.4560: #13: Null object 0: Project.IsAdded.4560 1: FMain.mnuPopup_Show.395 2: FMain.RefreshMenu.1146 3: FMain.tvwProject_Select.845 4: FMain.Form_Open.68 5: FBalloon.Run.246 6: Balloon._call.12 7: FMain.ShowMessage.1595 8: FGambas.Error.136 9: Project.Open.414 10: Project.Main.197 cette fonction ne semble pas appelée car Project.AddedPaths n'est pas initialisée Public Sub CheckPaths() Dim sStatus As String Dim iPos As Integer Project.LockedPaths = New Collection Project.AddedPaths = New Collection If $bSVN Then Shell "cd " & Shell$(Project.Dir) & "; svn status --no-ignore" To sStatus UpdatePathFromStatus(sStatus) Endif End Je n'arrive pas trouver d'ou ça vient et je ne peu plus utiliser Gambas3 ... Tu as une solution Benoit ?? ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gambas-user-fr mailing list Gambas-user-fr@... https://lists.sourceforge.net/lists/listinfo/gambas-user-fr |
|
|
Re: Toujour mon bug a l'ouverture d'un projet SVN 2400> fabien@ubuntu:~/gambas$ gambas3
> Warning: cannot read /home/fabien/.local/lib/gambas3/testcomp.component > Project.IsAdded.4560: #13: Null object > 0: Project.IsAdded.4560 > 1: FMain.mnuPopup_Show.395 > 2: FMain.RefreshMenu.1146 > 3: FMain.tvwProject_Select.845 > 4: FMain.Form_Open.68 > 5: FBalloon.Run.246 > 6: Balloon._call.12 > 7: FMain.ShowMessage.1595 > 8: FGambas.Error.136 > 9: Project.Open.414 > 10: Project.Main.197 > > cette fonction ne semble pas appelée car Project.AddedPaths n'est pas > initialisée > > > Public Sub CheckPaths() > > Dim sStatus As String > Dim iPos As Integer > > Project.LockedPaths = New Collection > Project.AddedPaths = New Collection > > If $bSVN Then > > Shell "cd " & Shell$(Project.Dir) & "; svn status --no-ignore" To > sStatus UpdatePathFromStatus(sStatus) > > Endif > > End > > > Je n'arrive pas trouver d'ou ça vient et je ne peu plus utiliser > Gambas3 ... Tu as une solution Benoit ?? > C'est possible de m'envoyer le projet intégral ? -- Benoît Minisini ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gambas-user-fr mailing list Gambas-user-fr@... https://lists.sourceforge.net/lists/listinfo/gambas-user-fr |
|
|
Re: Toujour mon bug a l'ouverture d'un projet SVN 2400non c'est l'ide qui ne veut ouvrir aucun projet !!!!
je n'y comprend rien ... il doit y avoir un truc dans mon système qui lui déplais ... un pb de structure ? Le 1 novembre 2009 15:26, Benoît Minisini <gambas@...> a écrit : >> fabien@ubuntu:~/gambas$ gambas3 >> Warning: cannot read /home/fabien/.local/lib/gambas3/testcomp.component >> Project.IsAdded.4560: #13: Null object >> 0: Project.IsAdded.4560 >> 1: FMain.mnuPopup_Show.395 >> 2: FMain.RefreshMenu.1146 >> 3: FMain.tvwProject_Select.845 >> 4: FMain.Form_Open.68 >> 5: FBalloon.Run.246 >> 6: Balloon._call.12 >> 7: FMain.ShowMessage.1595 >> 8: FGambas.Error.136 >> 9: Project.Open.414 >> 10: Project.Main.197 >> >> cette fonction ne semble pas appelée car Project.AddedPaths n'est pas >> initialisée >> >> >> Public Sub CheckPaths() >> >> Dim sStatus As String >> Dim iPos As Integer >> >> Project.LockedPaths = New Collection >> Project.AddedPaths = New Collection >> >> If $bSVN Then >> >> Shell "cd " & Shell$(Project.Dir) & "; svn status --no-ignore" To >> sStatus UpdatePathFromStatus(sStatus) >> >> Endif >> >> End >> >> >> Je n'arrive pas trouver d'ou ça vient et je ne peu plus utiliser >> Gambas3 ... Tu as une solution Benoit ?? >> > > C'est possible de m'envoyer le projet intégral ? > > -- > Benoît Minisini > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Gambas-user-fr mailing list > Gambas-user-fr@... > https://lists.sourceforge.net/lists/listinfo/gambas-user-fr > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Gambas-user-fr mailing list Gambas-user-fr@... https://lists.sourceforge.net/lists/listinfo/gambas-user-fr |
| Free embeddable forum powered by Nabble | Forum Help |