Author Topic: CapsLOCK on ?  (Read 4893 times)

0 Members and 1 Guest are viewing this topic.

t-bear

  • Guest
CapsLOCK on ?
« Reply #15 on: August 10, 2005, 08:58:41 PM »
Seven....
You got nice code kidd0!





There....feel better? LOLOL

JohnK

  • Administrator
  • Seagull
  • Posts: 10664
CapsLOCK on ?
« Reply #16 on: August 10, 2005, 09:04:56 PM »
Y3s. I f33l b3tt3r.

get it, i flipped the letters for numbers ...like i fliped the bit on the letter?!? --Bawahahah! ...Oh, I kill me. (Okay, i need to get some sleep; im going nuts.)
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Bob Wahr

  • Guest
CapsLOCK on ?
« Reply #17 on: August 11, 2005, 11:22:41 AM »
Sorry se7en, there's something wrong with my eyes.  For some reason I can't see anything between ( and )  WTH?  I thought I typed the word "and."

daron

  • Guest
CapsLOCK on ?
« Reply #18 on: August 11, 2005, 11:31:32 AM »
Quote from: Mark Thomas
Let's not forget the *new* subversion!!
Is subversion ever going to get on the pulldown? How does one find it otherwise?

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
CapsLOCK on ?
« Reply #19 on: August 11, 2005, 01:44:01 PM »
Quote from: daron
Is subversion ever going to get on the pulldown?

Depends!!

Quote
How does one find it otherwise?

Good question! I believe most of the active members have already seen the thread.

I was going to write up a nice tutorial on how to use Tortise-Subversion for the Windows users but no one really showed any interest in it so I didn't bother. I believe it would be a great addition to theswamp, IMO it's beats the heck out of the lilly pond. I use it every day for my personal stuff!! It is truly a life saver if you're behind a proxy server that's rather strict like myself.
TheSwamp.org  (serving the CAD community since 2003)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
CapsLOCK on ?
« Reply #20 on: August 11, 2005, 06:31:56 PM »
Quote
I was going to write up a nice tutorial on how to use Tortise-Subversion for the Windows users but no one really showed any interest in it so I didn't bother.


Can we make you an offer that you can't refuse ?

kwb
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

daron

  • Guest
CapsLOCK on ?
« Reply #21 on: August 12, 2005, 08:02:04 AM »
Quote from: Kerry Brown
Quote
I was going to write up a nice tutorial on how to use Tortise-Subversion for the Windows users but no one really showed any interest in it so I didn't bother.


Can we make you an offer that you can't refuse ?

kwb

Make that two people interested. Sorry I didn't sound interested enough earlier. Guess I'm just too patient. I've seen it but had not clue how to load anything in it.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
CapsLOCK on ?
« Reply #22 on: August 12, 2005, 08:44:03 AM »
InterestedParties.Add ("MP") ;
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
CapsLOCK on ?
« Reply #23 on: August 12, 2005, 08:51:50 AM »
3 interested parties noted.

Maybe this afternoon, we'll see!
TheSwamp.org  (serving the CAD community since 2003)

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
CapsLOCK on ?
« Reply #24 on: August 12, 2005, 10:02:41 AM »
Me too, Me too!
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

whdjr

  • Guest
CapsLOCK on ?
« Reply #25 on: August 12, 2005, 11:40:38 AM »
InterestedParties.Add ("whdjr") ;


sorry MP,

the technique was so kool.

Bob Wahr

  • Guest
CapsLOCK on ?
« Reply #26 on: August 12, 2005, 11:48:35 AM »
I'll make it easier for future people

Code: [Select]
Dim intP As Peeps
Dim strMe As Member
Set intP = TheSwamp.InterestedParties
strMe = TheSwamp.CurrentPost.MemberName
intP.Add(strMe)

daron

  • Guest
CapsLOCK on ?
« Reply #27 on: August 12, 2005, 11:51:35 AM »
Now how do I run that, Bob? :lol:

Bob Wahr

  • Guest
CapsLOCK on ?
« Reply #28 on: August 12, 2005, 11:57:48 AM »
I used my forum majic so it's active in this thread. All that is needed now is the intP.Add(strMe) bit.  If there is a widespread need for it on the board I could make it a funtion.  Maybe an Interested class.

daron

  • Guest
CapsLOCK on ?
« Reply #29 on: August 12, 2005, 12:22:47 PM »
:D cool. For some reason, your explanation made your entire piece of code click for me.