acf_where

B

BarryTone

REM said:
I've got VC++ 5.0, but I'm in a time crunch. I'll give it a go shortly
if no one else does. The next 17 days are an uphill slide to
graduation.

REM, if you do work on this, maybe this will help a small bit...

I compiled the code with VC++6 and spent a short time looking at it. I
did find where the RED color is being set for the labels. The author
uses the same color for the labels as he uses for the markers. Line 266
of bmp.cpp has the code in question.

while (minfo->label != NULL)
{
mark_location(dc, minfo, RGB(255, 0, 0), 2);
minfo += 1;
}

I did play with changing the colors a bit, but I did not find a value
that I liked. I would be willing to work on this myself, but I have a
full-time job that eats into most of my time.
 
B

Bjorn Simonsen

Cousin Stanley wrote in said:
Minnesota, Minneapolis Dan Goodman
Netherlands Onno Voors
Netherlands, Eindhoven Rod
New Zealand, Wellington Nicolaas Hawkins

Norway Bjorn Simonsen

All the best
Bjorn Simonsen
 
C

Cousin Stanley

After a few more entries trickling in
the acf( location , name ) count
is now up to 92 ....

Maybe it will reach 100 yet ....

I thought we had more Danes and Deutschers ....
 
R

REM

I compiled the code with VC++6 and spent a short time looking at it. I
did find where the RED color is being set for the labels. The author
uses the same color for the labels as he uses for the markers. Line 266
of bmp.cpp has the code in question.
while (minfo->label != NULL)
{
mark_location(dc, minfo, RGB(255, 0, 0), 2);
minfo += 1;
}

That's it. RGB(255,0,0) is red. RGB(0,0,255) should be blue..
I did play with changing the colors a bit, but I did not find a value
that I liked. I would be willing to work on this myself, but I have a
full-time job that eats into most of my time.

It should be a matter of storing in the acf locations into another
linked list and calling the same function with different color values.
 
R

REM

Congratulations! :) :) :)
"uphill slide" ???

Aw man, I have group projects and presentations in each class,research
papers due, and exams packing the remaining time. Then, the real world
is going to tap me on he shoulder I'm afraid. <G>

I'm actually going to finish the office in progress and relax for
awhile afterwards.
 
B

Bill Day

Rod is a lie:


Thank you!
have you...or anyone following this thread, seen the freeware "World
Time"? at http://www.pawprint.net/wt/ ? It has, in addition to
configurable clocks, a world map with longitude & latitude and
distances built in...move the cursor and read the info!..Lots more,
too..perhaps this would help the project in some way.... (The program
has been discussed before, but maybe not recently)
 
S

Susan Bugher

REM said:
Aw man, I have group projects and presentations in each class,research
papers due, and exams packing the remaining time. Then, the real world
is going to tap me on he shoulder I'm afraid. <G>

That sounds like an uphill *slog*. ;)
I'm actually going to finish the office in progress and relax for
awhile afterwards.

When's graduation day - Dec. 15?

We should have a party. Karen's Merlot was very tasty, I'll bring a few
bottles of that if I can find a source. Omar *might" bring empanadas. .
.. ;)

Susan
 
R

REM

When's graduation day - Dec. 15?

My last exam is the 16th. I had thought the 15th, but I had not marked
one on the calendar. That's the day I'm ready for.
We should have a party. Karen's Merlot was very tasty, I'll bring a few
bottles of that if I can find a source. Omar *might" bring empanadas. .

I've only recently tried Merlot. Very nice! I'll raise a glass to you
all after the last exam.
 
M

My Name

My last exam is the 16th. I had thought the 15th, but I had
not marked one on the calendar. That's the day I'm ready
for.


I've only recently tried Merlot. Very nice! I'll raise a
glass to you all after the last exam.

For a very nice dessert wine may I recommend, that one aquire a
nice late harvest white from the Bordeaux region of France.
There are three names I can only recall Semillion & Barsec, now.
I've not tasted better.
 
R

REM

REM, if you do work on this, maybe this will help a small bit...
I compiled the code with VC++6 and spent a short time looking at it. I
did find where the RED color is being set for the labels. The author
uses the same color for the labels as he uses for the markers. Line 266
of bmp.cpp has the code in question.
while (minfo->label != NULL)
{
mark_location(dc, minfo, RGB(255, 0, 0), 2);
minfo += 1;
}
I did play with changing the colors a bit, but I did not find a value
that I liked. I would be willing to work on this myself, but I have a
full-time job that eats into most of my time.

It won't compile in VC++ 5.0. I emailed the author and he suggested it
was too outdated to work right with 6.0 code. I did invite him to read
the thread.
 
O

omega

REM said:
It won't compile in VC++ 5.0.

Thanks to both of you for giving it a look.
I emailed the author and he suggested it
was too outdated to work right with 6.0 code. I did invite him to read
the thread.

I hope he picks up that there are a number of us interested in this neat
little app, and ideally that he gets motivated to hone it a bit more.
Besides the font color as a user option, I'd really like to see the cities
data stored in external file. I have the feel that it'd be something good
for the XML format. I notice an increasing number of apps using that,
although I don't know how much is involved for a programmer to make such
a change.
 
S

Sietse Fliege

omega said:
I hope he picks up that there are a number of us interested in this
neat little app, and ideally that he gets motivated to hone it a bit
more. Besides the font color as a user option, I'd really like to see
the cities data stored in external file. I have the feel that it'd be
something good for the XML format. I notice an increasing number of
apps using that, although I don't know how much is involved for a
programmer to make such a change.

I haven't tried the program and don't know what all it stores in the
registry, but for simple cities data, like per city latitude and
longitude, maybe also timezone, a simple text file would do nicely.
Calendar Magic has 7200 entries in its cities.dat.
I don't like to think of 7200 registry entries for that! :)
 
O

omega

Sietse Fliege said:
I haven't tried the program and don't know what all it stores in the
registry, but for simple cities data, like per city latitude and
longitude, maybe also timezone, a simple text file would do nicely.
Calendar Magic has 7200 entries in its cities.dat.
I don't like to think of 7200 registry entries for that! :)

Agree. Basic principle, the registry should not be the repository
for user data files...

Sietse, while you're by this thread, how about hailing an official
count-in for the Netherlands? So far, we've got only a couple .NL'ers
to dot out our ACF map.
 
C

Cousin Stanley

| ....
| how about hailing an official count-in
| ....

And ....

Current count is now at 98, trying to reach 100
before I post another list ....
 
C

Cousin Stanley

Argentina, Buenos Aires majales
Australia, Melbourne Mike Echo
Australia, Melbourne canetoad
Australia, Melbourne derek / nul
Australia, New South Wales Aussie Bomber
Australia, New South Wales Peggy
Australia, Perth Badger
Australia, Queensland Kevin Pittman
Australia, Queensland miskairal
Belgium, Bruxelles/Brussel Marc
Brazil, Canoas, Rio Grande do Sul Chaos Master
Canada Paul Johnson
Canada, BC, Oliver (e-mail address removed)
Canada, BC, Vancouver John M.
Canada, BC, Vancouver, Duncan Island Daphne Eze
Canada, British Columbia My Key
Canada, Manitoba harsha godavari
Canada, New Brunswick Drummy
Canada, Ontario SW Rose Weir
Canada, Ontario, Ottawa mister
Canada, Ontario, Wasaga Beach vameo
Canada, Saskatchewan GoodTime Barnie
Canada, Toronto xtort
Denmark, Århus Robert Larder
France, Paris Antoine
France, Picardie Le Loup
France, Vesoul, Haute-Saône Ninou
Germany, Munich Peter Seller
India, Mumbai ( Bombay ) Maria Alvares
Italy Beppe
Italy MLC
Japan, Kisarazu City GR
Netherlands Onno Voors
Netherlands, Eindhoven Rod
Netherlands, s-Hertogenbosch Henk de jong
New Zealand, Hells Kitchen Rotorua Rolf Carstens
New Zealand, Invercargill bambam
New Zealand, Raetihi Doc
New Zealand, Wellington Nicolaas Hawkins
Norway Bjorn Simonsen
Norway, Halden Vegard Krog Petersen
Russia alex
Sweden, North Roger Johansson
UK zoo
UK, Bolton D.G.
UK, Debyshire dfrog
UK, Forest of Dean Roger Hunt
UK, Hampshire Harvey Van Sickle
UK, Hertfordshire Dan Glybitz
UK, Penketh, Warrington Ray Milne
UK, Scotland Alastair Smeaton
UK, Scotland, Highlands Semolina Pilchard
UK, Selsey, West Sussex Pete Lawrence
UK, West Wales, Cardigan Bay Colin
UK, West Wales, Essex jo
US Global Warming
US, Alabama, Birmingham Allan Higdon
US, Alabama, Rogersville Vic Dura
US, Arizona, Phoenix Cousin Stanley
US, California, Ellay (e-mail address removed)
US, California, Northern omega
US, California, Prunedale Richard Faulkner
US, California, Silicon Valley BarryTone
US, Florida, Clearwater JimL
US, Florida, Port Salerno mike555
US, Georgia, Atlanta Chrissy Cruiser
US, Illinois, River Grove SYSYPHUS' SISTER
US, Indiana, Bloomington Mark Warner
US, Indiana, Layfayette Jim Daniel
US, Indiana, Southern Jaime Littlebeaver
US, Kansas, Shawnee Glenn
US, Louisiana, NW FadedGlory
US, Louisiana, New Orleans Q
US, Maine, Bangor dszady
US, Maryland, Montgomery County Bill Day
US, Michigan Old Hippy
US, Michigan, Detroit Omar
US, Michigan, Grand Rapids Susan Bugher
US, Minnesota, Minneapolis Dan Goodman
US, Missouri Auntie Em
US, Missouri burnr
US, New Jersey, Lawrenceville S.Hicks
US, New York, Upstate Dewey Edwards
US, North Carolina ? My Name
US, North Carolina, Albermarle ncSkeet
US, Ohio David P. Cox
US, Ohio, Beavercreek Ray
US, Ohio, Columbus Anne Carle
US, Oregon, Deer Island OhnO the Clown
US, Tennessee, Chattanooga Duddits
US, Texas, Austin Christian
US, Texas, Austin jan
US, Texas, Bedford Ron May
US, Texas, Brackettville seabat
US, Texas, Dallas El Gee
US, Texas, Nacogdoches REM
US, Virginia, Ladysmith Richard
US, Washington, Northwest cathair
US, Wisconsin, Southeast John Hood


Count .... 99 entries
 
C

Cousin Stanley

| <megasnip>
|
| Count .... 99 entries
|
| Hi folks, I've been lurking here for over two years now
| from Denver, Colorado USA

Cousin Snidely ....

Thanks for posting ....

Your entry now makes the total
an even 100 ....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top