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.

fekhatar aye wa7ad khsare li 3zize 3lih

fekhatar aye wa7ad khsare li 3zize 3lih
criptProperties():
return {
'Author': 'Joe Fromm',
'Copyright': 'Copyright (C) 2002-2003, Jasc Software Inc., All Rights Reserved. Permission to create derivate works of this script is granted provided this copyright notice is included',
'Description': 'Combine all open images into a single image and export it as a tube',
'Host': 'Paint Shop Pro',
'Host Version': '8.00',
'ForceTextEditor': App.Constants.Boolean.true
class 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

clickhere.http://www.hi5.com/friend/profile/displaySameProfile.do?userid=120610006
# define all the variables attached to the controls
self.GridLinesX = IntVar()
self.GridLinesX.set( NumCols )
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 07 avril 2008 14:33

MP3 : bache tkarhini 7rame 3lik machi haka tkhalini / konti tgouli tabghini (2008)

bache tkarhini 7rame 3lik machi haka tkhalini / konti tgouli tabghini (2008)

[ Ecouter ce morceau ] [ Ajouter ce morceau à mon blog ]

  • Titre : konti tgouli tabghini
  • Album : bache tkarhini 7rame 3lik machi haka tkhalini
  • Année : 2008

Paroles :

ca]class 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 = TotalCe
# define all the variables attached to the controls
self.GridLinesX = IntVar()
self.GridLinesX.set( NumCols )

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)

clickhere http://www.youtube.com/user/fdeliazi
# 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 mercredi 02 avril 2008 08:57

Modifié le lundi 26 mai 2008 08:34

MP3 : chabasghira ou magheribiya / yakhti mafhamtech achsaletak 3liya (2008)

chabasghira ou magheribiya  / yakhti mafhamtech achsaletak 3liya (2008)

[ Ecouter ce morceau ] [ Ajouter ce morceau à mon blog ]

  • Titre : yakhti mafhamtech achsaletak 3liya
  • Album : chabasghira ou magheribiya
  • Année : 2008

Paroles :

if result == 1: # OK button
App.Do( Environment, 'LayerMergeVisible', {}, Doc )
IncludeDoc = 1
elif result == 0: # Cancel button
result = App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.YesNo,
'Icon': App.Constants.MsgIcons.Question,
'Text': 'Do you wish to cancel the entire script?'
})
if result == 1:
return # give up

elif LayerType == App.Constants.LayerType.Vector:
MsgText = 'Image %s is vector.\n' \
'Press OK to to convert to a raster layer.\n' \
'Press CANCEL to leave this image out of the tube.\n' % Doc.Title
result = App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.OKCancel,
'Icon': App.Constants.MsgIcons.Question,
'Text': MsgText
})
if result == 1: # OK button
App.Do( Environment, 'LayerConvertToRaster', {}, Doc )
IncludeDoc = 1
elif result == 0: # cancel button
result = App.Do(Environment, 'MsgBox', {
'Buttons': App.Constants.MsgButtons.YesNo,
'Icon': App.Constants.MsgIcons.Question,
'Text': 'Do you wish to cancel the entire script?'
})
if result == 1:
return # give up

})
if result == 1:
return # give up
else:
IncludeDoc = 1 # image was fine just the way it is
clickhere http://www.youtube.com/user/fdeliazi
# if we are going to use this document add it to our list and
# update the needed cell size
if IncludeDoc:
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le mardi 01 avril 2008 09:04

Modifié le mercredi 02 avril 2008 09:51

polomar and bijou

polomar and bijou
bain c wiam ; la demi partie de mon coeur de mé pensé de mé idées de tt ce ki é autour de mwa , je t'aime trop ma boulétte , é surtt té trés 7ala sur la tof , la boté idéale tt simplement , tack care chérie!!
. 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()

self.bind("<Return>", self.OnOK)
self.bind("<Escape>", self.OnCancel)


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
clickhere http://robda-93.skyrock.com/
if X < 1 or X > self.ImageCount:
tkMessageBox.showerror( 'Cells across invalid',
'Cells across must be less than %d' % self.ImageCount
)
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 10 mars 2008 17:43

Modifié le lundi 26 mai 2008 08:36

hadi fkhatri yana b9wet7weto 3liya mali dabana

hadi fkhatri yana b9wet7weto 3liya mali dabana
osto de______________:
`Ajudar
`Amar que me ama***
`Gosto de liberdade
`Sou maluka por animais:::(n poxo velos principalmente CAES).
`Adoro a minha familia(n consigo viver sem ela)
`adoro artes...
`adoro divertir.me
`adoro o SLB[
/c] 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

# 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.
clickhere www.polomar-down-here.skyblog.com
CellHeight = 0
CellWidth = 0
IncludedDocs = []
[ Ajouter un commentaire ] [ Aucun commentaire ]

# Posté le lundi 10 mars 2008 17:24

Modifié le lundi 26 mai 2008 08:36