Home UserCP Memberlist Register Calendar FAQ
Home

Go Back   Official TouchBuddy Forum > TB General Discussion > Public Chat
Register FAQDonate Members List Calendar Search Today's Posts Mark Forums Read

   

Reply
 
LinkBack Thread Tools Display Modes
This weekend
Old 06-04-2006, 10:43 PM   #1 (permalink)
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,623
zorlac is on a distinguished road
Default This weekend

This weekend, I have been building my new PC, which has taken a little longer than I had imagined Sorry

Still putting everything back on it, but will be coding just as soon as I am done.

(Dual-Core, so I can now do that processor affinity code I was planning )
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 07:19 AM   #2 (permalink)
Junky
 
Join Date: Jun 2006
Location: Valencia, CA
Posts: 37
JRH147 is on a distinguished road
Default

Just wanted to say thanks so much for putting all your effort into this. I finally got my system all set up and can't wait to design my own screens (although the LOMAC ones already there are fantastic!)

Thanks again. (And please don't give up - I have no idea how to code anything!)
JRH147 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:20 PM   #3 (permalink)
 
Wild.Bill.Kelso's Avatar
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,913
Wild.Bill.Kelso is on a distinguished road
Default

I can't wait for you and others to design more screens too! I'm so busy coding I don't have time for that right now. Once we get background images I think we'll see some very cool screens available.
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:25 PM   #4 (permalink)
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,623
zorlac is on a distinguished road
Default

Once my PC is sorted (and I can get Lomac running on it without StarFarce locking it up), my priorities for this beta are:

- Fix the TS crash that WBK is having
- Processor Affinity (basic stuff... cant test this at work, dont haver a dual core machine here)
- Tab background images.

(then a whole load of other stuff )
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:30 PM   #5 (permalink)
 
Wild.Bill.Kelso's Avatar
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,913
Wild.Bill.Kelso is on a distinguished road
Default

I have a dual core. If I can help testing let me know. I don't have TS but can install it for testing, but I have never used it before. (maybe that's a good test too, being that I'm a rookie and will probably break it. )
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:41 PM   #6 (permalink)
 
Wild.Bill.Kelso's Avatar
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,913
Wild.Bill.Kelso is on a distinguished road
Default

Quote:
Originally Posted by zorlac
- Tab background images.
Z. I have the Toolkit already letting the user pick a background image for each tab. And it writes out a "bgimage" variable for each Tab.

[new-tab]
name = Game
bgimage = D:\My Documents\TouchBuddy-0.6.2 - Beta\profiles\FS9\FS9-wbk\Background\F16 Las Vegas.jpg
[end-tab]


If you want to do it that way, great. If not let me know how you plan on implementing this... Right now I have it saving the full path, but I think it should use a relative path also.

Question:
Can the Modules/Plugins 'load' value have a relative path? I think it should allow this so we could just make these part of a profile that we can easily share as well. Maybe not the Modules since you are making them part of TB, but the Plugins could be part of the profile.
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:48 PM   #7 (permalink)
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,623
zorlac is on a distinguished road
Default

Quote:
Originally Posted by Wild.Bill.Kelso
I have a dual core. If I can help testing let me know. I don't have TS but can install it for testing, but I have never used it before. (maybe that's a good test too, being that I'm a rookie and will probably break it. )
Dont install it you are the only one it breaks for, so always need your input on that... lol...
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 01:51 PM   #8 (permalink)
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,623
zorlac is on a distinguished road
Default

Quote:
Originally Posted by Wild.Bill.Kelso
Z. I have the Toolkit already letting the user pick a background image for each tab. And it writes out a "bgimage" variable for each Tab.

[new-tab]
name = Game
bgimage = D:\My Documents\TouchBuddy-0.6.2 - Beta\profiles\FS9\FS9-wbk\Background\F16 Las Vegas.jpg
[end-tab]


If you want to do it that way, great. If not let me know how you plan on implementing this... Right now I have it saving the full path, but I think it should use a relative path also.
bgimage = xxx is fine with me. For now, it will load the image, and scale it width/height to fit into the "client" area of the window.

Quote:
Question:
Can the Modules/Plugins 'load' value have a relative path? I think it should allow this so we could just make these part of a profile that we can easily share as well. Maybe not the Modules since you are making them part of TB, but the Plugins could be part of the profile.
Not sure... the activeX plugin calls Internet Explorer, and am not sure it has any idea of where it gets called from.

The whole "relative path" stuff is causing me problems, and I may need to address that at a later point.
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 05:18 PM   #9 (permalink)
 
Wild.Bill.Kelso's Avatar
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,913
Wild.Bill.Kelso is on a distinguished road
Default

Quote:
Originally Posted by zorlac
bgimage = xxx is fine with me. For now, it will load the image, and scale it width/height to fit into the "client" area of the window.
I am making my background images the exact size I want so the buttons will line up where I want them on the image. If you resize the background images, that will probably screw that up. Could there be an resize option? Or just no resize at all?

Quote:
Originally Posted by zorlac
Not sure... the activeX plugin calls Internet Explorer, and am not sure it has any idea of where it gets called from.
I'm not sure what you mean here. Not all Plugin's call IE do they? I can open a folder browser that is the Windows Explorer. Well, IE is integrated into Windows, so this is probably all the same core code anyhow.

But you can already build the full path to the Plugin file, just like you are doing with the button images. Just start with the path to the Profile, and build the full path to the Plugin from there.
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-05-2006, 05:27 PM   #10 (permalink)
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,623
zorlac is on a distinguished road
Default

Quote:
I am making my background images the exact size I want so the buttons will line up where I want them on the image. If you resize the background images, that will probably screw that up. Could there be an resize option? Or just no resize at all?
Hence my talk last week about image resize options for background images (stretch, fit-to-width, fit-to-height, original, etc). Yes, there will be scaling options, and probably a x/y location option too, but until I get to the coding bit, I wont be able to tell you what options they will be.
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:26 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

  www.touch-buddy.com        Archive  


Footer
vBSkinworks Top