Forum Replies Created
-
AuthorPosts
-
Of course Lite Edition haven't support of frames. Thank you for choosing AlphaControls
QUOTE (ErmandoFerrari @ Apr 27 2010, 04:37 PM) <{POST_SNAPBACK}>I haven't experience with delphi but having a look in sPanel.pas I havn't find the implementation of that functions… look like the “pure virtual” functions in C++
No, implementation of these functions is existing there..
PaintWindow implemented in the line №265
OurPaint – 164
WriteText – 474Hello
You can try to put the TsFrameAdapter component on the frame in design-time.
Default value of the sFrameAdapter.SkinData.SkinSection property is 'GROUPBOX', but you can change it for testing (to 'HINT', for example).If you can show a small demo with the problem then problem will be solved very quickly (if problem exists still).
I'm sorry, I haven't big experience in work with Builder, but I think, you have a standard error of modules linking.
You have searched “Unresolved external” in the Net?
Some links :
http://www.youtube.com/watch?v=gbRcZho2SvY
http://bytes.com/topic/c/answers/512820-li…-builder-2006-a
http://webcache.googleusercontent.com/sear…;client=firefoxThis problem will be solved in the version 7 (beginning of summer I think).
Thanks, you have a good idea, but I can't say when such skin will be available, maybe soon.
Office2010_Silver.rar is not useful (deleted).gabrielsch, some information you can find in the help-file and in demo-files.
I'll be glad to answer to your detailed questions.
If you haven't experience of work with frames then I can suggest you to use the TacScrollPanel component (analog of FrameBar, but with panels).
You can find this control with sources there.Hello
You have an old acDBGrid.pas file, seems. Please update him.Minimizing/restoring effect will be added in the next Beta I think.
QUOTE (DoctorJellybean @ Apr 22 2010, 01:34 PM) <{POST_SNAPBACK}>So skin file must either be in Exe or deployed separately to work?
As you want, you can use both ways also. Default skin for your application may be built-in.
In any case a skin must be accessible for the SkinManager
Будет возможно на днях.
You can insert skins into Exe (the sSkinManager.InternalSkins property) or you can deploy skins as separate files (*.asz).
You have a problem with that?Thank you
April 20, 2010 at 1:29 pm in reply to: Packaging application-specific glyphs in the skin file? #42274Topic was moved to Tricks <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
April 20, 2010 at 11:50 am in reply to: Packaging application-specific glyphs in the skin file? #42271Hello
Here is a demo, try it please.
Options.dat changing is not required here. New way is much easier.Thank you for demo!
Problem will be solved at the nearest few days when new release will be available.Here is a patched file.
Если TAdvSmoothSplashScreen и SkinManager лежат на одной форме, то нужно поменять Creation order (правой кнопкой мыши), чтобы TAdvSmoothSplashScreen создавался первым.
Тогда при первом появлении должно быть нормально показано.
А при каждом новом показе можно отключать автоматическую скинизацию новых форм.Если сплэш-крин создается перед созданием TsSkinManager (перед DataModule), то это тоже будет решением.
Hello
It's a known problem. After adding of menu item by Windows this item is not skinned, we haven't TMenuItem object added, only a handle. One solution is available now – adding of such menu items manually.Hello
You can do it in 2 steps
1. Add the “CAPTION” skinsection to the skin, where will be defined the image of panel under caption text.
2. For a caption centering use the TsSkinProvider.CaptionAlignment property.AuthorPosts