Jump to content

QJerry

Üye
  • Posts

    105
  • Joined

  • Last visited

Everything posted by QJerry

  1. eğitim setlerinin hepsi bende var içeriği zaten aynı tm güzel bir şekilde anlatım var işimide görüyor ama aklıma geleni yapamıyorum sana danışarak kod alıyorum sana danışmadan işimi kendim halletmek istiyorum bunun içinde yukarıdakilerin neye yaradığını nerede kullanıldığını bilmek istiyorum eğer kodların anlamını tamamlarsak herkese çok faydalı olcak zaten saatler içinde 150 yi geçti okuma sayısı
  2. dediğimi anlatamadım gösterdiğin linktede sitedeki eğitim videolarındada resim ekleme progres yapma saat yapma gibi şeyler var benim aradığım şey yok mesala ben daha gelişmiş bişi yapıcam(çok sayıda alternatif var hayalgücüyle büyüyor) bunu nasıl yapıcam
  3. herkes 2-3 satır bildiği kodların neye yaradığını yazarsa daha faydalı olacağını düşünüyorum eğitim setlerınde tam set olarak yok
  4. Kodlama bilgisi olmayanlar için amsnin bütün kodlarını buraya ekliyorum kodların anlamını bilinler düzeltme yaparak tamamlayabilirlerböylece büyük bir yardım arşivi yapmış olacaz. --------- Kodların Linki:http://uploaded.net/file/o8rielrm Alternatif Link:http://yadi.sk/d/aKsnnA9o2LX01 ---------------------------------------------------------------------- [spoiler] -- Button object properties table. tblBtnProps = {}; tblBtnProps.ButtonFile = ""; tblBtnProps.Text = ""; tblBtnProps.FontName = "Verdana"; tblBtnProps.FontSize = 15; tblBtnProps.FontWeight = FW_BOLD; tblBtnProps.FontItalic = false; tblBtnProps.FontStrikeout = false; tblBtnProps.FontScript = ANSI_CHARSET; tblBtnProps.FontAntiAlias = true; tblBtnProps.FontUnderline = false; tblBtnProps.XOffset = 0; tblBtnProps.YOffset = 0; tblBtnProps.LeftMargin = 0; tblBtnProps.RightMargin = 0; tblBtnProps.Style = BTNSTYLE_STANDARD; tblBtnProps.ToggleState = BTN_UP; tblBtnProps.Cursor = CURSOR_HAND; tblBtnProps.TooltipText = ""; tblBtnProps.Y = 0; tblBtnProps.X = 0; tblBtnProps.Height = 54; tblBtnProps.Width = 198; tblBtnProps.Enabled = true; tblBtnProps.Visible = true; tblBtnProps.ResizeLeft = false; tblBtnProps.ResizeRight = false; tblBtnProps.ResizeTop = false; tblBtnProps.ResizeBottom = false; tblBtnProps.HighlightSound = SND_STANDARD; tblBtnProps.HighlightSoundFile = ""; tblBtnProps.ClickSound = SND_STANDARD; tblBtnProps.ClickSoundFile = ""; tblBtnProps.ColorNormal = Math.HexColorToNumber("FFFFFF"); tblBtnProps.ColorHighlight = Math.HexColorToNumber("FFFFFF"); tblBtnProps.ColorDown = Math.HexColorToNumber("FFFFFF"); tblBtnProps.ColorDisabled = Math.HexColorToNumber("FFFFFF"); tblBtnProps.Alignment = ALIGN_CENTER; -- CheckBox object properties table. tblCheckBoxProps = {}; tblCheckBoxProps.Checked = true; tblCheckBoxProps.Text = "CheckBox 1"; tblCheckBoxProps.FontName = "Verdana"; tblCheckBoxProps.FontSize = 10; tblCheckBoxProps.FontWeight = FW_BOLD; tblCheckBoxProps.FontItalic = false; tblCheckBoxProps.FontStrikeout = false; tblCheckBoxProps.FontScript = ANSI_CHARSET; tblCheckBoxProps.FontAntiAlias = true; tblCheckBoxProps.FontUnderline = false; tblCheckBoxProps.TextAlignment = ALIGN_LEFT; tblCheckBoxProps.ButtonAlignment = BTN_ALIGN_LEFT; tblCheckBoxProps.ReadOrder = READ_STANDARD; tblCheckBoxProps.Cursor = CURSOR_ARROW; tblCheckBoxProps.TooltipText = ""; tblCheckBoxProps.Y = 0; tblCheckBoxProps.X = 0; tblCheckBoxProps.Height = 15; tblCheckBoxProps.Width = 200; tblCheckBoxProps.Enabled = true; tblCheckBoxProps.Visible = true; tblCheckBoxProps.ResizeLeft = false; tblCheckBoxProps.ResizeRight = false; tblCheckBoxProps.ResizeTop = false; tblCheckBoxProps.ResizeBottom = false; tblCheckBoxProps.HighlightSound = SND_NONE; tblCheckBoxProps.HighlightSoundFile = ""; tblCheckBoxProps.ClickSound = SND_NONE; tblCheckBoxProps.ClickSoundFile = ""; tblCheckBoxProps.ColorNormal = Math.HexColorToNumber("000000"); tblCheckBoxProps.ColorHighlight = Math.HexColorToNumber("000000"); tblCheckBoxProps.ColorDown = Math.HexColorToNumber("000000"); tblCheckBoxProps.ColorDisabled = Math.HexColorToNumber("C0C0C0"); -- ComboBox object properties table. tblComboProps = {}; tblComboProps.FontName = "Arial"; tblComboProps.FontSize = 12; tblComboProps.FontItalic = false; tblComboProps.FontStrikeout = false; tblComboProps.FontAntiAlias = true; tblComboProps.FontWeight = FW_NORMAL; tblComboProps.FontUnderline = false; tblComboProps.FontScript = ANSI_CHARSET; tblComboProps.TextColor = Math.HexColorToNumber("000000"); tblComboProps.ComboStyle = DROPDOWN_LIST; tblComboProps.ReadOrder = READ_STANDARD; tblComboProps.LinesToDisplay = 4; tblComboProps.Sort = false; tblComboProps.BackgroundColor = Math.HexColorToNumber("FFFFFF"); tblComboProps.Enabled = true; tblComboProps.Visible = true; tblComboProps.ResizeLeft = false; tblComboProps.ResizeRight = false; tblComboProps.ResizeTop = false; tblComboProps.ResizeBottom = false; tblComboProps.Width = 200; tblComboProps.Height = 26; tblComboProps.Y = 0; tblComboProps.X = 0; tblComboProps.TooltipText = ""; -- Dialog properties table. tblDialogProps = {}; tblDialogProps.DialogTitle = "MyDialog"; tblDialogProps.Movable = true; tblDialogProps.AlwaysOnTop = false; tblDialogProps.Width = 480; tblDialogProps.Height = 300; tblDialogProps.DialogStyle = DIALOG_STYLE_STANDARD; tblDialogProps.CustomMask = ""; tblDialogProps.FitCustomMaskToWindow = true; tblDialogProps.Resizable = false; tblDialogProps.MinWidth = 480; tblDialogProps.MinHeight = 300; tblDialogProps.UseCustomIcon = false; tblDialogProps.CustomIcon = ""; tblDialogProps.UseCustomSettings = false; tblDialogProps.BackgroundType = BG_SOLID; tblDialogProps.BackgroundColor = 0; tblDialogProps.GradientColorTop = 0; tblDialogProps.ImageFilename = ""; tblDialogProps.ImageStretchMode = BG_IMG_FITPAGE; -- Flash object properties table. tblFlashProps = {}; tblFlashProps.FlashFile = ""; tblFlashProps.Width = 150; tblFlashProps.Height = 150; tblFlashProps.X = 0; tblFlashProps.Y = 0; tblFlashProps.Quality = QUALITY_AUTO_HIGH; tblFlashProps.OverrideBackground = false; tblFlashProps.ScalingMode = SHOW_ALL; tblFlashProps.DeviceFont = false; tblFlashProps.Loop = true; tblFlashProps.AutoStart = true; tblFlashProps.BGOverrideColor  = Math.HexColorToNumber("FFFFFF"); tblFlashProps.Menu = MENU_FULL; tblFlashProps.Visible = true; tblFlashProps.Enabled = true; tblFlashProps.ResizeLeft = false; tblFlashProps.ResizeRight = false; tblFlashProps.ResizeTop = false; tblFlashProps.ResizeBottom = false; tblFlashProps.TooltipText = ""; tblFlashProps.Alignment = ALIGN_DEFAULT; -- Grid object properties table. tblGridProps = {}; tblGridProps.Rows = 10; tblGridProps.Columns = 10; tblGridProps.FixedRows = 1; tblGridProps.FixedColumns = 1; tblGridProps.Editable = true; tblGridProps.Selectable = true; tblGridProps.CellDragAndDrop = false; tblGridProps.ResizableRows = true; tblGridProps.ResizableColumns = true; tblGridProps.GridLines = GVL_BOTH; tblGridProps.FontName = "Arial"; tblGridProps.FontSize = 10; tblGridProps.FontUnderline = false; tblGridProps.FontScript = ANSI_CHARSET; tblGridProps.FontAntiAlias = true; tblGridProps.FontWeight = FW_NORMAL; tblGridProps.FontItalic = false; tblGridProps.FontStrikeout = false; tblGridProps.TextColor = Math.HexColorToNumber("000000"); tblGridProps.TextBackgroundColor = Math.HexColorToNumber("FFFFFF"); tblGridProps.FixedTextColor = Math.HexColorToNumber("000000"); tblGridProps.FixedBackgroundColor = Math.HexColorToNumber("ECE9D8"); tblGridProps.GridLineColor = Math.HexColorToNumber("C0C0C0"); tblGridProps.GridBackgroundColor = Math.HexColorToNumber("ACA899"); tblGridProps.TitleTipBackgroundColor = Math.HexColorToNumber("FFFFE1"); tblGridProps.TitleTipTextColor = Math.HexColorToNumber("000000"); tblGridProps.TooltipText = ""; tblGridProps.ResizeLeft = false; tblGridProps.ResizeRight = false; tblGridProps.ResizeTop = false; tblGridProps.ResizeBottom = false; tblGridProps.Width = 250; tblGridProps.Height = 250; tblGridProps.Y = 0; tblGridProps.X = 0; tblGridProps.Enabled = true; tblGridProps.Visible = true; -- Hotspot object properties table. tblHotSpotProps = {}; tblHotSpotProps.Width = 200; tblHotSpotProps.Height = 100; tblHotSpotProps.Y = 0; tblHotSpotProps.X = 0; tblHotSpotProps.Enabled = true; tblHotSpotProps.Cursor = CURSOR_HAND; tblHotSpotProps.ResizeLeft = false; tblHotSpotProps.ResizeRight = false; tblHotSpotProps.ResizeTop = false; tblHotSpotProps.ResizeBottom = false; tblHotSpotProps.TooltipText = ""; tblHotSpotProps.ClickSound = SND_NONE; tblHotSpotProps.ClickSoundFile = ""; tblHotSpotProps.HighlightSound = SND_NONE; tblHotSpotProps.HighlightSoundFile = ""; -- Image object properties table. tblImageProps = {}; tblImageProps.ImageFile = ""; tblImageProps.Height = 150; tblImageProps.Width = 150; tblImageProps.Y = 0; tblImageProps.X = 0; tblImageProps.UseTransColor = false; tblImageProps.TransparentColor = Math.HexColorToNumber("FFFFFF"); tblImageProps.Opacity = 100; tblImageProps.Tolerance = 10; tblImageProps.HitTest = HITTEST_STANDARD; tblImageProps.Cursor = CURSOR_ARROW; tblImageProps.TooltipText = ""; tblImageProps.Visible = true; tblImageProps.Enabled = true; tblImageProps.ResizeLeft = false; tblImageProps.ResizeRight = false; tblImageProps.ResizeTop = false; tblImageProps.ResizeBottom = false; tblImageProps.ClickSound = SND_NONE; tblImageProps.ClickSoundFile = ""; tblImageProps.HighlightSound = SND_NONE; tblImageProps.HighlightSoundFile = ""; -- Input object properties table. tblInputProps = {}; tblInputProps.Text = ""; tblInputProps.FontName = "Arial"; tblInputProps.FontSize = 12; tblInputProps.FontScript = ANSI_CHARSET; tblInputProps.FontItalic = false; tblInputProps.FontStrikeout = false; tblInputProps.FontColor = Math.HexColorToNumber("000000"); tblInputProps.FontAntiAlias = true; tblInputProps.FontWeight = FW_NORMAL; tblInputProps.FontUnderline = false; tblInputProps.HScrollbar = false; tblInputProps.VScrollbar = true; tblInputProps.InputStyle = INPUT_STANDARD; tblInputProps.ReadOrder = READ_STANDARD; tblInputProps.Border = BORDER_SUNKEN; tblInputProps.ReadOnly = false; tblInputProps.BackgroundColor = Math.HexColorToNumber("FFFFFF"); tblInputProps.Multiline = false; tblInputProps.MaskText = ""; tblInputProps.MaskReturnMode = MASK_FORMATTED; tblInputProps.Placeholder = " "; tblInputProps.TooltipText = ""; tblInputProps.ResizeLeft = false; tblInputProps.ResizeRight = false; tblInputProps.ResizeTop = false; tblInputProps.ResizeBottom = false; tblInputProps.Alignment = ALIGN_LEFT; tblInputProps.Height = 30; tblInputProps.Width = 200; tblInputProps.X = 0; tblInputProps.Y = 0; tblInputProps.Visible = true; tblInputProps.Enabled = true; -- Label object properties table. tblLabelProps = {}; tblLabelProps.Text = "New Label"; tblLabelProps.FontName = "Arial"; tblLabelProps.FontSize = 16; tblLabelProps.FontWeight = FW_NORMAL; tblLabelProps.FontUnderline = false; tblLabelProps.FontScript = ANSI_CHARSET; tblLabelProps.FontItalic = false; tblLabelProps.FontStrikeout = false; tblLabelProps.FontAntiAlias = true; tblLabelProps.ColorNormal = Math.HexColorToNumber("000000"); tblLabelProps.ColorDown = Math.HexColorToNumber("000000"); tblLabelProps.ColorHighlight = Math.HexColorToNumber("000000"); tblLabelProps.ColorDisabled = Math.HexColorToNumber("C0C0C0"); tblLabelProps.Cursor = CURSOR_ARROW; tblLabelProps.Enabled = true; tblLabelProps.Visible = true; tblLabelProps.Height = 30; tblLabelProps.Width = 104; tblLabelProps.Y = 0; tblLabelProps.X = 0; tblLabelProps.TooltipText = ""; tblLabelProps.ResizeLeft = false; tblLabelProps.ResizeRight = false; tblLabelProps.ResizeTop = false; tblLabelProps.ResizeBottom = false; tblLabelProps.HighlightSound = SND_NONE; tblLabelProps.HighlightSoundFile = ""; tblLabelProps.ClickSound = SND_NONE; tblLabelProps.ClickSoundFile = ""; tblLabelProps.Orientation = 0; tblLabelProps.Alignment = ALIGN_LEFT; -- ListBox object properties table. tblListboxProps = {}; tblListboxProps.ListBoxType = LB_LISTBOX; tblListboxProps.FontName = "Arial"; tblListboxProps.FontSize = 12; tblListboxProps.FontUnderline = false; tblListboxProps.FontScript = ANSI_CHARSET; tblListboxProps.FontAntiAlias = true; tblListboxProps.FontWeight = FW_NORMAL; tblListboxProps.FontItalic = false; tblListboxProps.FontStrikeout = false; tblListboxProps.TextColor = Math.HexColorToNumber("000000"); tblListboxProps.ReadOrder = READ_STANDARD; tblListboxProps.VScrollbar = true; tblListboxProps.HScrollbar = false; tblListboxProps.Border = BORDER_SUNKEN; tblListboxProps.MultipleSelection = false; tblListboxProps.Sort = false; tblListboxProps.BackgroundColor = Math.HexColorToNumber("FFFFFF"); tblListboxProps.TooltipText = ""; tblListboxProps.ResizeLeft = false; tblListboxProps.ResizeRight = false; tblListboxProps.ResizeTop = false; tblListboxProps.ResizeBottom = false; tblListboxProps.Width = 200; tblListboxProps.Height = 150; tblListboxProps.Y = 0; tblListboxProps.X = 0; tblListboxProps.Enabled = true; tblListboxProps.Visible = true; -- Page properties table. tblPageProps = {}; tblPageProps.UseCustomSettings = false; tblPageProps.BackgroundType = BG_SOLID; tblPageProps.SolidColor = 16777215; tblPageProps.GradientColorTop = 0; tblPageProps.BackgroundColor = 0; tblPageProps.ImageFilename = ""; tblPageProps.ImageStretchMode = BG_IMG_FITPAGE; tblPageProps.Description = "My Page Description"; tblPageProps.Keywords = {"Apple","Orange"}; -- pdf object properties table. tblPDFProps = {}; tblPDFProps.File = ""; tblPDFProps.ShowScrollbars = true; tblPDFProps.ShowToolbar = true; tblPDFProps.ShowBorder = true; tblPDFProps.Layout = LAYOUT_SINGLE_PAGE; tblPDFProps.Page = PAGE_STANDARD; tblPDFProps.View = VIEW_WIDTH; tblPDFProps.ViewOffset = 0; tblPDFProps.Width = 350; tblPDFProps.Height = 250; tblPDFProps.Y = 0; tblPDFProps.X = 0; tblPDFProps.ResizeLeft = false; tblPDFProps.ResizeRight = false; tblPDFProps.ResizeTop = false; tblPDFProps.ResizeBottom = false; tblPDFProps.Visible = true; tblPDFProps.Enabled = true; -- Paragraph object properties table. tblParaProps = {}; tblParaProps.Text = "The quick brown fox jumps over the lazy dog."; tblParaProps.FontName = "Arial"; tblParaProps.FontSize = 10; tblParaProps.FontWeight = FW_NORMAL; tblParaProps.FontAntiAlias = true; tblParaProps.FontScript = ANSI_CHARSET; tblParaProps.FontUnderline = false; tblParaProps.FontStrikeout = false; tblParaProps.FontItalic = false; tblParaProps.Y = 0; tblParaProps.X = 0; tblParaProps.Width = 200; tblParaProps.Height = 100; tblParaProps.ScrollVertical = SCROLL_AUTO; tblParaProps.ScrollHorizontal = SCROLL_OFF; tblParaProps.Alignment = ALIGN_LEFT; tblParaProps.BGStyle = BG_TRANSPARENT; tblParaProps.BGColor = Math.HexColorToNumber("FFFFFF"); tblParaProps.BorderStyle = BORDER_NONE; tblParaProps.BorderColor = Math.HexColorToNumber("000000"); tblParaProps.ScrollStyle = SCROLL_STANDARD; tblParaProps.SkinFile = ""; tblParaProps.TooltipText = ""; tblParaProps.Enabled = true; tblParaProps.Visible = true; tblParaProps.Cursor = CURSOR_ARROW; tblParaProps.ResizeLeft = false; tblParaProps.ResizeRight = false; tblParaProps.ResizeTop = false; tblParaProps.ResizeBottom = false; tblParaProps.ColorNormal = Math.HexColorToNumber("000000"); tblParaProps.ColorHighlight = Math.HexColorToNumber("000000"); tblParaProps.ColorDown = Math.HexColorToNumber("000000"); tblParaProps.ColorDisabled = Math.HexColorToNumber("C0C0C0"); tblParaProps.HighlightSound = SND_NONE; tblParaProps.HighlightSoundFile = ""; tblParaProps.ClickSound = SND_NONE; tblParaProps.ClickSoundFile = ""; -- Progress object properties table. tblProgressProps = {}; tblProgressProps.Text = ""; tblProgressProps.FontName = "Arial"; tblProgressProps.FontSize = 12; tblProgressProps.FontScript = ANSI_CHARSET; tblProgressProps.FontItalic = false; tblProgressProps.FontStrikeout = false; tblProgressProps.FontAntiAlias = true; tblProgressProps.FontWeight = FW_NORMAL; tblProgressProps.FontUnderline = false; tblProgressProps.UseCustomColors = false; tblProgressProps.TextColor = Math.HexColorToNumber("000000"); tblProgressProps.BarColor = Math.HexColorToNumber("28D22B"); tblProgressProps.BackgroundColor = Math.HexColorToNumber("FFFFFF"); tblProgressProps.MinRange = 0; tblProgressProps.Step = 10; tblProgressProps.MaxRange = 100; tblProgressProps.Style = STYLE_BARS; tblProgressProps.XPStyle = false; tblProgressProps.Orientation = ORIENT_HORIZONTAL; tblProgressProps.Enabled = true; tblProgressProps.Visible = true; tblProgressProps.ResizeLeft = false; tblProgressProps.ResizeRight = false; tblProgressProps.ResizeTop = false; tblProgressProps.ResizeBottom = false; tblProgressProps.Width = 150; tblProgressProps.Height = 20; tblProgressProps.Y = 0; tblProgressProps.X = 0; tblProgressProps.TooltipText = ""; -- QuickTime object properties table. tblQuickTimeProps = {}; tblQuickTimeProps.MovieFile = ""; tblQuickTimeProps.SizingMode = qtMovieFitsControlMaintainAspectRatio; tblQuickTimeProps.BorderStyle = bsPlain; tblQuickTimeProps.Autostart = false; tblQuickTimeProps.Loop = false; tblQuickTimeProps.ShowControls = false; tblQuickTimeProps.UseBackgroundColor = false; tblQuickTimeProps.BackgroundColor = Math.HexColorToNumber("000000"); tblQuickTimeProps.Width = 350; tblQuickTimeProps.Height = 250; tblQuickTimeProps.Y = 0; tblQuickTimeProps.X = 0; tblQuickTimeProps.ResizeLeft = false; tblQuickTimeProps.ResizeRight = false; tblQuickTimeProps.ResizeTop = false; tblQuickTimeProps.ResizeBottom = false; tblQuickTimeProps.Visible = true; tblQuickTimeProps.HighlightSound = SND_NONE; tblQuickTimeProps.HighlightSoundFile = ""; tblQuickTimeProps.ClickSound = SND_NONE; tblQuickTimeProps.ClickSoundFile = ""; tblQuickTimeProps.Enabled = true; -- RadioButton object properties table. tblRadioBtnProps = {}; tblRadioBtnProps.GroupID = "Group1"; tblRadioBtnProps.Value = "My Value"; tblRadioBtnProps.Checked = true; tblRadioBtnProps.Text = "Radio Button 1"; tblRadioBtnProps.FontName = "Verdana"; tblRadioBtnProps.FontSize = 10; tblRadioBtnProps.FontWeight = FW_BOLD; tblRadioBtnProps.FontItalic = false; tblRadioBtnProps.FontStrikeout = false; tblRadioBtnProps.FontScript = ANSI_CHARSET; tblRadioBtnProps.FontAntiAlias = true; tblRadioBtnProps.FontUnderline = false; tblRadioBtnProps.TextAlignment = ALIGN_LEFT; tblRadioBtnProps.ButtonAlignment = BTN_ALIGN_LEFT; tblRadioBtnProps.ReadOrder = READ_STANDARD; tblRadioBtnProps.Cursor = CURSOR_ARROW; tblRadioBtnProps.TooltipText = ""; tblRadioBtnProps.Y = 0; tblRadioBtnProps.X = 0; tblRadioBtnProps.Height = 15; tblRadioBtnProps.Width = 200; tblRadioBtnProps.Enabled = true; tblRadioBtnProps.Visible = true; tblRadioBtnProps.ResizeLeft = false; tblRadioBtnProps.ResizeRight = false; tblRadioBtnProps.ResizeTop = false; tblRadioBtnProps.ResizeBottom = false; tblRadioBtnProps.HighlightSound = SND_NONE; tblRadioBtnProps.HighlightSoundFile = ""; tblRadioBtnProps.ClickSound = SND_NONE; tblRadioBtnProps.ClickSoundFile = ""; tblRadioBtnProps.ColorNormal = Math.HexColorToNumber("000000"); tblRadioBtnProps.ColorHighlight = Math.HexColorToNumber("000000"); tblRadioBtnProps.ColorDown = Math.HexColorToNumber("000000"); tblRadioBtnProps.ColorDisabled = Math.HexColorToNumber("C0C0C0"); -- RichText object properties table. tblRichTextProps = {}; tblRichTextProps.Text = "Sample Text"; tblRichTextProps.RawRTF = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 MS Shell Dlg;}}\\viewkind4\\uc1\\pard\\f0\\fs17 Sample Text\\par}"; tblRichTextProps.VScrollbar = true; tblRichTextProps.HScrollbar = true; tblRichTextProps.Transparent = true; tblRichTextProps.BackgroundColor = 16777215; tblRichTextProps.Border = BORDER_SUNKEN; tblRichTextProps.ReadOrder = READ_STANDARD; tblRichTextProps.ReadOnly = true; tblRichTextProps.AutoDetectURL = false; tblRichTextProps.ShowContextMenu = true; tblRichTextProps.Enabled = true; tblRichTextProps.Visible = true; tblRichTextProps.X = 0; tblRichTextProps.Y = 0; tblRichTextProps.Width = 200; tblRichTextProps.Height = 120; tblRichTextProps.ResizeLeft = false; tblRichTextProps.ResizeRight = false; tblRichTextProps.ResizeTop = false; tblRichTextProps.ResizeBottom = false; tblRichTextProps.TooltipText = ""; -- Tree object properties table. tblTreeProps = {}; tblTreeProps.FontName = "Arial"; tblTreeProps.FontScript = ANSI_CHARSET; tblTreeProps.FontSize = 9; tblTreeProps.FontUnderline = false; tblTreeProps.FontItalic = false; tblTreeProps.FontStrikeout = false; tblTreeProps.FontAntiAlias = true; tblTreeProps.FontWeight = FW_NORMAL; tblTreeProps.TextColor = Math.HexColorToNumber("000000"); tblTreeProps.EditLabels = false; tblTreeProps.ReadOrder = READ_STANDARD; tblTreeProps.HasLines = true; tblTreeProps.HasButtons = true; tblTreeProps.LinesAtRoot = true; tblTreeProps.UseImageList = false; tblTreeProps.ImageList = ""; tblTreeProps.ImageListTransColor = Math.HexColorToNumber("FFFFFF"); tblTreeProps.AlwaysShowSelection = false; tblTreeProps.BorderMode = BORDER_SUNKEN; tblTreeProps.ShowCheckBoxes = false; tblTreeProps.BackgroundColor = Math.HexColorToNumber("FFFFFF"); tblTreeProps.Enabled = true; tblTreeProps.Visible = true; tblTreeProps.ResizeLeft = false; tblTreeProps.ResizeRight = false; tblTreeProps.ResizeTop = false; tblTreeProps.ResizeBottom = false; tblTreeProps.Width = 150; tblTreeProps.Height = 150; tblTreeProps.X = 0; tblTreeProps.Y = 0; tblTreeProps.TooltipText = ""; -- Video object properties table. tblVideoProps = {}; tblVideoProps.VideoFile = ""; tblVideoProps.FitToObject = true; tblVideoProps.Width = 320; tblVideoProps.Height = 265; tblVideoProps.X = 0; tblVideoProps.Y = 0; tblVideoProps.StageColor = Math.HexColorToNumber("000000"); tblVideoProps.Border = false; tblVideoProps.SkinFile = ""; tblVideoProps.ApplyCustomMask = false; tblVideoProps.MaskFile = ""; tblVideoProps.CPStyle = CONTROL_PANEL_STANDARD; tblVideoProps.Slider = true; tblVideoProps.TextColor = Math.HexColorToNumber("000000"); tblVideoProps.ControlButtons = true; tblVideoProps.Loop = false; tblVideoProps.AutoStart = true; tblVideoProps.ScalingMode = MAINTAIN_ASPECT; tblVideoProps.CPTime = TIME_ELAPSED; tblVideoProps.PanelColor = Math.HexColorToNumber("ECE9D8"); tblVideoProps.Cursor = CURSOR_ARROW; tblVideoProps.ResizeLeft = false; tblVideoProps.ResizeRight = false; tblVideoProps.ResizeTop = false; tblVideoProps.ResizeBottom = false; tblVideoProps.Enabled = true; tblVideoProps.Visible = true; tblVideoProps.HighlightSound = SND_NONE; tblVideoProps.HighlightSoundFile = ""; tblVideoProps.ClickSound = SND_NONE; tblVideoProps.ClickSoundFile = ""; -- Web object properties table. tblWebProps = {}; tblWebProps.URL = ""; tblWebProps.ShowBorder = true; tblWebProps.ShowScrollbars = true; tblWebProps.Width = 300; tblWebProps.Height = 200; tblWebProps.Y = 0; tblWebProps.X = 0; tblWebProps.ResizeLeft = false; tblWebProps.ResizeRight = false; tblWebProps.ResizeTop = false; tblWebProps.ResizeBottom = false; tblWebProps.Visible = true; tblWebProps.Enabled = true; -- xButton object properties table. tblxBtnProps = {}; tblxBtnProps.Text = ""; tblxBtnProps.ButtonImage = ""; tblxBtnProps.FontName = "Microsoft Sans Serif"; tblxBtnProps.FontSize = 8; tblxBtnProps.FontWeight = FW_BOLD; tblxBtnProps.FontItalic = false; tblxBtnProps.FontStrikeout = false; tblxBtnProps.FontScript = ANSI_CHARSET; tblxBtnProps.FontAntiAlias = true; tblxBtnProps.FontUnderline = false; tblxBtnProps.TextColor = Math.HexColorToNumber("FFFFFF"); tblxBtnProps.EnableMarkup = false; tblxBtnProps.TextAlignment = XBTN_ALIGN_MIDDLE_CENTER; tblxBtnProps.ImageAlignment = XBTN_ALIGN_MIDDLE_LEFT; tblxBtnProps.ImageTextRelation = RELATION_IMAGE_BEFORE_TEXT; tblxBtnProps.Theme = THEME_OFFICE_2007; tblxBtnProps.Style = BTNSTYLE_STANDARD; tblxBtnProps.ToggleState = BTN_UP; tblxBtnProps.Cursor = CURSOR_HAND; tblxBtnProps.TooltipText = ""; tblxBtnProps.Y = 0; tblxBtnProps.X = 0; tblxBtnProps.Height = 35; tblxBtnProps.Width = 125; tblxBtnProps.Enabled = true; tblxBtnProps.Visible = true; tblxBtnProps.ResizeLeft = false; tblxBtnProps.ResizeRight = false; tblxBtnProps.ResizeTop = false; tblxBtnProps.ResizeBottom = false; tblxBtnProps.HighlightSound = SND_STANDARD; tblxBtnProps.HighlightSoundFile = ""; tblxBtnProps.ClickSound = SND_STANDARD; tblxBtnProps.ClickSoundFile = ""; [/spoiler]
  5. page işini hallettım ama verdığın lınklerin hepsni inceledim indirdim ama hepsi çok yuzeysel anlatmıs ana ayrıntılı kod bilgileri lazım help dosyasına çok karmaşık
  6. zaten ilk ams ile yazdım dvdye yazdırmadı neroyla denedım dvd yı yaktı attıdiğer dvdyi direk ısoyu neroya gosterıp yaktım bu şekilde oldu   1 soru daha sorcam örn benım menu 120 program alıyor 300 program yapsam bir buton ile diğer sayfaya nasıl geçebilirim.bu arada kodlama bilgim yok kodları nasıl öğrencem bilmiyorum help dosyasında örnekler var ama bu şekılde bulamadım.   bu arada cevap vermene çok sevindim sende olmasan ayvayı yedik çok saol :D
  7. projeyi dvdye yazdırdım ama 8.5 gblık dvd rom okumuyor ve run time hatası verıyor aynı konu açıldı ama cevap verılmadı link  http://www.tnctr.com/topic/213632-ams-ile-yaptm-dvdye-yazrdm-ama-almyor/   amsde sığmayan programları aynı yazılım ustunde sekme atarak1-2-3 diye kurulum nasıl yaparım   kodlama ile ilgili dersler arıyorum
  8. sitedeki benzer bir konuyu inceledim az önce pairs usta autorun dosyası bozuk falan demiş kendisine linkle mesaj attım cevap yok hala
  9. kodu giriyorum ancak cmd ekranında aygıt bulunamadı diyor bu arada dvd sürücüde
  10. tm verıyorum az sonra bu arada proje deomon tools ile çok rahat açılıyor birde divanenın yaptığı kodları kullanıyorum ama programları sankı 2 şer 3 er kuruyor bazıları kurulmuyor bu normal mı
  11. 7.40gb lık ıso yu dvd ye yazıdrdım ama hiçbir pcde açılmıyor ve runtime hatası alıyorum neden böyle oluyor  
  12. amsde çıkış butonuna bastığımda bilgisayar masaüstüne arkaplan olarak benım istediğim resimi nasıl koyabılırım resimi koyduktan sonra program kapanacak yardım beklıyorum
  13. usta benımde işimi hallet 8gblık bellek var elımde xp ve wın7 ısoları var usb boot çalışmanı indirdim ama yapamadım nasıl başlayabılırım arka plan resmini falan nasıl değiştirebilirm örneğin
  14. ams gibi videolu ams derslerı arıyorum
  15. olayı kapanış açılış olarak değerlendirmeyın o normaldır amd ve harddisten hız fakat can you run it ten ağır oyunları seçip deneyın full yeşil yanması lazım
  16. koca koca butonları bende sevmedım zaten ama kımse nasıl yapacağımı soylemıyor apz olarakta koyarım ama buton konusunda fikri olanda paylaşşsın
  17. öncelikle konuyla alaksı yok pairs kardeş özel mesaj yazdım gözünden kaçmış heralde bi bakarsan ams ile ilgili yeni konu açtım mesajda ayruntılar yazıyor
  18. yorum yok mu en azından indirip videoyu izleyin projenın nasıl olduğu hakkında yorum yapın
  19. http://www.yukletr.com/download.php?file=59f99f4cf98d0966ed4cd860c3f66851 verdiğim linkte sorunumunvideosu var programlar kurulurken yan taraftaki müzikleri açamıyorum gördüğünüz gibi hata alıyorum ve canlı destek almak için livenın sitesinden url alamıyorum site kapalı olması lazım bende açılmıyor birde siz bakın bu arada projem nasıl olmuş özellikle pairs'in bakmasını istiyorum ve kendisine teşekkür ediyorum
  20. yani harici resimler ekleyıp projesi üstüne labelle yazı mı yazıyorlar hiç aklıma gelmemişti :D bu arada canlı destek linki hala kapalı nedense
  21. beğenmedım hemde boyle birşeye gerek  yok fiyatlar neredeyse 0 fiyatı bence o paraya ben sana bi site vereyım ordan aç diz 2 gun sonra evını gelır
  22. bende casper h36 modelı var innternet ve program konusun hiçbir sıkıntı yok yağ gibi kayıyor heryerde oyun konusunda tabiki masaüstünün yerini tutmaz ama benımkının fiyatını 1500 tl olarak düşünürsek 2500tl lık monster eğer laptop istiyorsan senın için biçilmiştir büyük ihtimal her oyunu oynarsın ama 10dk sonra benımkı çok ısınıyor ona göre düşün
  23. görselliği nasıl yaptın gerçekten banada yardımcı ol
  24. ben sana birşey önermiyeceğim ama eğer oyun oynamak için laptop alıyorsan 2500tl ultra seviyede kasa toplarsın
×
×
  • Create New...