radiodaz
45 Beiträge
schrieb am 11.05.14 um 01:19 Uhr
Link zu diesem Post
* I would to know if it's possible to be able to Double Click the Artwork Icon menu (above the Play . next previous buttons)and send the curront song title to any Desired location> Desktop as default.

Currently:

When I need to select songs to choose from I have to drag and drop to desktop> now because there have been improvements to this, dragging and drop is more closer to where the next/previous buttons are which eliminates the need to scroll all the way down to the song and grab and send to Desktop etc.


* Would it be possible to double click the ArtWork Bar and send the song instantly?
 
radiodaz
45 Beiträge
schrieb am 16.05.14 um 22:51 Uhr
Link zu diesem Post
* No Answer?

Must be possible…
 
radiodaz
45 Beiträge
schrieb am 18.05.14 um 00:14 Uhr
Link zu diesem Post
Hello…?
 
radiodaz
45 Beiträge
schrieb am 19.05.14 um 23:45 Uhr zuletzt bearbeitet von radiodaz am 20.05.14 um 04:25 Uhr
Link zu diesem Post
 
alex
2549 Beiträge
schrieb am 25.05.14 um 23:07 Uhr
Link zu diesem Post
Hi!

This would be possible but I won't do it since I stopped developing streamWriter, at least for the next time. Sorry…
LG/Best regards, Alex

"Journalism is printing what someone else does not want printed. Everything else is public relations."
- George Orwell

D1734FA178BF7D5AE50CB1AD54442494
 
radiodaz
45 Beiträge
schrieb am 27.05.14 um 17:41 Uhr
Link zu diesem Post
*Ok, could you post, where I would be able to enable this command in Stream writer?

I could do it myself.

Thanks!
 
alex
2549 Beiträge
schrieb am 27.05.14 um 20:05 Uhr
Link zu diesem Post
The newest sources are attached to this post. You need to modify the file streamwriter\streamwriter\controls\SavedTab.pas (look for FCoverImage). Good luck:-)
streamwriter.zip (12,7 MB, 1693 mal heruntergeladen)
LG/Best regards, Alex

"Journalism is printing what someone else does not want printed. Everything else is public relations."
- George Orwell

D1734FA178BF7D5AE50CB1AD54442494
 
radiodaz
45 Beiträge
schrieb am 27.05.14 um 23:06 Uhr zuletzt bearbeitet von radiodaz am 27.05.14 um 23:36 Uhr
Link zu diesem Post
* Hi Thanks!…

So I opened the file in Notepad> which command do I need to input to get it to shoot the file to my Drive C: Desktop location> Mouse doubling click the Cover art Box etc.

* I found the File fCover Image> FCoverImage: TImage;
* Another: FCoverDrag: TDropFileSource;

I assume one of the 2 need a command other than drag and drop or something after?


DO I need to modify a procedure command?

@ procedure CoverImageMouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);

Here's another Line:

FCoverImage := TImage.Create(Self);
FCoverImage.Parent := FCoverBorderPanel;
FCoverImage.Align := alClient;
FCoverImage.Stretch := False;
FCoverImage.Center := True;
FCoverImage.OnMouseDown := CoverImageMouseDown;



 
alex
2549 Beiträge
schrieb am 16.06.14 um 22:37 Uhr
Link zu diesem Post
You need to add another procedure to handle the doubleclick event of FCoverImage. There you could implement something to copy the file.
LG/Best regards, Alex

"Journalism is printing what someone else does not want printed. Everything else is public relations."
- George Orwell

D1734FA178BF7D5AE50CB1AD54442494