Popup

rabat bass
yalli tsab nass

Numéro de la piste Titre Classement Nombre d'écoutes Télécharger Ajouter à mon blog Actions
1 yalli tsab nass
4 lectures
2 yakhti mafhamtech achsaletak 3liya
79 lectures
3 konti tgouli tabghini
64 lectures
4 gess how's back
34 lectures

Tu n'as pas la bonne version de Flash pour utiliser le player Skyrock Music.
Clique ici pour installer Flash.

mateghalatchi rasak ou te7awal bache teghalatni 3arafe rasak chaysalkak wana 3arafe chaysalakni lantaya haka amerak mayhamni 7alak maydarni tabe9a tesarsare 3lina 3eraf rasak ghire tate9a9ii

mateghalatchi rasak ou te7awal bache teghalatni 3arafe rasak chaysalkak wana 3arafe chaysalakni lantaya haka amerak mayhamni 7alak maydarni tabe9a tesarsare 3lina 3eraf rasak ghire tate9a9ii
Cells down must be less than %d' % self.ImageCount )
return
if X * Y < self.ImageCount:
tkMessageBox.showerror( 'Not enough cells',
'Cells across x cells down must be at least %d' % self.ImageCount )
return
if Pad < 0 or Pad > 25:
tkMessageBox.showerror( 'Pad amount invalid',
'The per cell pad amount must be between 0 and 25 pixels' )
return

www.rapmaroc.com
# if we got here we passed validation
self.OKPressed = 1

# finish by pressing the Cancel button
self.OnCancel()

def OnCancel(self, event=None):
# on cancel we simply terminate the message loop
self.quit()

def Do(Environment):
# we need at least two images for this to work
if len(App.Documents) < 2:
App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.OK,
'Icon': App.Constants.MsgIcons.Stop,
'Text': 'This script requires at least two open images.'
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le mercredi 09 avril 2008 19:47

Modifié le lundi 26 mai 2008 08:33

7eyati machi 7alwa mefar9a nti ghire fe7obe rasak meghar9a

7eyati machi 7alwa mefar9a nti ghire fe7obe rasak meghar9a
self.GridLinesY = IntVar()
self.GridLinesY.set( NumRows )
l clikhere www.noura-g5.skyblog.com
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)
clickhere www.polomar-down-here.skyblog.com
# 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) clickhere www.polomar.skyblog.com

# 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)
clickhere www.polomar23.skyblog.com
# 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)
i
# put OK/Cancel buttons on the dialog - parts of this lifted from TkSimpleDialog
ButtonFrame = Frame(self)
OKButton = Button( ButtonFrame, text="OK", width=10,
command=self.OnOK, default=ACTIVE )
OKButton.pack(side=LEFT, padx=5, pady=5)
CancelButton = Button( ButtonFrame, text="Cancel", width=10,
command=self.OnCancel )
CancelButton.pack(side=LEFT, padx=5, pady=5)
ButtonFrame.pack()
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 07 avril 2008 14:52

lidar me3ah tarik khayab yasma7 lihe yan9ase 3elih chewiya deyal danebe

lidar me3ah tarik khayab yasma7 lihe yan9ase 3elih chewiya deyal danebe
'Cells down must be less than %d' % self.ImageCount )
return
if X * Y < self.ImageCount:
tkMessageBox.showerror( 'Not enough cells',
'Cells across x cells down must be at least %d' % self.ImageCount )
return
if Pad < 0 or Pad > 25:
tkMessageBox.showerror( 'Pad amount invalid',
'The per cell pad amount must be between 0 and 25 pixels' )
return


# if we got here we passed validation
self.OKPressed = 1

# finish by pressing the Cancel button
self.OnCancel()

def OnCancel(self, event=None):
# on cancel we simply terminate the message loop
self.quit()


def Do(Environment):
# we need at least two images for this to work
if len(App.Documents) < 2:
App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.OK,
'Icon': App.Constants.MsgIcons.Stop,
'Text': 'This script requires at least two open images.'
})
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 07 avril 2008 14:42

Modifié le lundi 07 avril 2008 20:35

bechwiya bachwiya 7eta le m7ana raj3ate liya

bechwiya bachwiya 7eta le m7ana raj3ate liya
'Cells down must be less than %d' % self.ImageCount )
return
if X * Y < self.ImageCount:
tkMessageBox.showerror( 'Not enough cells',
'Cells across x cells down must be at least %d' % self.ImageCount )
return
if Pad < 0 or Pad > 25:
tkMessageBox.showerror( 'Pad amount invalid',
'The per cell pad amount must be between 0 and 25 pixels' )
return

# if we got here we passed validation
self.OKPressed = 1

# finish by pressing the Cancel button
self.OnCancel()

def OnCancel(self, event=None):
# on cancel we simply terminate the message loop
self.quit()

def Do(Environment):
# we need at least two images for this to work
if len(App.Documents) < 2:
App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.OK,
'Icon': App.Constants.MsgIcons.Stop,
'Text': 'This script requires at least two open images.'
})
return
clickhere http://polomar23.skyblog.com
# 1. Iterate open images and verify that each meets the requirement of being
# a single raster layer with transparency. If not, give the user the choice
# of fixing the image, skipping the image, or canceling the export entirely.
# During this phase we find the largest source image, since we need to know
# how big the tube cells are.

[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 07 avril 2008 14:40

Modifié le lundi 26 mai 2008 08:30

na3tik forsa bache tawsale liya nkhalase 3lik korsa

na3tik forsa bache tawsale liya nkhalase 3lik korsa
'Cells down must be less than %d' % self.ImageCount )
return
if X * Y < self.ImageCount:
tkMessageBox.showerror( 'Not enough cells',
'Cells across x cells down must be at least %d' % self.ImageCount )
return
if Pad < 0 or Pad > 25:
tkMessageBox.showerror( 'Pad amount invalid',
'The per cell pad amount must be between 0 and 25 pixels' )
return
clikhere noura-g5.skyblog.com
# if we got here we passed validation
self.OKPressed = 1

# finish by pressing the Cancel button
self.OnCancel()

def OnCancel(self, event=None):
# on cancel we simply terminate the message loop
self.quit()

def Do(Environment):
# we need at least two images for this to work
if len(App.Documents) < 2:
App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.OK,
'Icon': App.Constants.MsgIcons.Stop,
'Text': 'This script requires at least two open images.'
})
return
clickhere http://polomar23.skyblog.com
# 1. Iterate open images and verify that each meets the requirement of being
# a single raster layer with transparency. If not, give the user the choice
# of fixing the image, skipping the image, or canceling the export entirely.
# During this phase we find the largest source image, since we need to know
# how big the tube cells are.

[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 07 avril 2008 14:38

Modifié le lundi 07 avril 2008 14:59