NrG Media Player. I think it's stuck. Uploaded it a while back at the same time with a few other things and it's the only one still in moderation. Thanks.
sViz
Haven't uploaded it yet. Still making some modifications.
Congrats to JJ! I really liked Azenis also. Congrats to all and thanks.
Yeah! Azenis won!!!! Woo! Woo! Woo! Big congrats to JJ Ying as Azenis was my absolute favorite! Enjoy your prizes n' stuff. Congrats to all the winners and thank you all for sharing your amazing work. Peace out.
Anyone? Anything?
I'm trying to create my very first theme and I'm having trouble setting the image for the taskbar. After setting the image and the margins this is what I get This is the image I used: I set the margins to 5,5,128,133,185. I set the width to the screen width via scripting. Now, when I apply the same image and margins to Q's Counter Element theme I do
I was wondering about Stardock Design. Now I get it. As I understand, it's mostly to attract corporations looking to brand the consumer's desktop. It's good business for them (advertising, profits), good business for Stardock, and good for the consumer who will buy anything with their favorite brand on it. Makes enough sense to me. Great opportunity for the really talented developers/designers in the community.
Double post, sorry.
The new site looks pretty sleek. I like the information on the right side of the screen. It's very well organized and well, it just seems natural. I like how my personal page appears now, but man, the personal info cracks me up! Is interested in NOTHING! Listens to NO MUSIC! Admires NO ONE! Okay, so I added the exclamations but it kinda reads that way. Als
Now, that is originality. The highly polished icons look very nice. Great work.
Well, there you go! You could import that and see if it can be tweaked so you can personally use it without iTunes. However, seeing as how _Martin_ is extremely advanced in scripting I doubt I'd be able to understand the nuts and bolts of the widget.
I'm over a year late, and I doubt this thread is being watched anymore but this is a good idea. There are some songs that I listen to that I just can't quite hear what they're saying. You'd have to get reliable lyrics from somewhere, as I don't think there is any way to get them from the song itself. Unless of course you listen to it over and over until you figure it out and then type them in your self. Is that what you meant? The user puts in the lyrics for themselves? This, I think, is feasabl
Might be a little late but, I don't think you need to use system.FileOpenDialog to set the sound of another object. Just put the full path to the music you want. The state, however, must be renamed if your using a default state. For some reason I couldn't set the sound by script for mouse over, mouse away, etc. desktopx.Object("ObjectName").States("StateName").sound = "C:\My Music\mysong.mp3"
That SpringWidgets looks interesting, but I have enough on my plate already trying to learn DXScripting. Call me slow, but I'm still not sure how anyone is able to work with others on one widget through WidgetBox. ?
What exactly is the scrolling problem? I made a simple script to scroll the text in a loop but it has the same basic elements as the scripts you've already tried so I don't know if it will work any better. Is the text not moving at all? Does it keep going out of range? The key is making the text a child to a mask object. The mask object acts as a boundary in which the text scrolls. In any case, here's another script for you to try. <b
Maybe in the new WinCustomize, there will be a area where people can feel free to team up and the coders can work with the artists. Community projects! Someone posts an idea or a concept, and anyone can join any
I don't know how to scroll the artist/song name but, I suspect that it will have to be scripted in. The only time you can't click on OK is when you haven't set both of you're images. I don't know why it would be disabled otherwise. Make sure you haven't got your pictures mixed up. If the slider button (Image) is bigger than the slider bar (Background), the OK button will be disabled. Other than that
Well, I've never seriously made a DXPlayer but I fiddled around. What kind of problems? This is just a run down on setting up a slider volume bar. 1.In properties click on "Add" in additional abilites 2.Choose DX Player 3. Select the newly added plugin in the list and click on "Configure" 4.In the drop down under "Default" choose Fader/Slider 5.In the list choose Volume(sli) 6.Under the list click on the "Image" button You'll need 2 images. One for
I haven't yet found any one place to get scripts but a couple of the regulars here and at WinCustomize started a wiki here-- DESKTOPX WIKI I usually have to google a script I'm looking for.
Congrats to all! My fave though was Azenis 2. I mean, come on. It's soooo cool! Happy for Edisso. Very original and refreshing.
2 weeks! Well, don't I seem impatient. It's up now, though.
On the right side of the screen above all the posts, there should be a button-- "Create Post". You can put this script into your minimize button object: Sub Object_OnLButtonUp(x,y,dragged) If not dragged then Widget.Minimize End If
I wasn't gonna say anything but I just have to ask. Has anyone else had to wait this long for their widget to be approved? I uploaded my widget 8 days ago and it's still in moderation. I haven't received any email notices about rejection or anything. Is there a problem with my widget? I'm not trying to complain, I just wondered is all. Here's a link to the <a href="https://www.wincustomize.com/Preview.
I finally made a scrolling RSS! -Scrolling -Start/stop scrolling on mouse over headline -Fast Forward -Resize
Thank you very much CerebroJD! This tutorial is great. A little confusing for someone who has never attempted something like this but it was clear enough that I was able to figure it all out. You pretty much covered all the essentials I was looking for in making my own RSS feeder. A couple of things: 1. EDIT: I see now why you didn't put the tags in the code. The forum eats it. 2.