Search found 444 matches: arrow

Return to advanced search

Re: Most powerfull Xbrowser and PDF

Hi Mark, when you browse with the arrow keys, do the PDF files open quickly enough to work smoothly? Best regards, Otto Otto, It may look so, but the xbrowser is NOT showing the PDF content, while moving up/down just a icon of pdf file. I ...
by Marc Venken
Tue Nov 19, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: Most powerfull Xbrowser and PDF

... because of some web security settings. Webview is working very smoothly. So I moved my previous code to WebView. And yes, navigation speeds with arrow keys are good same like displaying different images.
by nageswaragunupudi
Tue Nov 19, 2024 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: Most powerfull Xbrowser and PDF

Hi Mark,
when you browse with the arrow keys, do the PDF files open quickly enough to work smoothly?
Best regards,
Otto
by Otto
Tue Nov 19, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: ButtonBmp does not work popup menus

... Hi Mr. Rao. This is how I already do it and use it. I would like to show a down arrow like on the ButtonBar buttons.      Redefine ButtonBmp lc_oBtn551_RequerimentoMat ;         Id 551 Of lc_oDlgProtAtivos BitMap Res_BmpName("PRINTER");  ...
by Giovany Vecchi
Sun Nov 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 276

Re: Ins with tab on xbrowse

insert numbers using the tab key, TAB key is never used to insert (write) data. If you mean navigating cells.... Arrow keys move the cursor to right or left. If you want to use TAB key to move to next right cell for editing, the same way as in Excel, then use oBrw:lTabLikeExcel ...
by nageswaragunupudi
Tue Oct 29, 2024 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins with tab on xbrowse
Replies: 1
Views: 93

Re: SYSLINK

... post on imgur.com</a> But it seems to me that the link doesn´t listen to the click - it seems that nothing is happening. I see the arrow changing to a hand, but I stay on the same screen. Thank you for taking your time. Kind regards, Ruth
by Ruth
Fri Oct 11, 2024 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SYSLINK
Replies: 17
Views: 666

Re: imagelist on tree

...  oTree:SetImageList( oImageList ) Now run !! https://i.postimg.cc/vmjPjJSV/oo.png but the second level must have arrow.bmp and not the same as first
by Silvio.Falconi
Mon Sep 30, 2024 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: imagelist on tree
Replies: 15
Views: 594

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Rick,
Could it be that your xBrowse is too high for the dialog? One can't even see the arrow down at the bottom of the vertical scrollbar.
Best regards,
Otto
by Otto
Wed Mar 06, 2024 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 874

Re: Add a line on report from xbrowse (NO HTML)

Nages,

I need to have a function for setup to insert many vars

on your image
I need to insert a line whereis the red arrow
Image
by Silvio.Falconi
Wed Dec 13, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 411

Re: ayuda con edicion en xbrowse

... Edit Behavior: During inline edit of a cell, by default, the changes are saved if the user confirms the changes either by pressing enter or any arrow keys. During the edit, if the Get loses focus, either by clicking another cell or changing focus to another window/dialog, the Get is closed and ...
by nageswaragunupudi
Sun Aug 13, 2023 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 368

Re: numeric get

Dear karinha,
unfortunately, this doesn't work.
Image
The cursor starts at the red arrow not at the very right position.
by Detlef
Thu Jul 20, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 543

Effect Pjama on Treport ( from Xbrowse)

...   :=  { || oRep:TotalLine(RPT_SINGLELINE) } but this show a line before the header group as you can see with the red arrow https://i.postimg.cc/3wMLXWtm/f1.jpg I wish a line where is the blue arrow then How I can make the effect pijama ? I tried with ...
by Silvio.Falconi
Mon May 08, 2023 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Effect Pjama on Treport ( from Xbrowse)
Replies: 5
Views: 414

sort up/down xbrowse error function sort

on first column of xbrowse I have an black arrow to sort the dbf https://i.postimg.cc/28W1PtJb/j.png initial run ok , them when I click on header it refresh the oBrw but not the nHeadBmpNo why ? look this sample #include "fivewin.ch"REQUEST ...
by Silvio.Falconi
Tue Feb 28, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort up/down xbrowse error function sort
Replies: 0
Views: 408

Xbrowse and Touchscreen best use

... and this can be a any digit from 1 until xxx. What are you using ? - Having a slider (don't now how you call it) insite each cell with a up/down arrow - Just select the cell and have a digital keyboard visual on the screen and use that to change data ? - or something else ?
by Marc Venken
Fri Feb 17, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 1075

use Icon from Windows DLL Resource

... :new() :create()   ::IcoDn:load( WinDir+"\System32\NetShell.dll", 2300,16,16 ) these are up/down Arrow for my Listview "Grid" Header how under Fivewin :?: --- LOADIMAGEFILEICON() seems for "File"-Icon but i want to use Resource ...
by Jimmy
Tue Feb 14, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Icon from Windows DLL Resource
Replies: 7
Views: 528
Next

Return to advanced search