1. RE: Looking for Ideas for Tab Control

I havent been following this thread closely so if this has been 
suggested then please ignore. What about an outlook style bar? There is 
an example in the archives & thanks to igor I have a version that works 
with the current version of win32lib.

Just a thought......

Regards

Tony

cklester wrote:
> 
> 
> posted by: cklester <cklester at yahoo.com>
> 
> don cole wrote:
> > 
> >    TC = create(TabControl, "" , 0, Main, 0,0,372,122,
> >             or_all({TCS_MULTILINE,TCS_BOTTOM}))
> > 
> > So "OR" really means "AND" here?
> 
> In programming speak, "OR" kinda means "plus/add" or "also."
> 
>   0101 + 1010 = 1111
>   0101 OR 1010 = 1111
> 
> which is the same as:
> 
>   5 + 10 = 15
>   5 or 10 = 15
> 
> but "AND" is...
> 
>   0101 AND 1010 = 0000
>   5 and 10 = 0
> 
> I think. 8)
> 
> -=ck
> "Programming in a state of Euphoria."
> http://www.cklester.com/euphoria/



Give your hardest tasks to your lasiest workers. 
They will always find the easiest way to complete it.

new topic     » topic index » view message » categorize

2. RE: Looking for Ideas for Tab Control

Tony Steward wrote:
> 
> I havent been following this thread closely so if this has been 
> suggested then please ignore. What about an outlook style bar? There is 
> an example in the archives & thanks to igor I have a version that works 
> with the current version of win32lib.
> 
> Just a thought......
> 
> Regards
> 
> Tony
> 
> cklester wrote:
> > 
> > 
> > posted by: cklester <cklester at yahoo.com>
> > 
> > don cole wrote:
> > > 
> > >    TC = create(TabControl, "" , 0, Main, 0,0,372,122,
> > >             or_all({TCS_MULTILINE,TCS_BOTTOM}))
> > > 
> > > So "OR" really means "AND" here?
> > 
> > In programming speak, "OR" kinda means "plus/add" or "also."
> > 
> >   0101 + 1010 = 1111
> >   0101 OR 1010 = 1111
> > 
> > which is the same as:
> > 
> >   5 + 10 = 15
> >   5 or 10 = 15
> > 
> > but "AND" is...
> > 
> >   0101 AND 1010 = 0000
> >   5 and 10 = 0
> > 
> > I think. 8)
> > 
> > -=ck
> > "Programming in a state of Euphoria."
> > <a
> > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
> 
> 
> Give your hardest tasks to your lasiest workers. 
> They will always find the easiest way to complete it.
> 
> 

Hi Tony,

Any screen shots available of what you are talking about?
I'd like to see this directly.

Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

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

3. RE: Looking for Ideas for Tab Control

Sure screen shot at http://www.locksdownunder.com/outlook.jpg

Regards
Tony


Al Getz wrote:
> 
> 
> posted by: Al Getz <Xaxo at aol.com>
> 
> Tony Steward wrote:
> > 
> > I havent been following this thread closely so if this has been 
> > suggested then please ignore. What about an outlook style bar? There is 
> > an example in the archives & thanks to igor I have a version that works 
> > with the current version of win32lib.
> > 
> > Just a thought......
> > 
> > Regards
> > 
> > Tony
> > 
> > cklester wrote:
> > > 
> > > 
> > > posted by: cklester <cklester at yahoo.com>
> > > 
> > > don cole wrote:
> > > > 
> > > >    TC = create(TabControl, "" , 0, Main, 0,0,372,122,
> > > >             or_all({TCS_MULTILINE,TCS_BOTTOM}))
> > > > 
> > > > So "OR" really means "AND" here?
> > > 
> > > In programming speak, "OR" kinda means "plus/add" or "also."
> > > 
> > >   0101 + 1010 = 1111
> > >   0101 OR 1010 = 1111
> > > 
> > > which is the same as:
> > > 
> > >   5 + 10 = 15
> > >   5 or 10 = 15
> > > 
> > > but "AND" is...
> > > 
> > >   0101 AND 1010 = 0000
> > >   5 and 10 = 0
> > > 
> > > I think. 8)
> > > 
> > > -=ck
> > > "Programming in a state of Euphoria."
> > > <a 
> > >
> > > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
> > > 
> > 
> > Give your hardest tasks to your lasiest workers. 
> > They will always find the easiest way to complete it.
> > 
> > 
> Hi Tony,
> 
> Any screen shots available of what you are talking about?
> I'd like to see this directly.
> 
> Al
> 
> 
> My bumper sticker: "I brake for LED's"
> 



Give your hardest tasks to your lasiest workers. 
They will always find the easiest way to complete it.

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

4. RE: Looking for Ideas for Tab Control

Tony Steward wrote:
> 
> Sure screen shot at <a
> href="http://www.locksdownunder.com/outlook.jpg">http://www.locksdownunder.com/outlook.jpg</a>
> 
> Regards
> Tony
> 
> 
> Al Getz wrote:
> > 
> > 
> > posted by: Al Getz <Xaxo at aol.com>
> > 
> > Tony Steward wrote:
> > > 
> > > I havent been following this thread closely so if this has been 
> > > suggested then please ignore. What about an outlook style bar? There is 
> > > an example in the archives & thanks to igor I have a version that works 
> > > with the current version of win32lib.
> > > 
> > > Just a thought......
> > > 
> > > Regards
> > > 
> > > Tony
> > > 
> > > cklester wrote:
> > > > 
> > > > 
> > > > posted by: cklester <cklester at yahoo.com>
> > > > 
> > > > don cole wrote:
> > > > > 
> > > > >    TC = create(TabControl, "" , 0, Main, 0,0,372,122,
> > > > >             or_all({TCS_MULTILINE,TCS_BOTTOM}))
> > > > > 
> > > > > So "OR" really means "AND" here?
> > > > 
> > > > In programming speak, "OR" kinda means "plus/add" or "also."
> > > > 
> > > >   0101 + 1010 = 1111
> > > >   0101 OR 1010 = 1111
> > > > 
> > > > which is the same as:
> > > > 
> > > >   5 + 10 = 15
> > > >   5 or 10 = 15
> > > > 
> > > > but "AND" is...
> > > > 
> > > >   0101 AND 1010 = 0000
> > > >   5 and 10 = 0
> > > > 
> > > > I think. 8)
> > > > 
> > > > -=ck
> > > > "Programming in a state of Euphoria."
> > > > <a 
> > > > href="<a
> > > > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>"><a
> > > > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a></a>
> > > > 
> > > 
> > > Give your hardest tasks to your lasiest workers. 
> > > They will always find the easiest way to complete it.
> > > 
> > > 
> > Hi Tony,
> > 
> > Any screen shots available of what you are talking about?
> > I'd like to see this directly.
> > 
> > Al
> > 
> > 
> > My bumper sticker: "I brake for LED's"
> > 
> 
> Give your hardest tasks to your lasiest workers. 
> They will always find the easiest way to complete it.
> 
> 

Hi Tony,

Oh ok, well it looks like we could run out of room with that
kind of thing too right?


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

 From "Black Knight":
"I can live with losing the good fight,
 but i can not live without fighting it".
"Well on second thought, maybe not."

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

Search



Quick Links

User menu

Not signed in.

Misc Menu