1. Tips and Tricks for XP to 7'

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

new topic     » topic index » view message » categorize

2. Re: Tips and Tricks for XP to 7'

dcole said...

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.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Tips and Tricks for XP to 7'

dcole said...

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

new topic     » goto parent     » topic index » view message » categorize

4. Re: Tips and Tricks for XP to 7'

petelomax said...
dcole said...

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

new topic     » goto parent     » topic index » view message » categorize

5. Re: Tips and Tricks for XP to 7'

DerekParnell said...
dcole said...

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

new topic     » goto parent     » topic index » view message » categorize

6. Re: Tips and Tricks for XP to 7'

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.

new topic     » goto parent     » topic index » view message » categorize

7. Re: Tips and Tricks for XP to 7'

Selgor said...

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

new topic     » goto parent     » topic index » view message » categorize

8. Re: Tips and Tricks for XP to 7'

dcole said...

I cannot figure out how to work this Wiki.

What exactly are you having trouble figuring out?

new topic     » goto parent     » topic index » view message » categorize

9. Re: Tips and Tricks for XP to 7'

DerekParnell said...
dcole said...

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

new topic     » goto parent     » topic index » view message » categorize

10. Re: Tips and Tricks for XP to 7'

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] 
new topic     » goto parent     » topic index » view message » categorize

11. Re: Tips and Tricks for XP to 7'

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

new topic     » goto parent     » topic index » view message » categorize

12. Re: Tips and Tricks for XP to 7'

DanM said...

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

new topic     » goto parent     » topic index » view message » categorize

13. Re: Tips and Tricks for XP to 7'

dcole said...
DanM said...

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.

new topic     » goto parent     » topic index » view message » categorize

14. Re: Tips and Tricks for XP to 7'

Selgor said...

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

new topic     » goto parent     » topic index » view message » categorize

15. Re: Tips and Tricks for XP to 7'

DanM said...
dcole said...
DanM said...

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu