Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
Problem with Linux + toolbar
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
FPC Unleashed (inline var...
by
Thausand
[
Today
at 08:30:19 am]
Ann: DeCoperators
by
Fibonacci
[
Today
at 07:14:59 am]
Error: Compilation raised...
by
Khrys
[
Today
at 06:22:32 am]
I hope FreePascal can sup...
by
xiyi0616
[
Today
at 05:49:05 am]
[Solved] Help needed comp...
by
landolfi
[
Today
at 02:45:10 am]
Delimited text - how find...
by
Remy Lebeau
[
Today
at 02:26:15 am]
AI assisted translation o...
by
MathMan
[
Today
at 12:55:30 am]
DataPort or Synpase stat...
by
eldonfsr
[April 16, 2026, 11:32:18 pm]
Ann: Deinline: a de-inlin...
by
LeP
[April 16, 2026, 11:27:18 pm]
[FPC 3.2.4, Windows] PTC ...
by
Fred vS
[April 16, 2026, 08:26:24 pm]
Cannot build Units for Si...
by
NormanDunbar
[April 16, 2026, 07:39:07 pm]
IDE: Property editor does...
by
dsiders
[April 16, 2026, 07:04:22 pm]
What is wrong with this c...
by
OH1KH
[April 16, 2026, 04:32:48 pm]
[work arounded]Naming dae...
by
LeP
[April 16, 2026, 03:36:10 pm]
Lazarus Bugfix Release 4....
by
Jonax
[April 16, 2026, 03:06:25 pm]
CudaText editor (written ...
by
AlexTP
[April 16, 2026, 10:43:12 am]
C header function with on...
by
440bx
[April 16, 2026, 09:13:38 am]
(Solved)TUpDown KeyDown ...
by
LeP
[April 15, 2026, 11:21:09 pm]
Zipper: Addition of mult...
by
marcov
[April 15, 2026, 10:35:15 pm]
Seeking advice on setting...
by
gidesa
[April 15, 2026, 07:02:04 pm]
GTK3: FillRect() mispaint...
by
baldzhang
[April 15, 2026, 06:32:52 pm]
Lazarus Image Editor
by
Paolo
[April 15, 2026, 05:37:30 pm]
RunFormula: math expressi...
by
Handoko
[April 15, 2026, 01:24:30 pm]
How to merge multiple cla...
by
cdbc
[April 15, 2026, 12:48:42 pm]
PWM signals, atmega328p, ...
by
pascalbythree
[April 15, 2026, 12:39:25 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problem with Linux + toolbar (Read 4513 times)
xinyiman
Hero Member
Posts: 2261
Problem with Linux + toolbar
«
on:
December 15, 2011, 02:20:22 pm »
If you download and compile the example that you find at the bottom of the message on windows you will see that the program does exactly what I want to do, or use a toolbar with an icon on a toolbar button and with a background image of the toolbar. But if you do the same thing on Ubuntu 11.10 (64 bit) I do not see it the background of the icon toolbar. Does anyone know why?
http://www.lazaruspascal.it/esempi/toolbar.zip
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Blaazen
Hero Member
Posts: 3241
POKE 54296,15
Re: Problem with Linux + toolbar
«
Reply #1 on:
December 15, 2011, 02:57:50 pm »
Quote
I do not see it the background of the icon toolbar.
Where is problem ? I tried to run it on Linux+Qt and I had to rename "Immagine.PNG" to "Immagine.png" because Linux is case sensitive. I can see toolbar background.
Logged
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21
Try Eye-Candy Controls:
https://sourceforge.net/projects/eccontrols/files/
xinyiman
Hero Member
Posts: 2261
Re: Problem with Linux + toolbar
«
Reply #2 on:
December 15, 2011, 03:03:50 pm »
He was convinced that I have corrected that mistake. I tested it on my Ubuntu 11.10 (64 bit) and I do not see the background of the toolbar
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
xinyiman
Hero Member
Posts: 2261
Re: Problem with Linux + toolbar
«
Reply #3 on:
December 15, 2011, 03:05:01 pm »
It is as if unable to set the parameter
ToolBar1.Transparent:=TRUE;
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Blaazen
Hero Member
Posts: 3241
POKE 54296,15
Re: Problem with Linux + toolbar
«
Reply #4 on:
December 15, 2011, 07:40:02 pm »
I see, it doesn't work with GTK2. Probably it is not cross-platform property.
You can use other method. TSpeedButtons over TImage or so.
Or try bugreport.
Logged
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21
Try Eye-Candy Controls:
https://sourceforge.net/projects/eccontrols/files/
lainz
Guest
Re: Problem with Linux + toolbar
«
Reply #5 on:
December 15, 2011, 07:59:27 pm »
That property was fixed only for Windows:
http://bugs.freepascal.org/view.php?id=18172
Logged
xinyiman
Hero Member
Posts: 2261
Re: Problem with Linux + toolbar
«
Reply #6 on:
December 16, 2011, 11:41:32 am »
open a report: 0020912
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
Problem with Linux + toolbar
TinyPortal
© 2005-2018