|
|
Joined: Dec 2002
Posts: 2,809
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,809 |
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
maybe using a few tens of dll's
new username: tidy_trax
|
|
|
|
Joined: Dec 2002
Posts: 2,809
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,809 |
Nope, you can't embed an executable file in a dialog.
|
|
|
|
Joined: Mar 2003
Posts: 437
Fjord artisan
|
Fjord artisan
Joined: Mar 2003
Posts: 437 |
it will just download, no?
|
|
|
|
Joined: Dec 2002
Posts: 2,809
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,809 |
|
|
|
|
Joined: Jan 2003
Posts: 3,012
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 3,012 |
You could always make one ith a picture window, sine and cosine >:D
-KingTomato
|
|
|
|
Joined: Dec 2002
Posts: 2,809
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,809 |
Yes of course you could always write your own... trigonometry is fun!
|
|
|
|
Joined: Jan 2003
Posts: 3,012
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 3,012 |
I tryed one, and after an hour and a half just to get the most basic thing to work, i said forget it. I had tokeep writing over the old line and writing a new one, and calculate how many degrees X minutes are. Just bothersome for something u can easily look at the bottom right corner for >:D
-KingTomato
|
|
|
|
Joined: Jan 2003
Posts: 18
Pikka bird
|
Pikka bird
Joined: Jan 2003
Posts: 18 |
What about writing a DLL to read the Windows Time, and display that in your Dialog?
andy
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
i think that making an analogue clock would be a good test to start using picwins
new username: tidy_trax
|
|
|
|
Joined: Mar 2003
Posts: 437
Fjord artisan
|
Fjord artisan
Joined: Mar 2003
Posts: 437 |
i got it make 50,000,000 pictures (screenshots) of that clock you like so much and name each file in the correct format of the mirc '$time' for whatever time the ss says it is then use somthing like this:
.timerclock -o 0 1 clock
alias clock {
if (dialogname) {
/did -ra dialogname dialogID $time $+ .bmp
}
}
hehehehehehehehe maybe i can get a copy if u go through with it??
Last edited by MTech; 23/06/03 03:26 PM.
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
or he could use a picwin
new username: tidy_trax
|
|
|
|
Joined: Mar 2003
Posts: 86
Babel fish
|
OP
Babel fish
Joined: Mar 2003
Posts: 86 |
Ok , I will try it with the individual pictures. I would like to build then however directly into my MP3-Script with. Then can be changed by the position and by the size badly, if want to have the other one or the clock is to be positioned elsewhere. Can I make that somehow variable? Can I insert a DIALOG (with the clock) for example into another DIALOG?
Greets, Mathias
|
|
|
|
Joined: May 2003
Posts: 2,265
Hoopy frood
|
Hoopy frood
Joined: May 2003
Posts: 2,265 |
not that i know off:S the best way you could make a clock, is either using a picture window or make it on the net and use nHTMLn_2.92.dll to add into a dialog
new username: tidy_trax
|
|
|
|
Joined: Feb 2003
Posts: 309
Fjord artisan
|
Fjord artisan
Joined: Feb 2003
Posts: 309 |
Trig Trig evil Trig
I had to write my own in VB6 for the course I did (and I have a pending exam in it in less than a few hours), and I hated it.
I got it to tick. I got it to move. It didn't move in the right direction, and visual basic didn't like to work with the simple drawline from 0,0 to sin(theta), cos(theta)
So I'm now of the humble opinion that this is evil.
|
|
|
|
|
|