1. Tips and Tricks for XP to 7'
- Posted by dcole May 02, 2011
- 1717 views
Hello Everybody,
I would like to see a 'Tips and Tricks for converting XP to Windows 7' in the Archives or somewhere.
I know I have had at least two issues that I have found the solutions for.
And I see other people are also having problems. Perhaps if we had a place to post these solutions it would be good.
Don Cole
2. Re: Tips and Tricks for XP to 7'
- Posted by DerekParnell (admin) May 02, 2011
- 1691 views
Hello Everybody,
I would like to see a 'Tips and Tricks for converting XP to Windows 7' in the Archives or somewhere.
Use the wiki.
3. Re: Tips and Tricks for XP to 7'
- Posted by petelomax May 02, 2011
- 1697 views
Hello Everybody,
I would like to see a 'Tips and Tricks for converting XP to Windows 7' in the Archives or somewhere.
I don't think you can. You have to buy the new OS, or a new computer with it already on it.
Pete
4. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 02, 2011
- 1667 views
Hello Everybody,
I would like to see a 'Tips and Tricks for converting XP to Windows 7' in the Archives or somewhere.
I don't think you can. You have to buy the new OS, or a new computer with it already on it.
Pete
Pete, What I mean is converting programs that you have written in Eupohoria on a XP computer to a Windows 7 Computer and it comes out looking funny.
Yes, you would need two computers to do this.
Don Cole
5. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 02, 2011
- 1681 views
Hello Everybody,
I would like to see a 'Tips and Tricks for converting XP to Windows 7' in the Archives or somewhere.
Use the wiki.
Thanks Derek,
I'll look into wiki I have never tried it.
Don Cole
6. Re: Tips and Tricks for XP to 7'
- Posted by Selgor May 04, 2011
- 1628 views
Hello Don.
Good to read you again on the forum. Agree totally with Tips ' n ' Tricks segment. What is the Wiki suggested by Derek ? Let us know when, or if you do , investigate it. Or, of course I could investigate it. But you know more than me .
Anyway let us pursue Tips etc a little more.... I have many for those users who "go" from 3.1 .ex to .exw ... & so where from here ?? ..
Cheers.
Selgor.
7. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 22, 2011
- 1532 views
Hello Don.
Good to read you again on the forum. Agree totally with Tips ' n ' Tricks segment. What is the Wiki suggested by Derek ? Let us know when, or if you do , investigate it. Or, of course I could investigate it. But you know more than me .
Anyway let us pursue Tips etc a little more.... I have many for those users who "go" from 3.1 .ex to .exw ... & so where from here ?? ..
Cheers.
Selgor.
Sorry Signor,
For this belated reply.
I cannot figure out how to work this Wiki.
One thing I figured out is when switching from 3.1 to 4 or switching from XP to Windows 7 changing the file extention from .ex to .exw works in most cases.
Don Cole
8. Re: Tips and Tricks for XP to 7'
- Posted by DerekParnell (admin) May 22, 2011
- 1533 views
I cannot figure out how to work this Wiki.
What exactly are you having trouble figuring out?
9. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 22, 2011
- 1464 views
I cannot figure out how to work this Wiki.
What exactly are you having trouble figuring out?
Derek,
What I want to do is start a new thread (or whatever it's called in Wiki) named "Tips and Tricks for XL to Windows 7"
This would be a list of code used for this purpose.
For example here's one I wrote:
global procedure adjForWindows7(integer id)--adjust the window sequence s integer h s = getRect( id ) h=s[4]-s[1] h=floor(h+h*.06) setRect(id,s[1],--left s[2],--top s[3]-s[1],--width h,--height 1) end procedure
Other people could add to this as we move along.
Don Cole
10. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 23, 2011
- 1461 views
O.K. I made mistake in my code it should be:
global procedure adjForWindows7(integer id) sequence s integer h s = getRect( id ) h=s[4]-s[2] h=floor(h+h*.06) setRect(id,s[1],--left s[2],--top s[3]-s[1],--width h,--height 1) end procedure Don Cole [/quote]
11. Re: Tips and Tricks for XP to 7'
- Posted by DanM May 23, 2011
- 1405 views
Don,
I added a page to the Wiki home, down near the bottom by "Sandbox", named "Adding to this Wiki", which, if what I did is correct, might explain how to begin to do what you want, I hope. If it's all wrong, then someone please erase the link &/or the page, or replace it with something better!
http://openeuphoria.org/wiki/view/wikiTESTpage1.wc
Not sure where in the Wiki you might have wanted to put your 'Tips and Tricks for converting XP to Windows 7', or I'd have made a page/link for you.
Dan
12. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 23, 2011
- 1383 views
Don,
I added a page to the Wiki home, down near the bottom by "Sandbox", named "Adding to this Wiki", which, if what I did is correct, might explain how to begin to do what you want, I hope. If it's all wrong, then someone please erase the link &/or the page, or replace it with something better!
http://openeuphoria.org/wiki/view/wikiTESTpage1.wc
Not sure where in the Wiki you might have wanted to put your 'Tips and Tricks for converting XP to Windows 7', or I'd have made a page/link for you.
Dan
DO THAT please. Anywhere you like. Just give the link to get to it.
Don Cole
13. Re: Tips and Tricks for XP to 7'
- Posted by DanM May 24, 2011
- 1342 views
Don,
I added a page to the Wiki home, down near the bottom by "Sandbox", named "Adding to this Wiki", which, if what I did is correct, might explain how to begin to do what you want, I hope. If it's all wrong, then someone please erase the link &/or the page, or replace it with something better!
http://openeuphoria.org/wiki/view/wikiTESTpage1.wc
Not sure where in the Wiki you might have wanted to put your 'Tips and Tricks for converting XP to Windows 7', or I'd have made a page/link for you.
Dan
DO THAT please. Anywhere you like. Just give the link to get to it.
Don Cole
Ok, done: http://openeuphoria.org/wiki/view/TipsAndTricksXpToWindows7.wc
oh, and I put the link to it on the main page of the wiki, down at the very bottom; if that's not a good place, I assume someone will move it to where it might be more appropriate.
14. Re: Tips and Tricks for XP to 7'
- Posted by DanM May 24, 2011
- 1367 views
Hello Don.
Good to read you again on the forum. Agree totally with Tips ' n ' Tricks segment. What is the Wiki suggested by Derek ? Let us know when, or if you do , investigate it. Or, of course I could investigate it. But you know more than me .
Anyway let us pursue Tips etc a little more.... I have many for those users who "go" from 3.1 .ex to .exw ... & so where from here ?? ..
Cheers.
Selgor.
Selgor:
Look at the top of this page; right next to the box/link "Forum" is a box/link "Wiki"; that's the Euphoria Wiki mentioned by Derek. It's similar to WikiPedia, an online Encyclopedia anyone can add to and edit.
Dan
15. Re: Tips and Tricks for XP to 7'
- Posted by dcole May 25, 2011
- 1351 views
Don,
I added a page to the Wiki home, down near the bottom by "Sandbox", named "Adding to this Wiki", which, if what I did is correct, might explain how to begin to do what you want, I hope. If it's all wrong, then someone please erase the link &/or the page, or replace it with something better!
http://openeuphoria.org/wiki/view/wikiTESTpage1.wc
Not sure where in the Wiki you might have wanted to put your 'Tips and Tricks for converting XP to Windows 7', or I'd have made a page/link for you.
Dan
DO THAT please. Anywhere you like. Just give the link to get to it.
Don Cole
Ok, done: http://openeuphoria.org/wiki/view/TipsAndTricksXpToWindows7.wc
oh, and I put the link to it on the main page of the wiki, down at the very bottom; if that's not a good place, I assume someone will move it to where it might be more appropriate.
Thank you Dan,
That's working good and fine. I even added the first Tip.
Don Cole