Forums | MacLife
You are not logged in.
#51 2005-05-25 10:29 am
- MajorMatt
- Member
- Registered: 2000-02-04
- Posts: 1152
Re: Wolf ET Dashboard Widget?
Outstanding Widget!
It's slick and it works well. I have some suggestions:
Offline
#52 2005-05-25 11:04 am
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
Yeah, as a graphic designer I can tell you that objects on the left will draw your eye first. I edited the css in the one I downloaded to put the logo on the left and the refresh on the right (and a bit smaller ...14px instead of 20px) and it seems to flow a bit better.
My only question is do we need the ping info. If we don't have the ping info it will probably stop the horizontal scrollbar from popping up in most instances. If people want to see that info ...keep it in though.
Offline
#53 2005-05-25 1:34 pm
- theshortcut
- Member
- Registered: 2005-05-16
- Posts: 21
Re: Wolf ET Dashboard Widget?
the only reason i ever looked at the ping was to make sure that the widget was refreshing.. hadn't seen the horizontal scrollbars come up. Apple actually recommends keeping all "aqua" elements off the front of the widget, so i need to implement some code to put a custom scroll in there. that will look nicer anyways. i've got a version working with variable ip now and displaying that server's name up top. thanks zwei for that applescript stuff you upped earlier. i think that is about all i have to work out before the variable ip and connecting works. let me know what you all think about ping... keep it or not?
oh.. about the applescript, zwei, i couldn't get your info.plist to open in anything... where in the script is the name of the preference it is looking for?
edit: just saw your comment in the script.. so the paragraph number = the key number in the .plist file?
Also.. how do you all feel about having the MA server as the default IP the first time someone opens the widget??
Last edited by theshortcut (2005-05-25 1:42 pm)
Offline
#54 2005-05-25 2:00 pm
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
theshortcut wrote:
the only reason i ever looked at the ping was to make sure that the widget was refreshing.. hadn't seen the horizontal scrollbars come up. Apple actually recommends keeping all "aqua" elements off the front of the widget, so i need to implement some code to put a custom scroll in there. that will look nicer anyways. i've got a version working with variable ip now and displaying that server's name up top. thanks zwei for that applescript stuff you upped earlier. i think that is about all i have to work out before the variable ip and connecting works. let me know what you all think about ping... keep it or not?
oh.. about the applescript, zwei, i couldn't get your info.plist to open in anything... where in the script is the name of the preference it is looking for?
edit: just saw your comment in the script.. so the paragraph number = the key number in the .plist file?
Also.. how do you all feel about having the MA server as the default IP the first time someone opens the widget??
Yeah, make MA the default server
..i vote drop ping, if there is a way to have the graphics visually display it's updated (maybe a green dot means it's connected and finished) ..just an idea
I edited the Info.plist simply by opening it in textedit (or bbedit). When you open the real Info.plist file in textedit just count down how many lines to the IP address line. (every line counts as a new paragraph -wrapping) ...If you have a copy of the Info.plist you can upload to me I can figure it out if you don't want to mess with it.
I did find out that the applescript doesn't work in Panther. The get path to me command references core services instead of the script itself. I think it would work if you saved the script as an application, but I remember I had trouble doing that with the last file. Just remember if you save the script as an app you'll have to edit the path line to reflect the change. We'll get it figured out 
If you could send me a preliminary version of the widget I could probably implement the applescript and send it back so you could finish it up.
Offline
#55 2005-05-25 3:16 pm
Re: Wolf ET Dashboard Widget?
If you have the dev tools installed there is a graphical property list editor for editing .plist files.
Offline
#56 2005-05-26 5:05 pm
- theshortcut
- Member
- Registered: 2005-05-16
- Posts: 21
Re: Wolf ET Dashboard Widget?
Here is the newest version which has the most updates so far. These updates include:
animated refresh button
connect button rather than just on the logo
variable ip
and probably some other cool stuff that I can't think of right now
check it out and tell me what you think. I think this could almost be a 1.0
Offline
#57 2005-05-27 4:15 am
Re: Wolf ET Dashboard Widget?
theshortcut wrote:
Here is the newest version which has the most updates so far. These updates include:
animated refresh button
connect button rather than just on the logo
variable ip
and probably some other cool stuff that I can't think of right now
check it out and tell me what you think. I think this could almost be a 1.0
Oh man, theshortcut that is PERFECT. that could definitely be a 1.0! The direct connect works without a hitch and it's exactly what Matt was suggesting. We all owe ya for all of those seconds saved with your widget 
Offline
#58 2005-05-28 12:23 am
Re: Wolf ET Dashboard Widget?
The latest version kicks ass, but I found 2 bugs:
1) Changing the server IP on the back side isn't working for me. I can't seem to click done after changing it.
2) When the server was down the widget threw a lot of unreadable garbage in the bottom half. It looks like it was coming from the PHP script.
Offline
#59 2005-05-28 10:00 am
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
The done button works fine for me ...seems like it takes a little bit for the new IP to kick in (unless I completely refresh the widget) ...doesn't matter to me because I only want it for the MA server anyway.
Offline
#60 2005-05-28 5:42 pm
- theshortcut
- Member
- Registered: 2005-05-16
- Posts: 21
Re: Wolf ET Dashboard Widget?
there have been many notes sent on apples dev list complaining about the sometimes sketchy firing of events in widgets. this is a noted problem and may have been what you experienced altivec. let me know if it keeps happening for you after refreshing the widget. i am working on clearing up all the php garble.
Offline
#61 2005-05-31 12:22 pm
- theshortcut
- Member
- Registered: 2005-05-16
- Posts: 21
Re: Wolf ET Dashboard Widget?
a few bug fixes and i'm calling it version 1.0! find it here
fixes in this version include:
Last edited by theshortcut (2005-05-31 12:24 pm)
Offline
#62 2005-05-31 1:32 pm
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
Thanks a lot man. Your hard work has definitely paid off! 
Offline
#63 2005-05-31 2:43 pm
- MajorMatt
- Member
- Registered: 2000-02-04
- Posts: 1152
Re: Wolf ET Dashboard Widget?
Lets release this bad boy!
Offline
#65 2005-06-01 5:48 am
- MajorMatt
- Member
- Registered: 2000-02-04
- Posts: 1152
Re: Wolf ET Dashboard Widget?
I slightly changed the positioning of the logo but moved the connect button atop, but i have a connect text stuck on the side 
http://praetersoftware.com/wolf/wolfdownload/[MA]ET1.0.wdgt.zip
Offline
#66 2005-06-01 8:21 am
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
Shagz wrote:
As far as a name, how about ET Phone Home?

