Posts by Paulo • 45 points
5 posts
-
0
votes3
answers849
viewsA: Linkbutton : Open link in a new window (Right Mouse Button)
Solved !!! Follows code used. Aspx: <asp:Repeater ID="ListaMenu" runat="server" > <ItemTemplate> <li><asp:LinkButton ID="LknMenu" runat="server"…
-
0
votes3
answers849
viewsQ: Linkbutton : Open link in a new window (Right Mouse Button)
I wonder if there is any way I can open a new tab by right-clicking, or middle-clicking... I’m using the "LinkButton" but the command occurs within a OnItemCommand="ListaMenu_ItemCommand". Aspx :…
-
2
votes2
answers694
viewsQ: How to round a float value in Firemonkey Mobile Delphi XE6?
I am making a mobile application of orders for android in Delphi XE6, in this application I make a discount calculation, which divides the amount of Discount given by 100 less the total value, but…
-
1
votes1
answer219
viewsA: Problems with listview text above icons
Problem Solved !!! As in this listview I wasn’t using the property Acessory, only icons and text, I decided to put the property as Visible = true, and removed the opacity Opacity = 0, with this the…
-
0
votes1
answer219
viewsQ: Problems with listview text above icons
This happens on Android and IOS. When the store name or the store name is too big the text is on the image. And the client wants the image on the right side, and on the left side I don’t have this…