D
OK!can you FIX in the zipfile in the first post the example with fgCalender, becasue it uses an fglabel component?
Cableguy is not a killer!Speak in english, please, or Cableguy will kill us!!!
Unfortunately no, the DLL is written in vb.net and not c#.Another question - can you add a cs file so the library will be included at compilation ?
i added the fgFileChooser to my app recently and tested it on the desktop successfully.When i tested it on my PPC2003 device, i get some strange behavior.After the app started if i click on any control ( button, menu), then the fgFileChooser menu ( OK/Cancel) appears in the lower lefthand corner - but the fgFileChooser was not yet called at this time.If i select any option OK or cancel, the fgFileChooser fails with an exception when it is called later.
I find that way. The problem is that my English is not my English but from Google.Ich persönlich finde es besser, wenn alle teilhaben können, außerdem ist ja auch der B4P support in englisch...
Let's say, I have found no other solution.@Filippo: is this behavior intended or did you overlook that..?
content of "AppPath"?fgFile.ShowDialog(AppPath)=True
Sub App_Start
fgFileChooser.New1
fgFileChooser.SearchPattern="*.dll;*.txt"
If fgFileChooser.ShowDialog("\Temp")=True Then
For i=0 To fgFileChooser.SelectedCount -1
msg=msg & fgFileChooser.SelectedItem(i) & CRLF
Next
Msgbox(msg)
End If
End Sub
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Fgfilechooser.New1
Fgfilechooser.SearchPattern="*.*"
Form1.Show
End Sub
Sub Button1_Click
If Fgfilechooser.ShowDialog(AppPath)=True Then
file=Fgfilechooser.SelectedItem(0)
End If
End Sub
Sub Button1_Click
[B]msgbox(AppPath)[/B]
If Fgfilechooser.ShowDialog(AppPath)=True Then
file=Fgfilechooser.SelectedItem(0)
End If
End Sub
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?