Sayfayı Yazdır | Pencereyi Kapat

TclProListView Hatası

Nereden Yazdırıldığı: Clomosy | Forum
Kategori: Genel Programlama
Forum Adı: Clomosy ile değişken kullanımı
Forum Tanımlaması: TRObject dili ile değişken tanımlaması ve ekranda gösterme
URL: https://forum.clomosy.com.tr/forum_posts.asp?TID=1399
Tarih: 26 Şubat 2026 Saat 14:14
Program Versiyonu: Web Wiz Forums 12.07 - https://www.webwizforums.com


Konu: TclProListView Hatası
Mesajı Yazan: sumeyyesoy
Konu: TclProListView Hatası
Mesaj Tarihi: 26 Şubat 2026 Saat 10:56
Tanımladığım TclProListView, TClProListViewDesignerPanel componentim var. DesignerPanel listview'ı yatayda tamamlamıyor width değeri ya da align ile denedim ancak istediğim boyutlandırmayı yapamıyorum. Bu durumu nasıl çözebilirim?



Cevaplar:
Mesajı Yazan: sumeyyesoy
Mesaj Tarihi: 26 Şubat 2026 Saat 10:57
Kodlarım bu şekilde; https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" rel="nofollow - https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" data-cf-beacon="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous">
void SetupListView;
{
  UserFeedbacksLst = mainForm.AddNewProListView(scaledLyt, 'UserFeedbacksLst');
  UserFeedbacksLst.Align = alClient; 
  UserFeedbacksLst.Margins.Top = 15;
  UserFeedbacksLst.Margins.Left = 10;
  UserFeedbacksLst.Margins.Right = 10;
  
  UserFeedbacksLst.clProSettings.ViewType = lvList; 
  UserFeedbacksLst.clProSettings.ColCount = 1;    
  UserFeedbacksLst.clProSettings.ItemHeight = 110; 
  UserFeedbacksLst.clProSettings.ItemSpace = 10; 
  UserFeedbacksLst.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#c8c1c1');
  UserFeedbacksLst.SetclProSettings(UserFeedbacksLst.clProSettings);
}

void SetupListDesigner;
{
  designerPanel = mainForm.AddNewProListViewDesignerPanel(UserFeedbacksLst, 'designerPanel');
  designerPanel.Align = alMostTop;
  designerPanel.Height = 100;
  designerPanel.Width = 150;
  

  designerPanel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#ffffff');
  designerPanel.clProSettings.BorderColor = clAlphaColor.clHexToColor('#e0e0e0'); 
  designerPanel.clProSettings.BorderWidth = 1;
  designerPanel.clProSettings.IsRound = True;
  designerPanel.clProSettings.RoundHeight = 10;
  designerPanel.clProSettings.RoundWidth = 10;
  designerPanel.SetclProSettings(designerPanel.clProSettings);

  UserFeedbacksLst.SetDesignerPanel(designerPanel);
}



Mesajı Yazan: kaanl0
Mesaj Tarihi: 26 Şubat 2026 Saat 10:58
Merhaba kodunu paylaşabilirmisin ? https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" rel="nofollow - https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" data-cf-beacon="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous">



Mesajı Yazan: sumeyyesoy
Mesaj Tarihi: 26 Şubat 2026 Saat 11:14
Yukarıda paylaşmıştım. https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" rel="nofollow - https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" data-cf-beacon="{"version":"2024.11.0","token":"439455f3e46c40b98dbd42a2f1a954d8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}" crossorigin="anonymous">



Sayfayı Yazdır | Pencereyi Kapat

Forum Software by Web Wiz Forums® version 12.07 - https://www.webwizforums.com
Copyright ©2001-2024 Web Wiz Ltd. - https://www.webwiz.net