473,394 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Garment Designer

Hello,

Ours is a garment factory. We want to design an application to generate
and print the image on the plotter dynamically.
Means, we give measurements like width, bust, neck, collor,
sleeves(long/short), curvature bla bla. Can anyone give an idea how to do
this? I want to use ASP.
Not only ASP, if any other also i will learn and do. I dont know dotNET.
Main thing is how can i generate image dynamically. My measurements are in
inches. So when i print it should be printed directly on the plotter hooked
to my system with the same measurements. The same will be given to cutting
department to cut the cloth. If not any software is available for that to
download for free?

Thanks in advance
Jul 19 '05 #1
3 1193
VB.NET or C#.NET is your easiest way to create dynamic graphics, then send to client using ASP.NET

dlbjr
Pleading sagacious indoctrination!
Jul 19 '05 #2
On Sat, 4 Sep 2004 02:29:04 -0700, Rajani
<Ra****@discussions.microsoft.com> wrote:
Ours is a garment factory. We want to design an application to generate
and print the image on the plotter dynamically.
Means, we give measurements like width, bust, neck, collor,
sleeves(long/short), curvature bla bla. Can anyone give an idea how to do
this? I want to use ASP.


You can't. ASP doesn't drive a plotter.

Jeff
Jul 19 '05 #3
"Jeff Cochran" <je*********@zina.com> wrote in message
news:41*****************@msnews.microsoft.com...
On Sat, 4 Sep 2004 02:29:04 -0700, Rajani
<Ra****@discussions.microsoft.com> wrote:
Ours is a garment factory. We want to design an application to generate
and print the image on the plotter dynamically.
Means, we give measurements like width, bust, neck, collor,
sleeves(long/short), curvature bla bla. Can anyone give an idea how to do
this? I want to use ASP.


You can't. ASP doesn't drive a plotter.

Jeff


Dim sk, thread, gp
Set sk = CreateObject("Sewing.Kit")
With sw
.Open
thread = .GetString()
.Close
End With
Set sk = Nothing

Set gp = CreateObject("Garment.Plotter")
With gp
.Load thread
Do While Not thread.EOS
.PerlOne
.KnitTwo
Loop
.Unload
thread.Close
End With
Set gp = Nothing
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
2
by: dejavue82 | last post by:
Does anybody know how to resolve the following errors? They were caused by the designer.cs file that was auto-generated by the LINQ to SQL designer. I am using the March 2007 Orcas CTP version of...
10
by: vectorBS | last post by:
Hi, I need a suggestion as to which method will be most efficient way of accomplishing this task. I need to build invoice report with Garment Sizes and Quantity. There are seperate records for...
4
by: Goran Djuranovic | last post by:
Hi all, I am experiencing a strange thing happening with a "designer.vb" page. Controls I manually declare in this page are automatically deleted after I drop another control on a ".aspx" page. -...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.