Offline
#67 2005-06-01 9:50 am
- TargetX
- Member
- Registered: 2005-05-05
- Posts: 154
Re: Wolf ET Dashboard Widget?
Just wondering if the widget shows what type of campaign is running, and if not is this possible?
Target
Offline
#68 2005-06-01 4:29 pm
- MajorMatt
- Member
- Registered: 2000-02-04
- Posts: 1152
Re: Wolf ET Dashboard Widget?
ET Reconnaissance
??
Offline
#69 2005-06-01 4:41 pm
Re: Wolf ET Dashboard Widget?
MajorMatt wrote:
http://praetersoftware.com/wolf/wolfdownload/[MA]ET1.0.wdgt.zip
Nice to see my name in lights...of course I would have to be the one with the lowest XP! 
Last edited by Shagz (2005-06-01 4:42 pm)
Offline
#70 2005-06-06 3:59 am
Re: Wolf ET Dashboard Widget?
So...when is this bad mama-jama being let loose on the unsuspecting Mac ET loving public?
Edit: I see that it's on apple's page and macupdate, ya may want to put it on Versiontracker, dashboardwidgets.com, and dashboardexchange.com.
Offline
#71 2005-06-06 8:17 am
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
Anyone notice the text "connect" is in the upper left hand corner? 
Offline
#72 2005-06-06 8:19 am
Re: Wolf ET Dashboard Widget?
yeah, see matt's post (#65).
Offline
#73 2005-06-06 8:33 am
- zwei
- Member

- From: USA
- Registered: 2005-04-25
- Posts: 169
Re: Wolf ET Dashboard Widget?
I fixed it on my version ...don't think there are any ill effects but someone else on tiger needs to check it as well because I only have panther at work.
In the [MA]ET.html just do a search and delete the first line with the word "connect" in it. Looks like a leftover line to me.
Offline
#74 2005-06-06 9:36 am
- theshortcut
- Member
- Registered: 2005-05-16
- Posts: 21
Re: Wolf ET Dashboard Widget?
yeah.. i was using text as my connect button. matt switched to a completely graphical version.
Offline
#75 2005-06-11 2:24 pm
- [MA]RogueWarrior
- Member

- Registered: 2005-05-24
- Posts: 15
Re: Wolf ET Dashboard Widget?
Great job Shortcut!!!
Man...this clan has some awsome talent available!!!! 
Cheers

"If you always do what you've always done, you'll always get what you've always gotten." Anonymous

Offline


