Re: [Gambas-user] Issue 627 in gambas: Components not loaded

2015-07-11 Thread gambas
Updates: Status: Accepted Comment #6 on issue 627 by benoit.m...@gmail.com: Components not loaded https://code.google.com/p/gambas/issues/detail?id=627 The problem is apparently in the gb.xml component, not in the packager at all. I.e. if you run the project from the IDE, it works, but

Re: [Gambas-user] Issue 627 in gambas: Components not loaded

2015-07-11 Thread gambas
Comment #5 on issue 627 by flynetin...@gmail.com: Components not loaded https://code.google.com/p/gambas/issues/detail?id=627 Any idea what the problem is? How I can fix it? -- You received this message because this project is configured to send all issue notifications to this address. You ma

[Gambas-user] ?????? R: ?????? ?????? how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
thanks Ru Vuott \ Caveat and Macro it's working -- -- ??: "Ru Vuott";; : 2015??7??11??(??) 8:55 ??: "mailing list for gambas users"; : [Gambas-user] R: ?? ?? how to cite mplayer INCORRECT: MediaView1.URL = "musi

[Gambas-user] R: 回复: 回复: how to cite mplayer

2015-07-11 Thread Ru Vuott
INCORRECT: MediaView1.URL = "music1" Correct: MediaView1.URL = music1 Sab 11/7/15, tsukuba GIMP user ha scritto: Oggetto: [Gambas-user] 回复: 回复: how to cite mplayer A: "mailing list for gambas users" Data: Sabato 11 luglio 2015, 13:55 P

Re: [Gambas-user] ?????? ?????? how to cite mplayer

2015-07-11 Thread Caveat
MediaView1.URL = music1 otherwise you're not setting the URL to the content of the variable music1 but to the literal string "music1"! On 11/07/15 13:55, tsukuba GIMP user wrote: > Public Sub Button1_Click() > >Dim music1 As String >music1 = application.Path & "/music1.mp3" >Med

[Gambas-user] ?????? ?????? how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
Public Sub Button1_Click() Dim music1 As String music1 = application.Path & "/music1.mp3" MediaView1.URL = "music1" MediaView1.play End i try this but when MediaView1.play will be "cannot set status" -- -- ??: "Marco Ancillotti";; ???

Re: [Gambas-user] ?????? how to cite mplayer

2015-07-11 Thread Marco Ancillotti
So the path is not right , U have to use full path or use: application.path & "/music1.mp3" Il 11/07/2015 12:31, tsukuba GIMP user ha scritto: > I just want when i click button1 mediaview1 will be play in Program directory > mp3 file > > > Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: >>

[Gambas-user] ?????? how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
I just want when i click button1 mediaview1 will be play in Program directory mp3 file Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: > I would like to quote an external file??music1.mp3?? > > #==|code|== > # > #Public Sub Button1_Click() > # > # Dim music1 As String > # music1 = "

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
Il 11/07/2015 11:48, tsukuba GIMP user ha scritto: > I would like to quote an external file??music1.mp3?? > > #==|code|== > # > #Public Sub Button1_Click() > # > # Dim music1 As String > # music1 = "/music1.mp3" > # Mediaview1.URL = music1 > # > #End > > # > > IS wrong? I don't use the

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
I would like to quote an external file??music1.mp3?? #==|code|== # #Public Sub Button1_Click() # # Dim music1 As String # music1 = "/music1.mp3" # Mediaview1.URL = music1 # #End # IS wrong? -- Original -- From: "Marco Ancillotti";; Date: Sat, Jul 1

Re: [Gambas-user] how to cite mplayer

2015-07-11 Thread Marco Ancillotti
Hi , U have to see the -slave mplayer option , with that U can control mplayer with command from stdin , it work well , or if U only need to play some music U can use the gb.media component that rely on gstreamer and provide an api for play music. bye, marco. Il 11/07/2015 11:16, tsukuba GI

[Gambas-user] how to cite mplayer

2015-07-11 Thread tsukuba GIMP user
i wanna build a like "Music box" program but how to cite mplayer (if click "music" button music will be play(outside mp3 file) if click "stop" button music will be stop) -- Don't Limit Your Business. Reach for the Cloud. G