radiodaz
45 Posts
wrote on 11.05.14 at 01:19
Link to this 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 Posts
wrote on 16.05.14 at 22:51
Link to this post
* No Answer?

Must be possible…
 
radiodaz
45 Posts
wrote on 18.05.14 at 00:14
Link to this post
Hello…?
 
radiodaz
45 Posts
wrote on 19.05.14 at 23:45 last edited by radiodaz on 20.05.14 at 04:25
Link to this post
 
alex
2538 Posts
wrote on 25.05.14 at 23:07
Link to this 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 Posts
wrote on 27.05.14 at 17:41
Link to this post
*Ok, could you post, where I would be able to enable this command in Stream writer?

I could do it myself.

Thanks!
 
alex
2538 Posts
wrote on 27.05.14 at 20:05
Link to this 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, 1623 times downloaded)
LG/Best regards, Alex

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

D1734FA178BF7D5AE50CB1AD54442494
 
radiodaz
45 Posts
wrote on 27.05.14 at 23:06 last edited by radiodaz on 27.05.14 at 23:36
Link to this 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
2538 Posts
wrote on 16.06.14 at 22:37
Link to this 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