Ima ask nielsie the creator of this -
Does anyone know what is used? What form component for the tabs?
Ima ask nielsie the creator of this -
Does anyone know what is used? What form component for the tabs?
I'm not sure I understand your question? Do you ask how he made that window for Simba? Or what you need to have unable to make forms?
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
He's asking how the tabs were created
EDIT: LordJashin are you from MG?
EDIT2: Nevermind, that IS the picture I made myself and you took it from MG, oh well![]()
Last edited by Abu; 03-24-2012 at 08:46 PM.
Simply a GOD beast...
My Tutorials
MmorpGuides, that is an image I made myself on Adobe Photoshop and posted on that website, I checked the Image URL for confirmation and it is.
But I don't mind - who cares about Copyright![]()
Simply a GOD beast...
My Tutorials
I think this tutorial is what you are looking for. I didn't take time to look into those very much because simba doesn't support multi thread and it pretty much defeat the purpose of having a GUI.
http://villavu.com/forum/showthread.php?t=41418
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
Already been there, none of that can produce those tabs. TTabControl, TTabSheets, all of that stuff doesn't make those tabs as far as I know.
Well that tut has TListbox which I've already tried. TTab, etc those are the ones I thought would have it.
Edit: I double post too much haha
Edit2: Ima go look at SCAR's form editor again
Last edited by LordJashin; 03-24-2012 at 08:58 PM.
What?
To make an extension http://docs.villavu.com/simba/simbar...mba-extensions
I am Ggzz..
Hackintosher
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Lol, all I'm saying is I made that image with the four little arrows and the green box around the enable option on Photoshop, and that it also has the exact same Image URL as which I uploaded it with on another site - and its definitely not on Google Images... I'm not accusing you, just don't know why you said it was from Google Images.... :s
And of course I didn't make the actual menu - just that image..![]()
Last edited by Abu; 03-24-2012 at 09:16 PM.
Simply a GOD beast...
My Tutorials
NOT ON GOOGLE? LOOK lol - http://bit.ly/GNvdsV
Then click on images its the 3rd one
Simply a GOD beast...
My Tutorials
I knew it!
Anyway to port TListView or include it is what I need to find out next...Simba Code:object ExtensionsList: TListView
Left = 6
Height = 191
Top = 8
Width = 371
Align = alCustom
Anchors = [akTop, akLeft, akRight, akBottom]
Columns = <
item
Caption = 'Extensions'
MinWidth = 90
Width = 90
end
item
Caption = 'Name'
MinWidth = 75
Width = 150
end
item
AutoSize = True
Caption = 'Version'
MinWidth = 60
Width = 111
end>
Edit: Another double post owell...I shall get the most double posts award
Edit2: Where are all of Simba's forms stuff at? Nvm I think all of it is in ComCtrls
Last edited by LordJashin; 03-24-2012 at 09:34 PM.
You'd probably have to export the form/class to pascalscript. (Check Units/PascalScript/uPS{C,R}_forms.pas etc) It's definitely not an easy task. but very doable with some help. Dgby714 has some experience in this area. ( I would also be able to do this, but I believe it isn't a very high priority and I also don't want to work on pascalscript support much longer unless we're actually fixing stuff.)
If you can't figure it out yourself, file a bug.![]()
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
{$I treeview.inc}
{$I customlistview.inc}
No idea what tree view is. What is this code in right now?
I don't understand, is this code converting, or are we just adding it to Simba?
Doesn't look too hard, what exactly am I exporting from, what is the form/class coded in ?
Delphi 4? it all looks the same to me lol
Last edited by LordJashin; 03-24-2012 at 09:42 PM.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
So I couldn't do like this
Simba Code:// LordJashin was here
procedure SIRegisterTLISTVIEW(Cl: TPSPascalCompiler);
begin
with Cl.AddClassN(cl.FindClass('TPERSISTENT'), 'TLISTVIEW') do
begin
RegisterProperty( sdfdsafadsfasdfds,// iptr? iptrw?
end;
end;
I have F.P.C Version 2.4.4 on my Lazarus
What are these ? TPSPropType = (iptRW, iptR, iptW);
Maybe just ask Dgby about it?
So would I add a class to the TPersistent class?
Last edited by LordJashin; 03-24-2012 at 09:59 PM.
You may contact me with any concerns you have.
Are you a victim of harassment? Please notify me or any other staff member.
| SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |
i have used forms with scar but not simba almost never used simba.
There are currently 1 users browsing this thread. (0 members and 1 guests)