i542 Posted June 17, 2007 Posted June 17, 2007 HeyFirst of all, i don't like the idea of paying for it either.(...)One more turned to the whiteside PS: Thanks for showing me where the edit button is.You welcome.I agree with you, why pay for something like this when there's free software like iTunes or Windows media player... "so detailed GUI"?GUI: A lot of labels and buttons.yess...4 users think it should be free...In some cases you get messages about paying 5 but on the download page (the page with the "eula") you can read:QUOTELicense:PPlayer comes with a full working 7-Day Trial license.After 7 days youre required to enter your e-mail for validation.If youre successful your license will be updated to Premium.Pascal, don't you dare to lie to them!!! When you enter your e-mail, you will get e-mail 'pay' and SPAM!!! I can do signature me.
Obi-w00t Posted June 17, 2007 Posted June 17, 2007 Anyone else thinking releasing an AutoIt program you have to pay for is useless as any script kiddie with 3 brain cells can decompile it and remove any protection?
i542 Posted June 17, 2007 Posted June 17, 2007 Anyone else thinking releasing an AutoIt program you have to pay for is useless as any script kiddie with 3 brain cells can decompile it and remove any protection?Me. I can do signature me.
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 i542... " 11 years old " I don't think thats right but mentally you're junger As I said "In some cases you get messages about paying 5 but on the download page (the page with the "eula") you can read:" And that email is that case... That spam thing is more than stupid I don't need to say anything to this. The GUI wasn't loaded that full from the beginning. But adding things with the coordinates is not that difficult. @ Obi-W00t and i542 you can crack the player if you want and post all of the code. I thought we're not in kiddie WoW or CSS forums... Pretty sad
Generator Posted June 17, 2007 Posted June 17, 2007 i542... " 11 years old "I don't think thats right but mentally you're junger As I said "In some cases you get messages about paying 5 but on the download page (the page with the "eula") you can read:"And that email is that case...That spam thing is more than stupid I don't need to say anything to this.The GUI wasn't loaded that full from the beginning.But adding things with the coordinates is not that difficult.@ Obi-W00t and i542 you can crack the player if you want and post all of the code.I thought we're not in kiddie WoW or CSS forums...Pretty sadBut this is sad when you make people pay for it, which the whole thing doesn't take much skill to make, instead of sharing the code and let people learn from you as well as you learn from others by people improving your code. That's the spirit.
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 I agree with you, why pay for something like this when there's free software like iTunes or Windows media player... "so detailed GUI"? I didn't find the Gui all that amazing, it's unique though... I like how it looks simple but still has everything needed. I would recommend a few changes, the first is that in the main window I find the Idle... Idle.. Idle.. Idle..... Idle... very annoying. What's the point of the program telling us it's not doing anything? I would rather just know when it is doing something.. just my opinion though.One possible recommendation is getting rid of the slider at the bottom of the PlayMode GUI, I didn't find any use for it and having something useless on a GUI is pretty hideous. Unless I just didn't find the use for it....One bug I got was that the seek bar didn't work.. When I started the song, the song played for six seconds and then the slider/label time updated.. And after that it just stayed at six. The last thing, assuming the timer is fixed I would have it so that it doesn't show "00:03:12" and would show instead: "3:12"... Good work altogether thoughI see you're able to post correctly...Those label showing the state of the player ("idle", "playing") is from the beta for testing.I'll remove it in upcoming versions because it's no longer needed.That slider is for changing the similar bands the player looks for.Slider on 1 means 1 similar band s.o.The Playmode GUI is new and not complete yet. I'll add the required labels there.The thing with the timer is strange...It gets updated after song info is loaded and then every second...The label could be changed to 3:12 - I'll put the required setting into the settings.ThanksPascal
Generator Posted June 17, 2007 Posted June 17, 2007 I see you're able to post correctly...Those label showing the state of the player ("idle", "playing") is from the beta for testing.I'll remove it in upcoming versions because it's no longer needed.That slider is for changing the similar bands the player looks for.Slider on 1 means 1 similar band s.o.The Playmode GUI is new and not complete yet. I'll add the required labels there.The thing with the timer is strange...It gets updated after song info is loaded and then every second...The label could be changed to 3:12 - I'll put the required setting into the settings.ThanksPascalMake a better menu, it's annoying when it pops up to say you have to right click.
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 But this is sad when you make people pay for it, which the whole thing doesn't take much skill to make, instead of sharing the code and let people learn from you as well as you learn from others by people improving your code. That's the spirit.It's the time it took.I don't want the player copied one by one -- actually its more than 2,2k lines and 2 weeks of pure coding etc.Thats why I would send parts of the player per email...Whats the problem??Why do people need to spam this thread because of a misunderstanding?Everyone should know now that its free to use.And free to get the code...
Achilles Posted June 17, 2007 Posted June 17, 2007 any script kiddie with 3 brain cells can decompile it and remove any protection?How? I've tried decompiling it but no luck there... I guess I only have two brain cells My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 (edited) Make a better menu, it's annoying when it pops up to say you have to right click.Heh I don't know how.There were to much buttons on the place so I added a button with context menu.But I don't know how to open the context menu from the button.Plus who would pay for this Player when iTune or WMP 11 can burn and get songs from CD & much more.I dont use CDs anymore so I thought why implementing CD-functions?You should take a look on the PlayMode-GUI thats the special thing of PPlayer that WMP and itunes etc don't have. Edited June 17, 2007 by Pascal257
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 How? I've tried decompiling it but no luck there... I guess I only have two brain cells Thanks.
Achilles Posted June 17, 2007 Posted June 17, 2007 (edited) Heh I don't know how. There were to much buttons on the place so I added a button with context menu. But I don't know how to open the context menu from the button.Ummm, I was going to say use GuiRegisterMsg() in some way but on second thought that probably wouldn't work. How about something like this If GuiGetMsg() = $menuButton then MouseClick("Right") Kind of a cheap way of doing it but I think it would work... Edited June 17, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Pascal257 Posted June 17, 2007 Author Posted June 17, 2007 (edited) Ummm, I was going to say use GuiRegisterMsg() in some way but on second thought that probably wouldn't work. How about something like this If GuiGetMsg() = $menuButton then MouseClick("Right") Kind of a cheap way of doing it but I think it would work...Nice idea I'll use this until I find a more "skilled" way to do this ^^ Thanks Edith: And a little questions: Why is Jon working on an Obfuscator? Edit2: Title: AutoIt Error Text: Line 0 (File "C:\Program files\PPlayer\resource\database.exe"): $A4FA560A5600C =&$SA24A5F007 $A4FA560A5600C =^ERROR Error: Error in expression.That error is caused by the obsfucator... I'm on to find it. Could you tell me where you got this error? Edited June 17, 2007 by Pascal257
Achilles Posted June 17, 2007 Posted June 17, 2007 Nice idea I'll use this until I find a more "skilled" way to do this ^^ThanksYour welcome... and let me know if you find a more.. um, professional way, of doing it! My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
BrettF Posted June 17, 2007 Posted June 17, 2007 Maybe.... From the helpfile expandcollapse popup; ***************** ; * Second sample * ; ***************** #include <GUIConstants.au3> $hGui = GUICreate("My GUI", 170, 40) $OptionsBtn = GUICtrlCreateButton("&Options", 10, 10, 70, 20, $BS_FLAT) ; At first create a dummy control for the options and a contextmenu for it $OptionsDummy = GUICtrlCreateDummy() $OptionsContext = GUICtrlCreateContextMenu($OptionsDummy) $OptionsCommon = GUICtrlCreateMenuItem("Common", $OptionsContext) $OptionsFile = GUICtrlCreateMenuItem("File", $OptionsContext) GUICtrlCreateMenuItem("", $OptionsContext) $OptionsExit = GUICtrlCreateMenuItem("Exit", $OptionsContext) $HelpBtn = GUICtrlCreateButton("&Help", 90, 10, 70, 20, $BS_FLAT) ; Create a dummy control and a contextmenu for the help too $HelpDummy = GUICtrlCreateDummy() $HelpContext = GUICtrlCreateContextMenu($HelpDummy) $HelpWWW = GUICtrlCreateMenuItem("Website", $HelpContext) GUICtrlCreateMenuItem("", $HelpContext) $HelpAbout = GUICtrlCreateMenuItem("About...", $HelpContext) GUISetState() While 1 $Msg = GUIGetMsg() Switch $Msg Case $OptionsExit, $GUI_EVENT_CLOSE ExitLoop Case $OptionsBtn ShowMenu($hGui, $Msg, $OptionsContext) Case $HelpBtn ShowMenu($hGui, $Msg, $HelpContext) Case $HelpAbout Msgbox(64, "About...", "GUICtrlGetHandle-Sample") EndSwitch WEnd ;Exit ; Show a menu in a given GUI window which belongs to a given GUI ctrl Func ShowMenu($hWnd, $CtrlID, $nContextID) Local $hMenu = GUICtrlGetHandle($nContextID) $arPos = ControlGetPos($hWnd, "", $CtrlID) Local $x = $arPos[0] Local $y = $arPos[1] + $arPos[3] ClientToScreen($hWnd, $x, $y) TrackPopupMenu($hWnd, $hMenu, $x, $y) EndFunc ; Convert the client (GUI) coordinates to screen (desktop) coordinates Func ClientToScreen($hWnd, ByRef $x, ByRef $y) Local $stPoint = DllStructCreate("int;int") DllStructSetData($stPoint, 1, $x) DllStructSetData($stPoint, 2, $y) DllCall("user32.dll", "int", "ClientToScreen", "hwnd", $hWnd, "ptr", DllStructGetPtr($stPoint)) $x = DllStructGetData($stPoint, 1) $y = DllStructGetData($stPoint, 2) ; release Struct not really needed as it is a local $stPoint = 0 EndFunc ; Show at the given coordinates (x, y) the popup menu (hMenu) which belongs to a given GUI window (hWnd) Func TrackPopupMenu($hWnd, $hMenu, $x, $y) DllCall("user32.dll", "int", "TrackPopupMenuEx", "hwnd", $hMenu, "int", 0, "int", $x, "int", $y, "hwnd", $hWnd, "ptr", 0) EndFunc Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Achilles Posted June 17, 2007 Posted June 17, 2007 Maybe.... From the helpfile ;Code That would be the more professional way. Imagine looking in the helpfile, I don't know why I would even bother imagining My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
i542 Posted June 18, 2007 Posted June 18, 2007 i542... " 11 years old "I don't think thats right but mentally you're younger As I said "In some cases you get messages about paying 5 but on the download page (the page with the "eula") you can read:"And that email is that case...That spam thing is more than stupid I don't need to say anything to this.The GUI wasn't loaded that full from the beginning.But adding things with the coordinates is not that difficult.@ Obi-W00t and i542 you can crack the player if you want and post all of the code.I thought we're not in kiddie WoW or CSS forums...Pretty sad1. As my doctor says, I am smarter than whole AutoIt forum, just I don't use it. As a fact, I started using AutoIt v2.64 when I was 8.2. Spam thing? Dude I have more than 1000 spams since I gave my e-mail to you. 3. Nope if you use Koda or GuiBuilder.4. It won't be necessary. I will use my StarPlay. I can do signature me.
Pascal257 Posted June 18, 2007 Author Posted June 18, 2007 1. As my doctor says, I am As a fact, I started using AutoIt v2.64 when I was 8.2. Spam thing? Dude I have more than 1000 spams since I gave my e-mail to you. 3. Nope if you use Koda or GuiBuilder.4. It won't be necessary. I will use my StarPlay.Ok congratz then you could stay out of this topic please?To 2:You subscribed with your domain adress but showed me your spams on google.So you have more than 1 adress coming onto your google account -> more spam.And your email is published on your website readable by spammingbots etc.Those spam doens't come from me so shut up.To 3:You don't understand me right?It's possible to add things pure with coordinates...To 4:Have fun with your project.Then you should see how much time it costs...Oh I see your player hasn't nearly half of the features mine has...Lots of work will come to you if you want to concurrent mine I don't want a flame war so I'll repeat myself:Please stay out of this topic.----------The menu problem is fixed now, thx Bert.I should take a look on the other things of the helpfile Pascal
BrettF Posted June 18, 2007 Posted June 18, 2007 The menu problem is fixed now, thx Bert.I should take a look on the other things of the helpfile Thats k... If u ever need more help... Yes... yes you should Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
i542 Posted June 18, 2007 Posted June 18, 2007 Ok congratz then you could stay out of this topic please?To 2:You subscribed with your domain adress but showed me your spams on google.So you have more than 1 adress coming onto your google account -> more spam.And your email is published on your website readable by spammingbots etc.Those spam doens't come from me so shut up.To 3:You don't understand me right?It's possible to add things pure with coordinates...To 4:Have fun with your project.Then you should see how much time it costs...Oh I see your player hasn't nearly half of the features mine has...Lots of work will come to you if you want to concurrent mine I don't want a flame war so I'll repeat myself:Please stay out of this topic.PascalTo "to 2": I have only one address with domain name (me@i542.net) and it points to Gmail. I used it so far only in login for PayPal (they are writing spam?) and Download.hr (they now really don't wrote spam.)To "to 3": I know.To "to 4": I don't think so, Pas. As you can see, my is in beta and yours is too complicated (I already give copy of StarPlay to install on all PC's in dad's company and they are pretty happy with what they got. I also gave copy of PPlayer to my friend computer god and he thinks yours is too complicated for begginer, so shut up).To "flame war": Wanna play Worms World Party ? I can do signature me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now