Re: std/graphcst.e colors in OSX - cont.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ok, that shows that you are running the correct library file. Now how about the other questions I asked about? You are sure making it hard for anyone to help you blink

There are four other questions I asked.

  1. When you run text_color(3), what is the actual color you are seeing?
  2. When you run text_color(6), what is the actual color you are seeing?
  3. When you run eui -version, what exactly is being displayed?
  4. When you run the program below, what exactly is being displayed?
---- 
ifdef OSX then 
puts(1, "OSX") 
elsifdef UNIX then 
puts(1, "UNIX") 
elsedef 
puts(1, "WINDOWS") 
end ifdef 
---- 

By the way, you are using the color names "Yellow" and "Bright Yellow", but Euphoria uses the names "Brown" and "Yellow" for those colors.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu