me and dj aziz - 6 -

me and dj aziz - 6 -
]Με λένε Βαγγέλη. Είμαι 22 χρονών, είμαι φοιτητής, και θέλω 7 μαθήματα για πτυχίο.Οι καθηγητές μου , μου λένε ότι είμαι άχρηστος. Το ίδιο μου λένε και οι γονείς μου. Ο Σύλλογος Διδασκόντων της Σχολής μου αποφάσισε να με περνάει στο 1/50 κάθε μαθήματος για κάθε όνομα που βρίσκεται σε αυτή τη λίστα.Παρακαλώ προωθήστε αυτό τ

Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο
Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο [/Με λένε Βαγγέλη. Είμαι 22 χρονών, είμαι φοιτητής, και θέλω 7 μαθήματα για πτυχίο.Οι καθηγητές μου , μου λένε ότι είμαι άχρηστος. Το ίδιο μου λένε και οι γονείς μου. Ο Σύλλογος Διδασκόντων της Σχολής μου αποφάσισε να με περνάει στο 1/50 κάθε μαθήματος για κάθε όνομα που βρίσκεται σε αυτή τη λίστα.Παρακαλώ προωθήστε αυτό το mail.
dj_red1_house@hotmail.fr
Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο
Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο [/Με λένε Βαγγέλη. Είμαι 22 χρονών, είμαι φοιτητής, και θέλω 7 μαθήματα για πτυχίο.Οι καθηγητές μου , μου λένε ότι είμαι άχρηστος. Το ίδιο μου λένε και οι γονείς μου. Ο Σύλλογος Διδασκόντων της Σχολής μου αποφάσισε να με περνάει στο 1/50 κάθε μαθήματος για κάθε όνομα που βρίσκεται σε αυτή τη λίστα.Παρακαλώ προωθήστε αυτό το mail.

Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο
Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο

# Posté le mardi 11 mars 2008 13:29

Modifié le mercredi 16 avril 2008 17:49

7na ga3 mane bghiwe l7agra surtous contre mera - 7 -

7na ga3 mane bghiwe l7agra surtous contre mera - 7 -
3. Create a new image big enough to hold all of the images.
App.Do( Environment, 'NewFile', {
'Width': NumCols * CellWidth,
'Height': NumRows * CellHeight,
'ColorDepth': App.Constants.Colordepth.SixteenMillionColor,
'DimensionUnits': App.Constants.DimensionType.Pixels,
'Transparent': App.Constants.Boolean.true,
'VectorBackground': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
}
})
TubeDoc = App.ActiveDocument

# 4. For possible future editing, define the grid on the image to match the cell layout
# We actually make the grid half the size, so that it we can snap to the center of the cell
GridSpacingX = TubeDoc.Width / NumCols / 2
GridSpacingY = TubeDoc.Height / NumRows / 2
7na ga3 mane bghiwe l7agra surtous contre mera
App.Do( Environment, 'GridGuideSnapProperties', {
'CurrentHorzGridSpacing': GridSpacingX,
'CurrentVertGridSpacing': GridSpacingY,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le mardi 11 mars 2008 13:27

Modifié le vendredi 18 avril 2008 16:10

me and polomar - 8 -

me and polomar - 8 -
Με λένε Βαγγέλη. Είμαι 22 χρονών, είμαι φοιτητής, και θέλω 7 μαθήματα για πτυχίο.Οι καθηγητές μου , μου λένε ότι είμαι άχρηστος. Το ίδιο μου λένε και οι γονείς μου. Ο Σύλλογος Διδασκόντων της Σχολής μου αποφάσισε να με περνάει στο 1/50 κάθε μαθήματος για κάθε όνομα που βρίσκεται σε αυτή τη λίστα.Παρακαλώ προωθήστε αυτό το

Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο
Για όσους δεν το προωθήσουν έυχομαι να πάθουν τις 7 πληγές του φαραώ να μην πάρουν ποτέ πτυχίο

# 5. Iterate all the images that will be in the tube, copy them to the clipboard,
# then paste them into the tube image as a new selection. We then use the mover tool
# to center each image in its cell.
Row = 0
Col = 0
for Doc in IncludedDocs:
if Doc.Title == TubeDoc.Title:
continue # skip the one we just created

print 'Working on document %s' % Doc.Title

# temporarily save any selection we have
SelSaver = JascUtils.SaveSelection(Environment, Doc)

# copy the source image to the clipboard
App.Do( Environment, 'Copy', {
'LayerNumber': 0,
'CopyToClipboard': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
}, Doc)

# put back any selection we saved
SelSaver.RestoreSelection()

clickhere www.polomar-down-here.skyblog.com
# now paste as a new selection, moving it to the proper spot
# the paste will default to the center of the image, so we just
# compute the difference between the center of the image and center
# of the cell
OffsetX = (Col * CellWidth + CellWidth / 2) - (TubeDoc.Width / 2)
OffsetY = (Row * CellHeight + CellHeight / 2) - (TubeDoc.Height / 2)
App.Do( Environment, 'PasteAsNewSelection', {
'Offset': (OffsetX, OffsetY),
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
}, TubeDoc)

# remove the selection
App.Do( Environment, 'SelectNone', {}, TubeDoc )

# advance to the next column, and possibly the next row
Col += 1
if Col == NumCols:
Col = 0
Row += 1


# 6. Invoke the tube exporter, with cells across, cells down and total cells set properly.
# Step size is initialized to the cell width.
App.Do( Environment, 'ExportTube', {
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le mardi 11 mars 2008 13:23

Modifié le samedi 29 mars 2008 14:36

rabat bass - 9 -

rabat bass - 9 -
babeclass CellCountDlg(Frame):
''' define the dialog used to prompt the user for the number of cells'''
def __init__( self, parent, title, NumCols, NumRows, TotalCells ):
Frame.__init__(self) # init our parent

# if we exit with OK this will be set to 1. A zero means we pressed cancel
self.OKPressed = 0
self.ImageCount = TotalCells

# define all the variables attached to the controls
self.GridLinesX = IntVar()
self.GridLinesX.set( NumCols )

self.GridLinesY = IntVar()
self.GridLinesY.set( NumRows )


self.PadAmount = IntVar()
self.PadAmount.set( 2 )

# define the basics of the window
self.pack(expand=YES, fill=BOTH)
self.master.title('Define Cells')

# put some explanatory text on the window

Label( self, text = 'Enter the cell arrangement of the tube:',
justify=LEFT ).pack(expand=YES, fill=BOTH, side=TOP)

# make a subframe to hold the cells across controls
XFrame = Frame( self )
XLabel = Label( XFrame, text='Cells across:', width=30 )
XLabel.pack( expand=YES, fill=BOTH, side=LEFT )
self.XEntry = Entry( XFrame, textvariable=self.GridLinesX )
self.XEntry.pack( expand=YES, fill=BOTH, side=RIGHT )
XFrame.pack(side=TOP
)

# do the same thing for the cells down controls
YFrame = Frame( self )
YLabel = Label( YFrame, text='Cells down:', width=30 )
YLabel.pack( expand=YES, fill=BOTH, side=LEFT )
self.YEntry = Entry( YFrame, textvariable=self.GridLinesY )
self.YEntry.pack( expand=YES, fill=BOTH, side=RIGHT )
YFrame.pack(side=TOP)

# and finally for the cell padding
PadFrame = Frame( self )
PadLabel = Label( PadFrame, text='Cell padding:', width=30 )
PadLabel.pack( expand=YES, fill=BOTH, side=LEFT )
self.PadEntry = Entry( PadFrame, textvariable=self.PadAmount )

self.PadEntry.pack( expand=YES, fill=BOTH, side=RIGHT )
PadFrame.pack(side=TOP
)
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le mardi 11 mars 2008 13:19

Modifié le samedi 29 mars 2008 14:43

lmix dyali mix tafarga3e la39oule - 10 -

lmix dyali mix tafarga3e la39oule - 10 -
def OnOK(self, event=None):
''' called by pressing the OK button - validates data, and if no error
sets a good return code and dismisses the dialog by calling OnCancel
'''
try:
X = self.GridLinesX.get()
except ValueError:
X = 0

try:
Y = self.GridLinesY.get()
except ValueError:
Y = 0

try:
Pad = self.PadAmount.get()
except ValueError:
Pad = -1

if X < 1 or X > self.ImageCount:
tkMessageBox.showerror( 'Cells across invalid',
'Cells across must be less than %d' % self.ImageCount )
return
if Y < 1 or Y > self.ImageCount:
tkMessageBox.showerror( 'Cells down invalid',
'Cells down must be less than %d' % self.ImageCount )
return
if X * Y < self.ImageCount:
tkMessageBox.showerror( 'Not enough cells'
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 10 mars 2008 18:03

Modifié le samedi 29 mars 2008 14:31