Author Topic: Is there a problem or just incomplete help  (Read 3272 times)

0 Members and 1 Guest are viewing this topic.

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline doppler

  • Forum Regular
  • Posts: 241
    • View Profile
Is there a problem or just incomplete help
« on: February 08, 2019, 09:14:45 am »
I saw a really nice command inside VWatch, called $EXEICON.  Works nice to change the default windows ICON.  I was wondering if multiple icons could be embedded in the exe, like most window programs can.  I hit the <F1> for help and all I got was a blank help page after a downloading page attempt.  WTH ?

I have loaded the latest "Stable" release.  So as the tittle says "Problem/incomplete" ?

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #1 on: February 08, 2019, 09:38:00 am »
Hi! Currently, You can't add multiple icons using $EXEICON. But you can edit internal/temp/icon.rc or you can add them to your program with Resource Hacker program.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

FellippeHeitor

  • Guest
Re: Is there a problem or just incomplete help
« Reply #2 on: February 08, 2019, 10:30:54 am »
If a help page fails to show, try going to the Help menu and selecting Update current page. That'll reload the help page from the wiki.

About multiple icons: You can specify an .ico file with multiple icons in it, and that'll import all of them into the final .exe.

 [ You are not allowed to view this attachment ]  
« Last Edit: February 08, 2019, 10:33:15 am by FellippeHeitor »

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #3 on: February 08, 2019, 10:50:38 am »
About multiple icons: You can specify an .ico file with multiple icons in it, and that'll import all of them into the final .exe.
So, that means $EXEICON support multiple icon. It must be mention on wiki.
if (Me.success) {Me.improve()} else {Me.tryAgain()}


My Projects - https://github.com/AshishKingdom?tab=repositories
OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

FellippeHeitor

  • Guest
Re: Is there a problem or just incomplete help
« Reply #4 on: February 08, 2019, 11:08:57 am »
You can't pass it multiple .ico *files*. But since an .ico file can hold multiple versions of an icon, it is implicit that you can use one of these.

Offline doppler

  • Forum Regular
  • Posts: 241
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #5 on: February 09, 2019, 08:34:03 am »
Well, I still have a blank page even after "update page".

I tried update all pages.  I have come to the conclusion.  I can't get there from here.
If the warning is true for ~10 mins to update.  There is a problem.
With 540 items to get and 30 seconds per-item.

I am looking at 4 and 1/2 hours to complete.

I am timing out for some reason.

I am using pi-hole to disable troublesome DNS requests.  I have looked at the log.  Pi-hole is
not blocking the DNS entry of QB64 requests.

Where to go now ?
PS, I am still using latest stable release.

FellippeHeitor

  • Guest
Re: Is there a problem or just incomplete help
« Reply #6 on: February 09, 2019, 08:50:00 am »
Just find what you need in the wiki for now. It's the source for the help pages after all: www.qb64.org/wiki

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #7 on: February 09, 2019, 08:50:39 am »
No anti-virus or firewall software messing with the connection? Well, you could go live with Clippy and have him hand type that help page for you. I'd say you'd be better off chopping off one foot and hopping off a cliff before doing that, but what do I know? I wonder where this data is stored and if help from the WIKI could just be copied and pasted into QB64, without downloading the pages? Maybe Fell knows where and how they are stored. I do recall my DNS blocked me from using QB64 to email Rob, but on his end, his DNS was not so strict, so he could use his QB64 app to email me.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Marked as best answer by doppler on February 09, 2019, 07:37:18 am

FellippeHeitor

  • Guest
Re: Is there a problem or just incomplete help
« Reply #8 on: February 09, 2019, 08:56:06 am »
Aaaaaah. Problem solved with one detail I've missed.

Stable is still trying to fetch from [abandoned, outdated and now likely malicious qb64 dot net website - don’t go there]. Rob has redirected .net to.org but that's exactly what's causing the slowdown.

Please use the latest development build as it'll fetch directly from qb64.org and will also parse the new wiki format correctly.
« Last Edit: February 09, 2019, 08:57:48 am by FellippeHeitor »

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #9 on: February 09, 2019, 08:58:19 am »
Good catch!

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline doppler

  • Forum Regular
  • Posts: 241
    • View Profile
Re: Is there a problem or just incomplete help
« Reply #10 on: February 09, 2019, 09:56:29 am »
Latest dev, aka: Cutting edge software.  Also known as "The bleeding edge".

In the past, I avoid "The bleeding edge software".  I have been hooked into
subscribed "Beta's".  Year(s) between stables (or not at all).  Bugs which should
have been fixed into stable releases go on and on and on.  Don't believe me
read in the "newsleecher" forums.  I don't subscribe (pay) to betas anymore
there.

I will trust "The bleeding edge of QB64".  There are too many sharp developers
here, who don't want to be "held up" to ridicule of "What the hell were you thinking
when you wrote that."

I agree with Ashish, execicon wiki should be modified.  As well as a link to the
resource hacking program mentioned even earlier.

This problem is concluded.