XelPlayer reloaded #72
Replies: 7 comments 2 replies
-
First problem. I cannot open almost any form. For example, if I open main.pas, and try to toggle from unit to form, I get this message: I need time to understand what happens. If you have ideas... |
Beta Was this translation helpful? Give feedback.
-
I see that tmplayer is defined in alsmplayer.pas. // alsmplayer.pas
type
tmplayer = class(tcomponent) Maybe is it necessary to build an IDE with that component? I don't know how to do that. I will search. |
Beta Was this translation helpful? Give feedback.
-
Re-hello Roland. To install new component, you may follow the tips of Leandro: |
Beta Was this translation helpful? Give feedback.
-
I made a copy of mymseide project, named it xelide, replaced mybutton.pas with alsmplayer.pas and... it works! |
Beta Was this translation helpful? Give feedback.
-
Hello Roland. Here, ignoring the class not found when trying to switch unit<>from and fixing the "uses" in unit mseucs2toru.pas with this
it compiles and runs (but all is in Russian). But it runs only once, at next try the program is not loaded, maybe a protection somewhere in code. |
Beta Was this translation helpful? Give feedback.
-
Hum, after rebooting, it runs at each try now. |
Beta Was this translation helpful? Give feedback.
-
Hola Roland! Tip: MSEgui has a big familly now so maybe in code you may change all things like this:
with this:
;-) |
Beta Was this translation helpful? Give feedback.
-
I uploaded here the source code of XelPlayer, a crossplatform GUI for MPlayer, by Alexandre Minoshi.
It compiles, but I am not sure that it works. It will be a good exercise to update it.
Help is welcome.
Beta Was this translation helpful? Give feedback.
All reactions