| View previous topic :: View next topic |
| Author |
Message |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Fri Jan 30, 2009 8:11 am Post subject: Syntax Highlighting using VDS OBJ? |
|
|
Has anyone ever done a syntax highlight routine using the richedit in the VDSOBJ dll?
I'd like to make me an html editor. But my mind can't currently think through the syntax highlighting right now.
Thanks,
~Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Jan 31, 2009 8:05 pm Post subject: |
|
|
Well, that's beyond me then. I was never any good at the API stuff.
Though the GadgetX dll might be able to interface with this thing if plain VDS can't. But I never did get too far into the Gadget X dll either as it was more than my old brain could wrap around  _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sun Feb 01, 2009 3:19 am Post subject: |
|
|
| Garrett wrote: | Well, that's beyond me then. I was never any good at the API stuff.
Though the GadgetX dll might be able to interface with this thing if plain VDS can't. But I never did get too far into the Gadget X dll either as it was more than my old brain could wrap around  |
My sentiments exactly. I waited and waited and waited for gadgetx to be released because of all of the posts saying "gadgetx can do that" only to discover that it's way beyond my programing knowledge. If I could understand gadgetx I'd probably be programming in C or .Net instead of VDS. _________________ cheers
Dave |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Mon Feb 16, 2009 11:40 pm Post subject: |
|
|
Try this out for some sample code. This is an example I wrote for VDS 4
a few years ago that uses the vdsobj.dll.
Here's the thread -> Click Me!
Hope this helps!  _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue Feb 17, 2009 5:43 am Post subject: |
|
|
| ShinobiSoft wrote: | Try this out for some sample code. This is an example I wrote for VDS 4
a few years ago that uses the vdsobj.dll.
Here's the thread -> Click Me!
Hope this helps!  |
I keep getting an error with it. A "Non-numeric value" at this line here:
%%start = @pred(@diff(@sum(@pred(@len(%%findTextOld)),%%find),%%idx))
too late for me to look into now though, I'm too tired.
Thanks for the info and link though  _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|