Search found 51 matches: splash

Return to advanced search

Re: UT - Demo harbour para Web

... hacer aplicaciones al menos en mi caso particular ya estoy en ello mi sistema grande ya lo tengo iniciado con UT hasta el momento tengo Pantalla Splash -> login -> sistema WEB dentro de sistema WEB ya tengo los pedidos las facturas los cobros y un par de cosas mas si yo he podido imagino ...
by wilsongamboa
Fri Jul 07, 2023 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UT - Demo harbour para Web
Replies: 8
Views: 561

Re: Splash Screen for Startup

hi, You can ask for anything else. like this https://i.postimg.cc/WznjnDNP/FW-Logo-Transparent.png like MsgSplash() it make Image "transparent" and Progressbar are show while Data are loading at Start btw. does Fivewin have Function like "BOS TAURUS" Contribution ...
by Jimmy
Thu Oct 27, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

hi,
nageswaragunupudi wrote:You can ask for anything else.

i like to request :
Progressbar
Codeblock Slot to EVAL() by TIMER
by Jimmy
Tue Oct 25, 2022 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

We are planning to provide an advanced splash screen.
1. Fix the issue pointed our by Mr. Silvio
2. Ability to provide any animation by the user.
You can ask for anything else.
by nageswaragunupudi
Tue Oct 25, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

... long loop   FOR ii := 1 TO nMax      IF ( ii % nEvery ) = 0         ::oProgress:StepIt()      ENDIF      ...   NEXT   // now Stop Splash Screen   StopSplash() i also can show running Progressbar on Splash Screen when build Grid my Question is : how to build a "general" ...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

how to get no Titlebar

hi,

for Splash Screen i like to remove Titlebar
Code: Select all  Expand view
DEFINE WINDOW oDlg FROM y1, x1 TO y2, x2 PIXEL NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE

but i still get a Titlebar :(

how to remove it :?:
by Jimmy
Tue Oct 25, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get no Titlebar
Replies: 2
Views: 289

Re: Splash Screen for Startup

what when bAction is ready/not ready within nSeconds :?:


If bAction is finished in less than nSeconds, the program waits till nSecond are completed.
If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished.
by nageswaragunupudi
Tue Oct 25, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

hi, Back to Splash Screen i have look at MsgSplash() / MsgLogo() both use Sleep( nSeconds * 1000 ) but what when bAction is ready/not ready within nSeconds :?: --- when call a INIT it will "end" before Display Window call ...
by Jimmy
Tue Oct 25, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

Here is another example. This is a printer selection control. This is the RC. Note we are using Radio buttons this time. They are vertically stacked. The first one starts at position 10, and is 12 points high. So it goes to 22. The next one is at row 25. I use 15 point line spacing for all my dialog...
by TimStone
Tue Oct 25, 2022 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

Antonio, One of the advantages of using an .rc with my application, and hand coding them, is that I know the exact size of each box. If I have 5 check boxes vertically, and each is the same size, with space between each row, and absolutely no overlap, I still have the problem. If I check on box one,...
by TimStone
Mon Oct 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

Dear Tim,

I think such behavior happens cause the size of the checkboxes.

You have to design them in a way that they don't overlap
by Antonio Linares
Mon Oct 24, 2022 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

Silvio brings up an interesting behavior. If I have a screen with a series of checkboxes. If I check one with a mouse click, the captions on the other ones disappears. Moving the mouse around, or clicking outside the checkboxes, might bring them back. I noticed this several years back, then it disap...
by TimStone
Mon Oct 24, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startup

yes but if you move the mouse into Msgsplash the mouse erase the image, this was an error allready advice from many years

Yes, important point.
We will take care of this.
by nageswaragunupudi
Mon Oct 24, 2022 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startuo

Sample usage: #include "fivewin.ch"function Main()   local oCn, oRs   MsgSplash( "c:\fwh\bitmaps\pngs\2.png", 2, <||      oCn   := maria_Connect( "208.91.198.197,fwhdemo,gnraofwh,Bharat@1950" )      if oCn != nil         oRs   := oCn:RowSet( ...
by Silvio.Falconi
Mon Oct 24, 2022 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799

Re: Splash Screen for Startuo

Sample usage: #include "fivewin.ch"function Main()   local oCn, oRs   MsgSplash( "c:\fwh\bitmaps\pngs\2.png", 2, <||      oCn   := maria_Connect( "208.91.198.197,fwhdemo,gnraofwh,Bharat@1950" )    ...
by nageswaragunupudi
Mon Oct 24, 2022 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 799
Next

Return to advanced search