Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by richtestani

  1. richtestani

    3D Letters

    Yep - CS has implemented Dimensions into Illustrtor. It's quite nice too. I do remember Kai's Vector Tools for OS9. It was a nice set of tools. Poor Kai has been so fragmented since the days of KPT.
  2. richtestani

    adobe streamline

    I really liked Streamline a lot. I was in the silk screen industry and it was a godsend. If you have a good B/W source, scan it in at high-res, I am talking 1200dpi. Adjust your settings, and I always got very good results. Depending on what you were doing, there was little edting. Color images...
  3. richtestani

    Sorting by date before group by

    Whoops, this is the code for the display. SELECT DISTINCT(areaid), areas.id, articles.id, areas.area AS areaname, articles.article_title, articles.overview, articles.emailaddress, articles.author, articles.postdate FROM articles, areas WHERE articles.areaid=areas.id AND...
  4. richtestani

    Sorting by date before group by

    I probably explained it wrong womewhere. Take a look at this site http://www.grindhousedesign.com You'll see int he center of the page are 5 catagories: Clubs, Bars.... Each one has an article related to them. The articles listed there are the first ones posted under that catagory. I need to...
  5. richtestani

    Sorting by date before group by

    Yes, but I'm looking to get it sorted by date. Not a count. It's being used to retreive the latest article in each of 5 areas. So I do a simple JOIN, but GROUP BY areas This groups it propery, but returns only the first record in each group. ORDER BY will only sort on the found set.
  6. richtestani

    Sorting by date before group by

    Yes, all it will do is order the grouped set. Which are still the earlier records in the table. Thanks Rich
  7. richtestani

    Creating a Table in Illustrator

    While you cannot create an actual data table with cels, you can use the grid tool to simulate one. If you have InDesign, it has a table tool that is awesome. Rich
  8. richtestani

    Sorting by date before group by

    I am trying to sort my records by date, with the most current date first, then group it by a criteria. Problem I am having is I can group by [column] but it will only show the first records of each group which are the earlier dated records. SELECT areas.id AS arid, area, articles.id AS aid...
  9. richtestani

    painting problems

    Ahmut, Illustrator does not have painting capabilities. Do you mean painting by using graidients or gradient mesh? The brush tools in Illustrator are special path tools. Please elaborate on your question. Rich
  10. richtestani

    Offending Operator errors

    I have had similar issues you are posting. In my situation, it would be newly created art and it would happen to a handful of them at the same time. Trying to open a file would result in the error you posted (each file had a different offending command), the file would open but with no artwork...
  11. richtestani

    table craziness

    Both reposnses are correct. The tables do add a paragragh after each and the tables are sent to a new page since it fills the entire page. Oddly deleteing the paragraph deletes the second table. Yet another wonderful display of complete control over this program. The macro returned an error...
  12. richtestani

    table craziness

    Hmmm. I am doing wha both of you reccomend but it does not seem to be doing anything. Should I mention I am using a Mac, but trying both command and control keys seems to produce no results. What I did do was split the table which gave me the 2 rows on serperate pages. But..it created a new...
  13. richtestani

    table craziness

    I am trying to setup a table (or 2 tables) that fill the entire page. Each table is a 1 x 3 configuration filling a letter size sheet with lanscape orientation. Problems arise with a second table on page 2. Originally had text wrap set, which made my second row disappear. Consulting Help, It...
  14. richtestani

    Bullet Points In Illustrator?

    Illustrator does have some word processing capabilities. They are not quickly visible however. For bullets. What you can do it setup table. Draw a text box, then choose Windows->Type->Tab Ruler. Set your tabs for your bullet indents. Mac's bullets are at Option+8. Windows use Character Map tool...
  15. richtestani

    Complex Path warning question?

    I am pretty sure this is referring to memory. if Illustrator does not have enough memory to render your art, it will change to Preview Mode. In the same situration, if your printer does not have enough memory it may fail to print. Basically your final art just may be too complex for the above...

Part and Inventory Search

Back
Top