Search found 8 matches

by tonyno
Thu Aug 10, 2006 1:41 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

Great, thanks!
Try creating another WinAmp Device and see if it shows all of the properties.
To be clear, all the properties are listed under the device, but only the mentioned ones have values. I'll get a screen cap tonight.
by tonyno
Thu Aug 10, 2006 10:45 am
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

if (theProperty != "something it will never equal") then
Change "Execute Program Device.Execute Program" to "Yes"
Wouldn't this always fire, flooding the system?
by tonyno
Wed Aug 09, 2006 9:36 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

OK, brute-force progress. Until this gets worked out, I have had success using curl.

Is there a way to trigger a Client Application on a parameter change?
by tonyno
Wed Aug 09, 2006 7:54 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

Escaping with the backslash just truncated it to, "command(\". :? But I am closer! What I did find, is that single quotes work ( command( 'string', value) ), but HB is wrapping the arguments in a double-quote when it sends it, so the target app is seeing "command ('string', value)&quo...
by tonyno
Wed Aug 09, 2006 12:07 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

Thanks Scott! I'll try those this evening... or maybe even during lunch.
by tonyno
Wed Aug 09, 2006 12:06 am
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

The Winamp device only populates the properties I mentioned. Also, the displayed state is hit-or-miss. Let me know what other info I can supply. The argument string was generalized above, as... command("string",value) When I go back into the control, it shows... command( I got a tip to try...
by tonyno
Tue Aug 08, 2006 2:41 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

Thanks for the response! The parameters are formatted like so: "function( string, value)". It truncates it to "function(" after saving and going back in to the editor. I first thought that it choked on the spaces, but the same thing happens without them. Maybe I should try it in ...
by tonyno
Mon Aug 07, 2006 10:00 pm
Forum: General
Topic: Using Trial
Replies: 21
Views: 5818

Using Trial

Hello! I'm playing with the trial and have a couple questions... 1. Shouldn't the Winamp plugin get more properties than the just the state and track time/position? 2. I have created an Execute Client Application Button to fire off another program, but the parameters are being truncated. Are there a...