English
Opportunities and suggestions

XProfan10 - Opportunities

 
- Page 1 -


here go Opportunities geäußert.

[box:174b705055]i wish me for XProfan10:[/box:174b705055]
isset(a&) to that Verify whether a& declariert is
unset(a&) to that undeklarieren of a&
sort(aray[&|$]) / Sortierbefehle for Arrays
Startpaint  -1 needed no %hwnd More, and/or
%hwnd  (Mainwindow) can created go without in the Taskbar To attend
hiword and loword in the Sprachschatz
clearlist  with lever as Parameter deletes Listboxinhalt .

salvo.
 
06/19/05  
 



 
- Page 14 -



Michael
Wodrich
[quote:d18bd5314a]alas and would it Perhaps possible for classes one prefix (How #,-,+) to develop, that with variables only reading allows (write only through routines the class possible). the would lovely!
[/quote:d18bd5314a]
I faith, you should you The Help again durchlesen...

introduction
- 7.6.
- Sichtbarkeit of properties and modes of/ one class

Best wishes
Michael Wodrich
 
Programmieren, das spannendste Detektivspiel der Welt.
06/24/06  
 




Jac
de
Lad
I Have The Help red, but Please comment me, How I a variable definiere, The only modes the own class settle can:

public is public, there must eachone write if it wants
on protected-variables can I outside the routine not grab (Yes, not write but neither reading)
the same counts for privates

Perhaps I had my mail undeutlich words...

Jac
 
Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE)
Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP
06/24/06  
 




Timotheus
I have yet a suggestion, Namely, the one How with With/EndWith a space define can, in the a function The Subfunktionen directly using go can.

example:
CompileMarkSeparation
the went then even too with Create, Control, etc., and erspart certainly plenty Tipparbeit.

Timo
 
06/24/06  
 




RGH
[quote:befd09180d=Jacob Liebeck]I Have The Help red, but Please comment me, How I a variable definiere, The only modes the own class settle can:

public is public, there must eachone write if it wants
on protected-variables can I outside the routine not grab (Yes, not write but neither reading)
the same counts for privates

Perhaps I had my mail undeutlich words...

Jac [/quote:befd09180d]
Hello Jac,
usually ought to one any properties (variables) of/ one class as Protected define and only over The undertow. Getter- and Settermethoden on these grab. If one now for a quality only a Getter-method writes, can on these of course over these method from the outside zugegriffen go, tappt im dunkeln can but not from the outside changed go. This is in the Übrigen not only for XProfan, separate for all objektorientierten Languages.

The Getter- and Settermethoden should in the Übrigen The equal names, as suitable properties having, however with voangestelltem get or. set. Eigenschafts-, Objekt- and Methodennamen begin üblicherweise with a lower case, during names of classes with a Großbuchstaben begin. After the get or. set follows directly the Eigenschaftsname, this time but to Overview großgeschrieben. The Getter-method to quality handle& hieße to this rule then getHandle(). These Schreibregeln are the objektorientierten Programmiereung, particularly too at C++ and Java, far verbreiret and very helpful. If I know, which properties a class has, then white so did i, as suitable modes hot, circa on these access.

Greeting
Roland
 
Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4
06/24/06  
 




Jac
de
Lad
everything clear, The idea with Setter and Getter isn't badly. I thought only it would favorable something like quasi as Constant (as System-Variables, everybody can indeed not change can) to have. OK, i think circa...

Kannste Please another Statement To Icons in Gridboxen abgeben; it would for my News proposition important to know, whether I with icons in Gridboxen calculate can (or Perhaps can someone say, How I Icons in Gridboxen, The Yes Listviews are, enable and settle can)...

Jac
 
Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE)
Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP
06/24/06  
 




René
Wagner
i'm soeben noticed, that it in Profan presently of House from no Possibility gives, the Program-Window one other Icon mitzugeben as The in the Exe hinterlegten.
i'd eserheblich prefer, simply one externes Icon indicate to (How z.B. with Verknüpfungen). is so a Extension UseIcon possible?
 
Mit XProfan erstellte Freeware findet ihr hier:  [...] 

US World Domination Tour - bombing a country near you...
06/25/06  
 




Frank
Abbing
Systemicon as Fenstericon:
CompileMarkSeparation
Icon from Resource as Systemicon:
CompileMarkSeparation
dll&=UseDll(Data.dll)
resourcenummer&=100
icon&=LoadIcon(dll&,resourcenummer&)
SendMessage(%hwnd,$80,1,icon&)pre>
 
06/25/06  
 




i'm soeben noticed, that it in Profan presently of House from no Possibility gives, the Program-Window one other Icon mitzugeben as The in the Exe hinterlegten.
i'd eserheblich prefer, simply one externes Icon indicate to (How z.B. with Verknüpfungen). is so a Extension UseIcon possible?


on the Homepage [...] 

there one small tool (written in PROFAN) with the You, the P-Icon replace can.
 
06/25/06  
 




Uwe
''Pascal''
Niemeier
Hello Jac!


it would for my News proposition important to know, whether I with icons in Gridboxen calculate can (or Perhaps can someone say, How I Icons in Gridboxen, The Yes Listviews are, enable and settle can)...


The Befehlsumfang of Profan (and others Programmiersprachen) is always one Kompromiss between whom Opportunities Windows and the Benutzerfreundlichkeit.
circa z.B. any Opportunities one ListViews To benefit, wären dozens new functions and command necessary. Gleiches counts for TabControl, SpinEdits, Statusleisten etc. and these command should one then first in the handle having...

from this reason beget I most Dialogelemente with Control  and steuere tappt im dunkeln with the dazugehörigen Messages and Strukturen; there can I any Opportunities benefit. on the other hand are some profane functions explicit faster and plainer...

on the sinnvollsten is it IMHO, itself - if necessary - with the jeweiligen windows-internen Grundlagen befassen and these then with the Profan-command join. whom the To with difficulty is, the can Yes here inquiries
for the thing with the Icons in Gridboxen Have I time an example appended.

HTH
Pascal

2 kB
Hochgeladen:06/25/06
Downloadcounter49
Download
 
06/25/06  
 




Jac
de
Lad
Oh, thanks. so erübrigt the Implementierung! Yes have right, but I come with the windows SDK and this Krempel always not so well clear, therefore The frequent ask!

Jac
 
Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE)
Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP
06/25/06  
 




Jac
de
Lad
your example functions lovely, only if I The Line in

ImageList_AddIcon(IcoList&,~LoadImage(%hinstance,Addr(p$),1,16,16,$0))

abändere (in p$ standing a gültige, available File!) GEHTS same again not...the Rückgabehandle is always 0...I must again nachschauen...

Jac
 
Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE)
Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP
06/26/06  
 




Jac
de
Lad
Error found...my Icons were korrumpiert...

Jac
 
Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE)
Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP
06/27/06  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

47.836 Views

Untitledvor 0 min.
RudiB.04/07/16
H.Brill11/26/14
Peter Max Müller09/06/14
mj05/04/14
More...

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie