Search found 73 matches

by AZJIO
Mon Feb 06, 2023 2:34 am
Forum: Coding Questions
Topic: Small font in menus
Replies: 2
Views: 987

Re: Small font in menus

Thanks, I inserted the font size 18 into the existing class.
SpiderBasic\Libraries\javascript\dojo\themes\flat\flat.css

Code: Select all

.dijitMenuItem {
	font-size: 18px;
}
by AZJIO
Mon Feb 06, 2023 2:04 am
Forum: Coding Questions
Topic: Canvas is originally white
Replies: 2
Views: 1466

Canvas is originally white

I have a black theme. When you start the program, Canvas is initially white. There is time to process the data before drawing it to the Canvas. Before the Canvas is filled it is white for one second. Is it possible to make Canvas initially black. I found style only sbCanvasBorder. I searched all the...
by AZJIO
Sun Feb 05, 2023 7:05 am
Forum: Coding Questions
Topic: Small font in menus
Replies: 2
Views: 987

Small font in menus

I have a large font on my phone. When I open the menu (CreatePopupMenu), everything is so small that it's hard for me to put my finger on the item. My finger is as wide as two menu items. Is it possible to increase the height and font of a menu item?
by AZJIO
Sat Feb 04, 2023 9:22 am
Forum: General Discussion
Topic: Balloons (game)
Replies: 4
Views: 4901

Re: Balloons (game)

Update
Added item "Select a color by clicking the ball" if you think that any balls of a similar color
by AZJIO
Wed Feb 01, 2023 8:55 pm
Forum: General Discussion
Topic: Color selection
Replies: 1
Views: 3563

Color selection

Here is my color selection example https://i.imgur.com/4JUWHc9.png EnableExplicit ;- Перечисления Enumeration Window #Window EndEnumeration Enumeration Gadget #Slider1 #Slider2 #Slider3 #Spectr #Hue #Satur #Bright #Label1 #Label2 #Label3 #Color #EditColor #btnSel #btnOK EndEnumeration Declare Events...
by AZJIO
Tue Jan 24, 2023 6:57 pm
Forum: Coding Questions
Topic: Use a web app with a simple browser ?
Replies: 3
Views: 934

Re: Use a web app with a simple browser ?

Open the SpiderBasic\Libraries\javascript folder. Copy the "javascript" folder and put it next to the html file. Rename the "javascript" folder to spiderbasic. Now you can run the html file. Surprisingly, I tried to run an html file an hour ago, not knowing about your question an...
by AZJIO
Tue Jan 24, 2023 11:57 am
Forum: Coding Questions
Topic: Delay then reconnect
Replies: 1
Views: 609

Re: Delay then reconnect

Code: Select all

AddWindowTimer(#Window, #Timer, Delay)
by AZJIO
Sat Jan 21, 2023 12:00 pm
Forum: General Discussion
Topic: Balloons (game)
Replies: 4
Views: 4901

Re: Balloons (game)

In a sense, it looked like a bonus that would be removed in the second step. Updated the code above. Now you will not see the matched ones, they will be removed and added to the bonuses, that is, a check in the loop has been added until there is not a single match left. If you remove 3 balls, then y...
by AZJIO
Fri Jan 20, 2023 11:30 pm
Forum: General Discussion
Topic: Balloons (game)
Replies: 4
Views: 4901

Balloons (game)

Removes 3 balls horizontally or vertically. Counts points in the title. Instead of deleted randomly inserts others. Download: yandex upload.ee Download for Android: yandex upload.ee https://i.imgur.com/S9sOEya.png Update Added a button "?" (hint), -1 to the points, if found, of course high...
by AZJIO
Tue Jan 17, 2023 6:39 pm
Forum: General Discussion
Topic: Thyristor
Replies: 3
Views: 3633

Re: Thyristor

A new toy and I'm passionate. But there are no ideas yet. The discussion section, not the questions, so I decided to go here . I made an optimization for the phone so that the window scales. EnableExplicit Enumeration #Canvas_Graf #btnStart EndEnumeration #DspWidthMax = 400 #Window = 0 #ImageLayer =...