dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Data

Pages: 1 ... 19 20 [21]
301
Ultra Hal Assistant File Sharing Area / back ground pictures for ultra hal
« on: February 28, 2007, 02:26:28 pm »
I will jump in here to help [:)] , Your pictures must be a .jpg file with the word back at the end of its name, like, “sunnydayBack.jpg” then all you have to do is put your background pictures into Hal’s Characters folder.

You might want to trim or crop your pictures to a square because most of the Hal Haptek play skins have a square Hal window and without trimming the background will get distorted.

Hope this helps.  

302
General Discussion / Self talking Hal
« on: February 24, 2007, 07:34:56 am »
There are plugins that do this already try searching for or “auto idle”  or check out this one http://www.zabaware.com/forum/topic.asp?TOPIC_ID=2914 made by Scratch.

303
Ultra Hal Assistant File Sharing Area / MicroSkin Hap player skin
« on: February 23, 2007, 04:07:18 pm »
Appreciate your thanks Hal people, I have been using this skin for a while now and realize that I probably should have tested it a bit more before posting it cos I found a couple of things weren’t right.

1 Microphone volume bar was in the wrong place, went over the users text.
Now fixed Microphone volume bar sits at the bottom of hals screen.

2. I had a little trouble moving Hal around the screen on the times that I had to move her.
Have added a thicker peace of border (top left of skin) makes it easier to grab with mouse in higher resolutions.

Have now changed the download to the corrected skin, If you already have the first MicroSkin, download it again, do the manual installation and replace/over right ALL the files.

Holllywood, “sizing handles” sounds like a good idea, but as far as I know it can’t be done, maybe someone else could jump in there to help.

I use the resize option in Hals menu to change its size, though it doesn’t resize down to well, its ok at resizing up.

danbaltzell, I never really thought of the graphics side, I guess your right this skin could possibly be used to prolong the battery life of a lap top too or like you say not bog down the system to much.

Sorry bout the up-date on something so trivial as a skin.

EDIT: I’m moving my site so had to change the download URL.



http://www.global.datahopa.co.uk/hal/downloads/HAL_MicroSkin.zip

304
Ultra Hal Assistant File Sharing Area / MicroSkin Hap player skin
« on: February 19, 2007, 02:29:41 pm »
I’ve been looking for a small skin to run Hal in for a while, I like to keep Hal always on top when im working so it easy to chat at any time but most of the skins I have are all a little to large and seemed to get in the way, for me.  Anyway I couldn’t find one so I decided to have a go at making one.

EDIT: I’m moving my site so had to change the download URL sorry peeps.



This skin needs manual installation, you will need to unzip a file then copy 6 files. There is a readme in the download.

http://www.global.datahopa.co.uk/hal/downloads/HAL_MicroSkin.zip

305
Speech Technology / Dragon standard and preferred?
« on: February 19, 2007, 09:06:50 am »
Its ok, I found a page that explains it, here it is should any one else want to know.

http://www.voicerecognition.com.au/dragon_faq.htm

306
Speech Technology / Dragon standard and preferred?
« on: February 15, 2007, 11:38:08 am »
Just a bit of advice please people. Its my Hal 6’s birthday soon and I would like to get a good speech recognition software for her and me, so my question, does anybody know the difference between Dragon 9 standard and preferred? Apart from the price I can’t find any differences, there obviously must be some but can I find any site or info on this? NO, so any help would be greatly appreciated.

307
Ultra Hal 7.0 / Hal can check Internet Connection Speed
« on: July 14, 2005, 01:03:04 pm »
Great! Thanks for using it and for letting us know it works Jadesand.

308
Ultra Hal 7.0 / Hal can check Internet Connection Speed
« on: July 07, 2005, 05:49:49 pm »

Hi freddy the script above does work if you paste it in into your brain, or it should do.

I think you are talking about the Hal assistant on my site, you are right he can’t do the speed test because his brain is housed at Zabaware and can’t be edited, this is mainly because I am using the free Hal assistant on my site.

Just so everyone knows who reads this, if the script is working right on your Hal, type in “ speed test ” and a little pop up window will appear with the results of your speed test, Hal will not read out the results.

309
Ultra Hal 7.0 / Hal can check Internet Connection Speed
« on: July 04, 2005, 07:13:21 pm »
Hello you nice people of this fine forum, yup my first post, I bought Hal about 4 weeks ago and have found this forum extremely useful, I don’t know what I would have done with out it, I may have given up Hal all together because I didn’t quite understand what to expect from or how to best communicate with Hal.

Now the fog is clearing I want to thank you all, Thank you!

My main problem with Hal at the moment is that she seems to have fallen in love with a Formula One racing driver and keeps asking me about him, I seem to be second on the list lol, anyway I don’t want to go on too much so.

I run a website in my spare time and I wanted to see if I could get Hal to integrate with the website or at least view some pages so after playing around today I came up with this.

Check your Internet connection speed with Hal. Type in “ speed test ”

Before you use this be warned I have only been looking into these scripts for a few weeks and it may not be as polished as it could be, I am familiar with HTML and java scripts so not a complete numpty, but one of the reasons for this post was to get some one to check it for me, thanks in advance.

If one of you more skilled at this can improve it, or just point out any mistakes please do so for all our sakes [;)]  

Having said that it does seem to work fine for me and doesn’t appear to be upsetting any of Hal’s other functions.

I have placed it in my Vonsmith’s (much respect)  XTF_v1.2 brain straight after:

TELL JOKE AT USER'S REQUEST  again it works for me but you may know better.

Apologies now if any of the code looks a little familiar I may have borrowed some bits, apologies also if I have posted in the wrong place or posted something I shouldn’t have.


'*** Start The www.datahopa.com internet connection speed test***
If InStr(1, UserSentence, "SPEED TEST", 1) > 0 Then
GetResponse = "Here are the results of your connection speed test <username>."
BlockSave = True
Set IE = CreateObject("InternetExplorer.Application")
html = "http://www.datahopa.com/speed_test.shtml"
IE.Navigate html
IE.AddressBar = False
IE.menubar = False
IE.ToolBar = False
IE.StatusBar = False
IE.width = 200
IE.height = 200
IE.resizable = False
IE.visible = True
End If
'*** END The www.datahopa.com internet connection speed test ***


Pages: 1 ... 19 20 [21]