Search found 182 matches

by plouf
Sun Mar 24, 2024 10:07 pm
Forum: Coding Questions
Topic: Scaling png (?)
Replies: 6
Views: 238

Re: Scaling png (?)

how can ?
is it a spidebasic "app" ? hwo do you display image ? in a image gadget ?
by plouf
Mon Mar 18, 2024 10:18 pm
Forum: Coding Questions
Topic: Unable to automatically upload Android apps
Replies: 1
Views: 157

Re: Unable to automatically upload Android apps

i have grandle 7.4.2 in spider folder
i see error about grandle 8.0 ?!
by plouf
Mon Mar 18, 2024 10:15 pm
Forum: Coding Questions
Topic: Scaling png (?)
Replies: 6
Views: 238

Re: Scaling png (?)

if its an image inside YOUR app("website") then its easy to add controls, like + button next to it to do whatever you want
by plouf
Mon Mar 04, 2024 9:47 pm
Forum: Coding Questions
Topic: Scaling png (?)
Replies: 6
Views: 238

Re: Scaling png (?)

yes there is ResizeImage()

but isnt this COMPLETE waste of energy and time ?
gallery image viewer can resize it with two fingers !?
by plouf
Mon Feb 26, 2024 7:37 am
Forum: Coding Questions
Topic: Gradle breaks Android building
Replies: 24
Views: 7664

Re: Gradle breaks Android building

fails here for some time
claims cant find java.exe !? while path is correct

anyway i am waiting for new version to check again, since i am sure will need newer target and newer jdk :)

(android gets worse with "security" day after day following apple....)
by plouf
Mon Feb 19, 2024 9:13 am
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 5692

Re: Note on Fred's offer to extend everyone's license for one year.

I agree with delays etc.

But not forget that development "motivation" comes from subs riptions and offvourse activity forums etc
Not by free over free ;-)
by plouf
Sun Feb 18, 2024 1:05 pm
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 763

Re: open a database

There are at least rwo books (google its free) but its too old

Best is to experience with manual and examples
Imho pure/spider has the most structured manual around
by plouf
Sun Feb 18, 2024 10:22 am
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 763

Re: open a database

Based on info you provide.
My personal opinion is to transfer it completelly in purebasic
(Client side app) no need for a server out of db.

After you transfer it fully. If there are specific need for a web based front end. It should be easy with spider
by plouf
Sun Feb 18, 2024 4:13 am
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 763

Re: open a database

the point is that is sound like apps used from a specific group of people, and probably all inside a specific house/office

so does it really need for the GUI to be web based? a "classic" windows based win32 app should be enought imho
by plouf
Sat Feb 17, 2024 4:27 pm
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 763

Re: open a database

all the above you said can be combined PureBasic CAN create a "webserver" (apache style) check purebasci examples -> "Atomic webserver" Purebasic CAN request other http servers/download http paegs/ download files/ connect to SQL server/ create databases the ONLY thing Purebasic C...